index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
rtc.c
Age
Commit message (
Expand
)
Author
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-05-11
sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.
blmorris
2015-03-16
stmhal: Add config option to use LSE/LSI for RTC.
Damien George
2015-03-15
stmhal: Add rtc.wakeup method, to set wakeup timer.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-02
stmhal: Move RTC HAL init functions to rtc.c, where they belong.
Damien George
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-10
stmhal: Fix setting of RTC: was BCD now BIN encoded.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
Fix incorrect fix ;)
Andrew Scheller
2014-05-03
Updated doc fix
Andrew Scheller
2014-05-03
RTC doc fix
Andrew Scheller
2014-05-03
stmhal: Add example use to RTC doc; add rtc.c to gendoc.py.
Damien George
2014-05-03
stmhal: Add documentation for RTC class.
Damien George
2014-04-21
stmhal: Clean up rtc.c a bit.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-19
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
Damien George
2014-03-15
stmhal: Get RTC working.
Damien George