nodemcu-firmware/app
Nathaniel Wesley Filardo f9e0aab200 cron: don't include rtctime_internal.h (#2084)
That file is supposed to only be included once because it does things
like declare static globals.  As it stands, cron doesn't believe time is
ticking.

Fixes #2080
2017-08-24 21:17:31 +02:00
..
coap Update modules to be Lua coroutine compatible (#1423) 2016-08-02 22:33:05 +02:00
crypto Fixed alignment assumptions in SHA2 update. (#2034) 2017-07-31 14:12:34 +02:00
dhtlib Changed os_intr_xxx to ets_intr_xxx. 2015-10-12 13:26:04 +11:00
driver Sync uart configuration to Tx FIFO level (#1806) 2017-03-01 12:41:56 +01:00
esp-gdbstub Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
fatfs Fix memory leak in file_stat(). (#1871) 2017-03-29 13:58:40 +02:00
http Call HTTP callback in all cases (#2020) 2017-07-01 18:29:54 +02:00
include add ds18b20 module (#2003) 2017-08-16 21:04:23 +02:00
libc Add %p to libc's debug printf (#2062) 2017-08-16 21:38:10 +02:00
lua Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
lwip backport fix for https://github.com/espressif/esp-idf/issues/631 (#2006) 2017-06-20 21:59:12 +02:00
mbedtls Upgrade to SDK 2.0.0 (#1435) 2016-12-11 21:03:00 +01:00
misc Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
modules cron: don't include rtctime_internal.h (#2084) 2017-08-24 21:17:31 +02:00
mqtt mqtt: fix several buffer length checks (#1906) 2017-04-19 20:16:44 +02:00
net Version of printf that doesn't suffer from buffer overflows (#1564) 2016-10-27 09:38:47 +03:00
pcm Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
platform Align 8 MB & 16 MB flash sizes with SDK 2.1.0. (#1968) 2017-05-16 16:50:36 +02:00
pm Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
sjson Cleaned up sjson module build. 2017-07-03 13:35:45 +10:00
smart Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
spiffs Try to fix the blocksize issues 2017-07-06 23:18:06 -04:00
swTimer Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
task Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
tsl2561 Upgrade to SDK 2.1.0. (#1962) 2017-05-11 07:13:23 +02:00
u8glib move comm drivers to u8g_glue.c 2016-09-20 23:59:23 +02:00
ucglib enable -std=gnu11 for u8glib and ucglib dir 2016-03-22 22:26:36 +01:00
user Align 8 MB & 16 MB flash sizes with SDK 2.1.0. (#1968) 2017-05-16 16:50:36 +02:00
websocket Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Cleaned up sjson module build. 2017-07-03 13:35:45 +10:00