aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103/miniblink
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-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-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