summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/rtc.c
Commit message (Expand)AuthorAge
* stmhal: L4: Modify rtc.c to support L4 MCU.Tobias Badertscher2016-04-17
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* stmhal: Add rtc.init() method to force RTC to re-initialise.Damien George2015-12-04
* stmhal: Implement delayed RTC initialization with LSI fallback.T S2015-11-23
* stmhal: Fix RTC code to work on the F7Dave Hylands2015-11-07
* stmhal/rtc: LSx oscillator is only initialized upon initial power up.T S2015-11-06
* stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis2015-11-01
* stmhal: f7: Fix recent RTC change to build on F7.Dave Hylands2015-10-30
* stmhal: Make RTC init skip startup if LTE is already enabled and ready.Peter Hinch2015-10-30
* stmhal/rtc: Fix indentation to use spaces rather than tabs.Damien George2015-10-20
* stmhal/rtc: Init uses YMD rather than backup register to detect powerup.Peter Hinch2015-10-20
* stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.Damien George2015-10-08
* stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.Damien George2015-10-06
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.blmorris2015-05-11
* stmhal: Add config option to use LSE/LSI for RTC.Damien George2015-03-16
* stmhal: Add rtc.wakeup method, to set wakeup timer.Damien George2015-03-15
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Move RTC HAL init functions to rtc.c, where they belong.Damien George2014-12-02
* Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George2014-08-30
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-28
* stmhal: Fix setting of RTC: was BCD now BIN encoded.Damien George2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* Fix incorrect fix ;)Andrew Scheller2014-05-03
* Updated doc fixAndrew Scheller2014-05-03
* RTC doc fixAndrew Scheller2014-05-03
* stmhal: Add example use to RTC doc; add rtc.c to gendoc.py.Damien George2014-05-03
* stmhal: Add documentation for RTC class.Damien George2014-05-03
* stmhal: Clean up rtc.c a bit.Damien George2014-04-21
* stmhal: Add SPI class.Damien George2014-04-20
* stmhal: Improve RTC class; make fatfs use RTC for time stamping files.Damien George2014-04-19
* stmhal: Get RTC working.Damien George2014-03-15