5 Commits (b86c65d31c61af42a3b634c6a3150917509e3e8b)

Author SHA1 Message Date
Damien George caa132a236 esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len. 7 years ago
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Paul Sokolovsky 8bc3fc20fe esp8266: Rename "machine" module implementation to use contemporary naming. 8 years ago
puuu bcf60b43ee esp8266/modpybrtc.c: Implement machine.RTC.alarm_left() 8 years ago
Damien George d09b6b9aa1 esp8266/modpybrtc: Use 64-bit arithmetic when computing alarm expiry. 8 years ago
puuu ee12581a35 esp8266: Let RTC work correctly after deepsleep. 9 years ago
puuu cafdfb7af3 esp8266/modpybrtc: Handle RTC overflow. 9 years ago
Damien George 752e952096 esp8266/rtc: Set RTC user memory length to 0 on first boot. 9 years ago
Damien George 32d7cf6e44 esp8266: Implement basic deep-sleep capabilities. 9 years ago
Paul Sokolovsky a4c8ef9d16 esp8266: Reset "virtual RTC" on power on. 9 years ago
Paul Sokolovsky a2e39a756c esp8266/modpybrtc: Simplify multiplication by fixed-point value. 9 years ago
Paul Sokolovsky 814b1ae3a9 esp8266/modpybrtc: pyb_rtc_memory(): Fix copy-paste error. 9 years ago
Damien George 5b3f0b7f39 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Damien George de8b585ab7 esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object. 10 years ago
Josef Gajdusek 40c6d57804 esp8266: Actually use the decimal part of system_rtc_clock_cali_proc() 10 years ago
Josef Gajdusek 103d12a877 esp8266: Add utime and pyb.RTC 10 years ago