nodemcu-firmware/components
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
..
base_nodemcu Split out IP formatting helpers. 2016-10-06 17:23:48 +11:00
driver_console Removed left-over UART debug echo. 2016-10-05 14:36:24 +11:00
fatfs Grabbed fatfs from dev branch, and IDF-ified it. 2016-09-21 18:21:44 +10:00
lua Fixed Kconfig macro use for Lua debug module (oops). 2016-10-04 15:33:40 +11:00
modules Imported @djphoenix's new native LWIP net module. 2016-10-06 17:24:08 +11:00
platform Improved flash-size auto-detection. 2016-09-23 17:39:06 +10:00
rtos_dbg Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
spiffs Updated to latest IDF. 2016-09-26 13:36:53 +10:00
task Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00