summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modpybrtc.c
Commit message (Expand)AuthorAge
* esp8266/modpybrtc: Use 64-bit arithmetic when computing alarm expiry.Damien George2016-08-25
* esp8266: Let RTC work correctly after deepsleep.puuu2016-06-06
* esp8266/modpybrtc: Handle RTC overflow.puuu2016-06-03
* esp8266/rtc: Set RTC user memory length to 0 on first boot.Damien George2016-06-01
* esp8266: Implement basic deep-sleep capabilities.Damien George2016-04-21
* esp8266: Reset "virtual RTC" on power on.Paul Sokolovsky2016-03-04
* esp8266/modpybrtc: Simplify multiplication by fixed-point value.Paul Sokolovsky2016-02-12
* esp8266/modpybrtc: pyb_rtc_memory(): Fix copy-paste error.Paul Sokolovsky2016-02-08
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.Damien George2015-06-22
* esp8266: Actually use the decimal part of system_rtc_clock_cali_proc()Josef Gajdusek2015-05-13
* esp8266: Add utime and pyb.RTCJosef Gajdusek2015-05-13