aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103
AgeCommit message (Collapse)Author
2010-12-17Moved common example make code to a central file. Added more gitignores.Piotr Esden-Tempski
2010-11-04add standard requestMartin Mueller
2010-05-11Changed examples to new rcc definitions.Thomas Otto
2010-03-05Consistently use the hex file for flashing.Uwe Hermann
2010-03-05Makefile output cosmetic improvements.Uwe Hermann
2010-03-05Print "Entering directory" only upon "make V=1".Uwe Hermann
2010-03-04Add missing spi.h #include.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-03-02Add SPI example framework (unfinished).Uwe Hermann
2010-01-26Use --no-print-directory option of 'make'.Uwe Hermann
2010-01-26Rename example directory names to all-lowercase.Uwe Hermann