aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/stm32-h103/usb_iap/usbiap.c
AgeCommit message (Collapse)Author
2012-10-18unify scb (system control block)chrysn
these register definitions are common to all cortex mcus. some of the registers might not be implemented everywhere (especially the floating point registers), but defining them does no harm. this modification does not result in any changes in the example binaries.
2012-03-03Fix search-replace left-over.Uwe Hermann
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2011-11-03stm32-h103 examples: Cosmetic and coding style fixes.Uwe Hermann
2011-10-31Move STM32 example projects in family specific foldersStephen Caudle