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