aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/l1/stm32l-discovery/usart/usart.c
AgeCommit message (Collapse)Author
2013-02-26Fixed all warnings for examples.Piotr Esden-Tempski
2013-01-22[l1] fix whitespace and missing license infoKarl Palsson
Earlier additions to the L1 support were not correctly using linux coding guidelines as specified in /HACKING. Some examples were also missing license information.
2012-11-07Add usart support for L1.Karl Palsson
Only tested with basic tx blocking, ie, the same example code as on F2/F4, but the description of the block is almost identical.