nodemcu-firmware/app/include
dnc40085 5e9ab01523 Modified wifi module
Implement SDK event monitor
Move wifi status event monitor code into seperate file
(app/modules/wifi_eventmon.c)
Modify wifi lua callback registration code.
Add Functions wifi.ap.deauth and wifi.sta.getrssi
Rework wifi event monitor to use tasking interface
fix for Lua coroutine compatibility issue
Made changes Suggested by TerryE

Also, moved code that sets the default host name out of
luaopen_wifi_init and into a separate function and added a post_task_low
entry in it's place.

Replaced some if test then return error lines with
luaL_argcheck
Add check for malloc null return in wifi.eventmon 
to catch out of memory errors
2016-03-31 19:01:41 -07:00
..
arch Fix redefine bug on some other version SDK(such as espressif's lubuntu environment) 2016-01-25 03:06:18 +08:00
driver Squashed commit of the following: 2016-02-29 08:21:12 -05:00
lwip Upgrade to SDK 1.5.0 + Espressif's Open LWIP 1.5.0. 2015-12-23 11:17:05 +11:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
task Extend the node library to include a Lua implementation of task posting 2016-03-01 23:37:41 +00:00
lwipopts.h Added -Wimplicit to modules build. 2016-01-22 10:55:57 +11:00
module.h Fix break in luac.cross build and add some documentation 2016-03-03 02:03:23 +00:00
rom.h Modified wifi module 2016-03-31 19:01:41 -07:00
sections.h Moved TEXT_SECTION_ATTR macro to its own header. 2015-10-12 13:26:04 +11:00
u8g_config.h fix display table construction 2015-07-21 20:37:44 +02: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 Modified wifi module 2016-03-31 19:01:41 -07:00
user_modules.h Change a number of default values 2016-03-09 23:16:43 +01:00
user_version.h Merge remote-tracking branch 'jmattsson/tmr-libmain-binpatch150' into sdk1.5.1 2016-01-13 07:54:27 -05:00