nodemcu-firmware/components/modules
Johny Mattsson be5dafb264 Imported @djphoenix's new native LWIP net module.
Based on his revision 2d290a24a0914be88e5ca4ac7b1018392fe75fe2
(https://github.com/djphoenix/nodemcu-firmware).

All LWIP callback handling changed to use the NodeMCU task interface
to make it usable on RTOS.

IPv4 assumptions have been removed, and this net module /should/ now
be IPv6 ready, but aside from compilation no testing has been done
in this area.

SSL integration points not touched - some work needed there once we
have an mbedTLS module.
2016-10-06 17:24:08 +11:00
..
Kconfig Imported @djphoenix's new native LWIP net module. 2016-10-06 17:24:08 +11:00
bthci.c Simple BlueTooth module for BT LE advertisements. 2016-09-29 17:02:40 +10:00
component.mk Basic wifi config functions. 2016-10-03 17:42:28 +11:00
encoder.c Grabbed the encoder module from dev. 2016-09-28 17:58:44 +10:00
file.c SPIFFS partition support, file module from dev. 2016-09-22 17:18:22 +10:00
net.c Imported @djphoenix's new native LWIP net module. 2016-10-06 17:24:08 +11:00
node.c Added node.osprint(). 2016-09-28 17:57:29 +10:00
uppercase.mk Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
wifi.c Split out IP formatting helpers. 2016-10-06 17:23:48 +11:00
wifi_ap.c Basic wifi config functions. 2016-10-03 17:42:28 +11:00
wifi_common.h Split out IP formatting helpers. 2016-10-06 17:23:48 +11:00
wifi_sta.c Split out IP formatting helpers. 2016-10-06 17:23:48 +11:00