nodemcu-firmware/app/include
Johny Mattsson c5c0143b2f rtctime.dsleep() current draw improvements (#1659)
* Switch off interrupts before rtctime dsleep.

* Deal with the fact that MCU keeps running after being told to enter deep sleep
(It can keep running for quite a few instructions at times (and none at
all at others), and it appears that trying to cache additional code from
SPI flash while trying to go to sleep fails miserably at both....)

* Ensure flash is not active when going into deep sleep.
2016-12-14 12:39:31 +01:00
..
arch Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
driver Adds uart.getconfig(0) to get the current uart parameters (#1658) 2016-12-11 20:35:04 +01:00
lwip Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
mbedtls Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc rtctime.dsleep() current draw improvements (#1659) 2016-12-14 12:39:31 +01:00
sys Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
task Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
fatfs_config.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
lwipopts.h Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
module.h Fix break in luac.cross build and add some documentation 2016-03-03 02:03:23 +00:00
nodemcu_mdns.h Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 2016-04-03 14:10:52 -04:00
rom.h Reimplemented esp_init_data_default. 2016-10-04 12:04:09 +11:00
sections.h Fix iram/irom section contents (#1566) 2016-12-01 22:14:20 +01:00
u8g_config.h Virtual u8g display driver for RFB/VNC support (#1514) 2016-11-14 13:40:45 +01:00
ucg_config.h shorten ucg constructors to keep them below LUA_MAX_ROTABLE_NAME 2016-03-25 23:49:22 +01:00
user_config.h Implement object model for files (#1532) 2016-11-08 21:02:51 +01:00
user_mbedtls.h Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
user_modules.h add new rfswitch module to handle 433MHZ devices (#1565) 2016-12-01 22:19:01 +01:00
user_version.h Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00