nodemcu-firmware/app
Johny Mattsson 526d21dab4 Major cleanup - c_whatever is finally history. (#2838)
The PR removed the bulk of non-newlib headers from the NodeMCU source base.  
app/libc has now been cut down to the bare minimum overrides to shadow the 
corresponding functions in the SDK's libc. The old c_xyz.h headerfiles have been 
nuked in favour of the standard <xyz.h> headers, with a few exceptions over in 
sdk-overrides. Again, shipping a libc.a without headers is a terrible thing to do. We're 
still living on a prayer that libc was configured the same was as a default-configured
xtensa gcc toolchain assumes it is. That part I cannot do anything about, unfortunately, 
but it's no worse than it has been before.

This enables our source files to compile successfully using the standard header files, 
and use the typical malloc()/calloc()/realloc()/free(), the strwhatever()s and 
memwhatever()s. These end up, through macro and linker magic, mapped to the 
appropriate SDK or ROM functions.
2019-07-22 00:58:21 +03:00
..
coap Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
crypto Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
dht Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
driver Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
esp-gdbstub SDK 3.0 tranche3 (#2761) 2019-05-19 14:38:23 +01:00
fatfs Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
http Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
include Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
libc Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lua Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lwip Use dynamic memory for cached DNS names (#2763) 2019-05-20 15:05:52 +01:00
mbedtls Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
modules Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
mqtt Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
net Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
pcm Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
platform Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
pm Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
sjson Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
smart Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
spiffs Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
sqlite3 Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
task Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
tsl2561 trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
u8g2lib Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ucglib Submodulify ucg and update to v1.5.2 (#2503) 2018-10-19 21:18:50 +01:00
user Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
uzlib Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
websocket Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00