index
:
feurig/libmaplemidi-cma
0.0.10-maintenance
0.0.11-maintenance
0.0.9-maintenance
audio-board
ethernet-shield
master
wizEthernet
C and C++ library for STM32 ARM Cortex-M3 development boards.
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmaple
/
usart.h
Age
Commit message (
Expand
)
Author
2012-04-11
Move public headers to include directories; related cleanups.
Marti Bolivar
2011-10-07
usart: Add usart_rx().
Marti Bolivar
2011-09-12
usart.h: Deprecate rx_buf field in usart_dev.
Marti Bolivar
2011-08-30
usart.h: Remove unnecessary local in usart_putc().
Marti Bolivar
2011-05-27
usart.h: Allow the environment to determine USART_RX_BUF_SIZE.
Marti Bolivar
2011-05-20
usart.h: Doxygen.
Marti Bolivar
2011-05-19
usart: Moving Doxygen comments to points of definition
Marti Bolivar
2011-04-25
Fixing usart_putstr() atrocity.
Marti Bolivar
2011-04-25
Adding nonblocking USART transmit, usart_tx().
Marti Bolivar
2011-04-15
Making usart.h license header 80-column clean.
Marti Bolivar
2011-04-07
USART refactor.
Marti Bolivar
2011-02-27
Cleaned out libmaple.h; this had wide-ranging implications.
Marti Bolivar
2011-02-16
Merge branch 'nzmichaelh-master' into master.
Marti Bolivar
2011-02-15
undoing USART[45] -> UART[45] mistake
Marti Bolivar
2011-01-26
[WIP] Code review picked up some bugs/issues.
Marti Bolivar
2010-10-20
Wait until the transmit buffer is empty before send to save time
Michael Hope
2010-10-11
docs
Marti Bolivar
2010-09-27
added notes/coding_standard.txt, more cleanups
Marti Bolivar
2010-09-27
whitespace cleanups
Marti Bolivar
2010-08-25
inital portability work
bnewbold
2010-08-04
New usart implementation:
Perry Hung
2010-07-19
added Serial.flush()
bnewbold
2010-03-31
Licensing: Relicensed libmaple under the MIT License.
Perry Hung
2010-03-31
Major hierarchy reorganization; see README.
bnewbold