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
2019-01-18stm32: rtc: Fixed typo in macro def (RTC_DR_MT_MASK)Harold Tay
2018-07-29doc: stm32: rtc common v2: convert comments to doxygenKarl Palsson
Grouping and making the existing comments doxygen friendly
2018-07-29stm32: rtc: add missing definitionsAlexey Ryabov
2015-10-15Surround all macro parameters with ()Karl Palsson
All the macro arguments that are user supplied, or potentially, wrap properly in () as good practice. Probably missed one or two, and a lot of them are possibly unnecessary, but it's straightforward to just do it always. Fixes github issue #321
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.
2013-08-23[STM32F0:RTC] Renamed common files to be consistent to file naming schemeBuFran