aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1/rtc.h
AgeCommit message (Collapse)Author
2013-01-22[stm32] Support the "new" BCD style RTC peripheralKarl Palsson
Add the register definitions and some of the most basic helper functions for the new style BCD RTC module found on the F2, F4, L1, F3 and F0. This tries to keep as close to HACKING_COMMON_DOC as possible, while maintaining sane names.
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-04-24Added rcc.h include, needed for osc_t.Tomaz Solc
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-10-12Restructuring stm32 include directories.Fergus Noble