nodemcu-firmware/app/include
Johny Mattsson 4a47813e20 Reduced SPIFFS cache, freeing ~0.5k RAM.
Also made the cache on/off configurable via user_config.h. Uncached writes
are not a very good idea, but for read-only deployments a further ~0.5k RAM
can be gained by disabling the cache.

Tweaked the file.read() workhorse to read large chunks at a time rather
than use getc(), to compensate for potential unavailability of cache.
2015-07-31 18:15:18 +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 reworked rtctime support. 2015-07-10 16:16:25 +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 reworked rtctime support. 2015-07-10 16:16:25 +10:00
u8g_config.h fix display table construction 2015-07-21 20:37:44 +02:00
user_config.h Reduced SPIFFS cache, freeing ~0.5k RAM. 2015-07-31 18:15:18 +10:00
user_modules.h Added SNTP module, for easy time sync. 2015-07-10 15:12:31 +10:00
user_version.h Release build 20150627. 2015-06-27 15:21:48 +08:00