nodemcu-firmware/app/modules
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 Revert "Merge dev to dev096" 2015-06-20 01:50:29 +08:00
adc.c Added fix to adc.readvdd33() to prevent crashing in station mode while 2015-05-22 18:01:05 -07:00
auxmods.h Revert "Merge dev to dev096" 2015-06-20 01:50:29 +08:00
bit.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
cjson.c fix cjson.encode() when in integer version 2015-03-18 19:37:47 +08:00
coap.c default build with coap, reduce coap module mem usage 2015-03-15 20:12:29 +08:00
crypto.c Move crypto things to irom0.text segment. 2015-06-05 13:03:08 +10:00
dht.c Revert "Merge dev to dev096" 2015-06-20 01:50:29 +08:00
file.c json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
gpio.c add gpio.serout() api to help serialize bit out 2015-04-03 16:05:14 +08:00
i2c.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
linit.c add macro to control built-in lib for lua, add libm.a 2015-03-06 15:55:24 +08:00
modules.h Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00
mqtt.c Trying to fix 2015-06-07 12:45:55 +02:00
net.c Fixed net.dns.getdnsserver() by @md5crypt. 2015-06-27 12:26:24 +08:00
node.c Restore default data and init data before system restore. 2015-07-04 04:27:59 +08:00
ow.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
pwm.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
rc.c update 433MHz transmission doc, add static ICACHE_FLASH_ATTR flag 2015-06-27 14:42:39 -04:00
rtcmem.c Imported RTC access from a DiUS internal project. 2015-07-10 15:10:15 +10:00
rtctime.c Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00
spi.c Add SPI Module 2015-01-16 22:41:34 +02:00
tmr.c added tmr.interval 2015-06-29 23:15:30 +02:00
u8g.c move u8g progmem constants to new .rodata sections 2015-06-25 00:38:11 +02:00
uart.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
wifi.c Fix and support Wi-Fi smart link (esp-touch and air-kiss). 2015-07-04 02:27:51 +08:00
ws2801.c Added WS2801 support 2015-07-02 00:50:26 +02:00
ws2812.c Revert "Merge dev to dev096" 2015-06-20 01:50:29 +08:00