aboutsummaryrefslogtreecommitdiff
path: root/lib/usart.c
AgeCommit message (Collapse)Author
2010-12-30Move STM32-specific source to lib/stm32 subdir.Uwe Hermann
2010-12-29Improved usart api implementation to be more readable.Piotr Esden-Tempski
2010-12-27Splitted out the usart recv and send functions to have blocking and non ↵Piotr Esden-Tempski
blocking versions of those.
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