aboutsummaryrefslogtreecommitdiff
path: root/lib/usart.c
AgeCommit message (Collapse)Author
2010-03-28Make 72MHz the default in usart.cThomas Otto
2010-03-06Cosmetic fixes.Uwe Hermann
2010-03-04Use direct #includes instead of libopenstm32.h.Uwe Hermann
2010-01-15Added USART_ prefix to bit definitions.Piotr Esden-Tempski
This matches the new convention used throughout libopenstm32.
2009-07-25Initial implementation of USART API functions.Uwe Hermann
The usart_set_baudrate() function is currently hardcoded to certain settings, that needs to be fixed later.
2009-07-22Add initial framework for USART support. So far only some #defines.Uwe Hermann