Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | all: Add py/mphal.h and use it in all ports. | Damien George | 2015-10-31 |
| | | | | | | py/mphal.h contains declarations for generic mp_hal_XXX functions, such as stdio and delay/ticks, which ports should provide definitions for. A port will also provide mphalport.h with further HAL declarations. | ||
* | esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object. | Damien George | 2015-06-22 |
| | | | | | | | This is the standard way of doing things, one should construct a peripheral object (even if it's a singleton). See issue #1330. | ||
* | esp8266: Actually use the decimal part of system_rtc_clock_cali_proc() | Josef Gajdusek | 2015-05-13 |
| | |||
* | esp8266: Add utime and pyb.RTC | Josef Gajdusek | 2015-05-13 |