2 Commits (f4641b2378121470747f52bd1eab9219ac933506)

Author SHA1 Message Date
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Damien George 71c9cfb028 all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Paul Sokolovsky e6bb25317b esp8266: Convert to mp_rom_map_elem_t. 7 years ago
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