aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103
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-29Replace uint8_t with u8 et al, fix whitespace.Uwe Hermann
2010-12-29Move generic USB stuff to a subdir, dedupe .h files.Uwe Hermann
Adapt examples and the lib code accordingly.
2010-12-29More whitespace fixes.Uwe Hermann
2010-12-29Whitespace fixes.Uwe Hermann
2010-12-29Drop Paparazzi-specific stuff, deduplicate Makefiles.Uwe Hermann
2010-12-29Merge branch 'martinmm'.Uwe Hermann
2010-12-29stm32-h103/Makefile: Fix usb_cdcacm build.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-12-06adapt to new usb interfaceMartin Mueller
2010-12-05Lisa/M board testsMartin Mueller
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