index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32
/
machine_rtc.c
Age
Commit message (
Expand
)
Author
2020-10-06
esp32: Use path relative to root for netutils/timeutils headers.
Damien George
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-11-21
esp32/machine_rtc: Reduce memory footprint of user mem functionality.
Josh Lloyd
2019-11-21
esp32/machine_rtc: Make RTC.memory size and availability configurable.
Josh Lloyd
2019-11-13
esp32/rtc: Set system microseconds when setting time via RTC.datetime().
Josh Lloyd
2018-09-20
esp32/machine_rtc: Fix locals dict entry, init qstr points to init meth.
Damien George
2018-05-02
esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.
Damien George
2018-02-17
esp32/machine_rtc: Add RTC class to machine module with sleep impl.
Eric Poulsen