Commit message (Expand) | Author | Age | |
---|---|---|---|
* | esp8266: Rename "machine" module implementation to use contemporary naming. | Paul Sokolovsky | 2016-11-06 |
* | esp8266/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR. | Paul Sokolovsky | 2016-10-29 |
* | extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. | Paul Sokolovsky | 2016-10-29 |
* | extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse. | Paul Sokolovsky | 2016-10-14 |
* | all: Remove 'name' member from mp_obj_module_t struct. | Damien George | 2016-09-22 |
* | esp8266/modutime: Actually implement ticks_cpu(). | Paul Sokolovsky | 2016-08-07 |
* | esp8266/modutime: Support float argument to time.sleep(). | Paul Sokolovsky | 2016-03-04 |
* | esp8266: Add time.{sleep_ms,sleep_us,ticks_ms,ticks_us,ticks_diff}. | Damien George | 2016-03-04 |
* | all: Add py/mphal.h and use it in all ports. | Damien George | 2015-10-31 |
* | esp8266: Switch to standard mp_hal_delay_ms() MPHAL function. | Paul Sokolovsky | 2015-10-29 |
* | esp8266: Add utime and pyb.RTC | Josef Gajdusek | 2015-05-13 |