nodemcu-firmware/app/platform
TerryE 46ea2aa42e Make the wifi.smart functions options and remove wofs and upgrade
AFAIK no one uses the wifi.startsmart() and wifi.stopsmart().  Removing
them frees up an extra 20-25K of Flash to use as filesystem.  So I have
added a new config define WIFI_SMART_ENABLE which is enabled by default
so the default functionality is the same, but if this is commented out
then this code is omitted.

I have also removed wofs and upgrade from this build as we no longer
support these.
2016-02-26 17:23:38 +00:00
..
Makefile Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
common.c Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp8266.h Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
flash_api.c Fix inconsistency between flash_init_data in flash_api.c and 2016-02-23 01:22:41 -08:00
flash_api.h enable -std=gnu11 for platform dir 2016-01-22 23:21:34 +01:00
flash_fs.c Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
flash_fs.h Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
hw_timer.c Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
hw_timer.h Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
pin_map.c Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
pin_map.h Made level triggers work better than before 2016-02-25 08:38:25 -05:00
platform.c Made level triggers work better than before 2016-02-25 08:38:25 -05:00
platform.h Merge pull request #1000 from devsaurus/sigma_delta 2016-02-20 20:11:42 +01:00