nodemcu-firmware/app/include
Marcel Stör 5e01b51123 Make DNS engine RFC 5452 compliant (#1324)
The original code did not deal with UDP binding failures, this new code
does one random port attempt and then sets port to 0 to get 'OS
default' behaviour, and ASSERTs that that has to work.

Patch also moves the local UDP port range definition to udp.h from
udp.c.
2016-08-20 22:19:31 +02: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 Fix open drain level issues when _not_ using parasitic power mode. (#1291) 2016-06-28 22:51:55 +02:00
lwip Make DNS engine RFC 5452 compliant (#1324) 2016-08-20 22:19:31 +02:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc Add rtctime.epoch2cal() (#1386) 2016-07-19 22:01:26 +02:00
task Add pcm module. (#1255) 2016-06-05 23:21:36 +02: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
nodemcu_mdns.h Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 2016-04-03 14:10:52 -04:00
rom.h Merge pull request #1184 from devsaurus/user-gnu11 2016-04-30 13:26:09 +10: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 Remove DEVKIT_VERSION_0_9 and deprecated functions (#1439) 2016-08-04 23:03:37 +02:00
user_modules.h Implement initial version for websocket module (#1433) 2016-08-18 13:59:44 +02:00
user_version.h Update to SDK 1.5.4.1 (#1390) 2016-07-22 23:18:47 +02:00