nodemcu-firmware/app/include
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
..
arch source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
driver Use more powerful UART baudrate list from RTOS driver. 2015-02-10 22:39:50 +08:00
lwip Added the hold and unhold methods to tcp socket 2015-02-09 03:00:18 -03:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
pp source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00
ssl source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lwipopts.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
mem_manager.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rom.h Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00
u8g_config.h disable untested pcd8544 driver for the moment 2015-03-17 20:52:47 +01:00
user_config.h Switched crypto module to use ROM SHA1/MD5. 2015-06-05 12:12:24 +10:00
user_modules.h Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00
user_version.h Release build 20150627. 2015-06-27 15:21:48 +08:00