aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/usart.h
AgeCommit message (Collapse)Author
2010-03-04Cleaned up header inclusion.Piotr Esden-Tempski
Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules.
2010-02-24Drop useless endif markers.Uwe Hermann
2010-01-15Adapted to the new header style. Added some defs.Piotr Esden-Tempski
2010-01-15Whitespace fixes.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-25Add some more USART related bit definitions.Uwe Hermann
2009-07-25Some random cosmetic changes and additional comments.Uwe Hermann
2009-07-25Add simple USART convenience macros.Uwe Hermann
2009-07-24Add more comments, fix copy-paste error in descriptions.Uwe Hermann
2009-07-24Add RCC_CR3 values and some more comments.Uwe Hermann
2009-07-24Add RCC_CR2 bit definitions.Uwe Hermann
2009-07-24Fix compile by using the correct variable name.Uwe Hermann
2009-07-22Add register #defines for all available USARTs/UARTs.Uwe Hermann
2009-07-22Add initial framework for USART support. So far only some #defines.Uwe Hermann