nodemcu-firmware/app/coap
Johny Mattsson e49f2bb13f Remove conflicting libc, rename c_xx and os_xx to xx.
c_strtod and c_getenv are kept since strtod doesn't appear in the SDK's libc,
and we want our own c_getenv to initialize the Lua main anyway.
2016-05-26 18:50:20 +10:00
..
LICENSE.txt add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00
Makefile add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00
coap.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
coap.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
coap_client.c default build with coap, reduce coap module mem usage 2015-03-15 20:12:29 +08:00
coap_client.h reduce coap module memory usage 2015-03-15 13:44:50 +08:00
coap_io.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
coap_io.h Updated #includes to work on new SDK. 2015-10-12 13:26:04 +11:00
coap_server.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
coap_server.h reduce coap module memory usage 2015-03-15 13:44:50 +08:00
coap_timer.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
coap_timer.h add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00
endpoints.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
hash.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
hash.h add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00
node.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
node.h add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00
pdu.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
pdu.h add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00
str.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
str.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
uri.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
uri.h add coap module, see fragment.lua for usage 2015-02-05 01:32:57 +08:00