nodemcu-firmware/app
Johny Mattsson 085f35da73 Tie in the EGC with the SDK's heap knowledge. (#2319)
Added `node.egc.meminfo()` to expose LVM usage (to make the regular
`node.egc.ON_MEM_LIMIT` option usable).

Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits,
in which case that's taken as a request to keep a certain amount of heap
available for non-Lua use.
2018-04-06 14:52:03 +02:00
..
coap remove inline declarations 2018-01-20 19:42:55 +01: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 Update to sdk 2.2 2018-03-13 19:28:11 -04:00
esp-gdbstub Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
fatfs remove inline declarations 2018-01-20 19:42:55 +01:00
http host field in HTTP header is no longer limited to 31 charcters (#2210) 2017-12-25 21:47:45 +01:00
include user_version.h: use ESP_SDK* constants 2018-03-13 19:34:42 -04:00
libc Add %p to libc's debug printf (#2062) 2017-08-16 21:38:10 +02:00
lua Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lwip Update to sdk 2.2 2018-03-13 19:28:11 -04:00
mbedtls Update to sdk 2.2 2018-03-13 19:28:11 -04:00
misc Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
modules Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +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 initialize task ids only once at module open 2018-01-14 21:21:32 +01:00
platform Fix problem with gpio.input (#2281) 2018-02-28 20:23:35 +01: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 New version of spiffs (#2172) 2017-12-03 13:14:22 +01:00
sqlite3 Merge pull request #2269 from nwf/for-upstream-sdk22 2018-03-20 21:02:20 +01: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 revert os_delay_us() usage to uint32 (#2310) 2018-03-21 07:04:59 +01: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 Update to sdk 2.2 2018-03-13 19:28:11 -04: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 Update to sdk 2.2 2018-03-13 19:28:11 -04:00