Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-11Changes to the header includes for all STM32 peripheralsKen Sarkies
to remove variations, redundancies, add missing, fix errors. All c files refer only to the dispatch style headers in /include/stm32. Those headers #include memorymap.h and cm3/common.h. All references to these are removed from the family specific headers. Ethernet untouched as it appears incomplete. Added dummy spi.c for F0/F3. Fix some doxygen anomalies.
2012-03-03License 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-12stm32/dbgmcu.h: Document reserved bits, cosmetic fixes.Uwe Hermann
2011-02-17Added ITM and TPIU register definitions.Gareth McMullin
2011-02-08Added STM32 DBGMCU register definitions.Gareth McMullin