aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103/usart
AgeCommit message (Collapse)Author
2010-12-30Move STM32 examples to examples/stm32 subdir.Uwe Hermann
2010-12-29Deduplicate example README file contents.Uwe Hermann
2010-12-29Whitespace fixes.Uwe Hermann
2010-12-27Splitted out the usart recv and send functions to have blocking and non ↵Piotr Esden-Tempski
blocking versions of those.
2010-12-17Moved common example make code to a central file. Added more gitignores.Piotr Esden-Tempski
2010-05-11Changed examples to new rcc definitions.Thomas Otto
2010-03-05Consistently use the hex file for flashing.Uwe Hermann
2010-03-04Added standard clock setup routines.Piotr Esden-Tempski
Thanks to Thomas Otto for pointing out problems with the clock code in examples and his clock routine implementations. Based on that the most common clock combination routines were added to the library and all routines in examples setting up the clock replaced with calls to that functions.
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-01-26Rename example directory names to all-lowercase.Uwe Hermann