nodemcu-firmware/app/user
Johny Mattsson 2187424928 Imported RTC+sleep timekeeping from an internal DiUS project.
Added Lua module rtctime to interface with it.

This keeps as accurate time as is possible on the ESP8266, including across
deep sleeps (provided rtctime.dsleep() is used rather than node.dsleep()).
Intended to be used together with NTP for high accuracy time keeping. The
API is via rtctime.{get,set}timeofday(), working from Unix epoch.

Note that 160MHz CPU clock is not currently supported by the rtctime code,
as it is only aware of the 52MHz boot clock and the regular 80Mhz default
clock.

See rtctime.h for detailed info on how this all works.
2015-07-10 15:12:31 +10:00
..
Makefile fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
user_exceptions.c Move constants to ROM. Frees up 16k+ of RAM. 2015-06-23 15:41:14 +10:00
user_exceptions.h Support for loading sub-32 wide data from irom. 2015-06-23 15:41:14 +10:00
user_main.c Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00