nodemcu-firmware/app/include
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
..
arch trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
driver Add pwm2 module (#2747) 2019-05-25 22:08:13 +02:00
lwip SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
mbedtls mbedtls bump to 2.7.9 (#2655) 2019-04-05 06:57:02 +02:00
netif trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
pm Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
rtc trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
sys trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
task Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
fatfs_config.h Updated FatFS from 0.12a to 0.13c (#2608) 2019-01-16 22:30:42 +01:00
lwipopts.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
module.h Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03: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 Upgrade to SDK 2.1.0. (#1962) 2017-05-11 07:13:23 +02:00
sections.h Fix iram/irom section contents (#1566) 2016-12-01 22:14:20 +01:00
u8g2_displays.h Update u8g2 to v2.25.10 (#2735) 2019-04-28 15:45:04 +02:00
u8g2_fonts.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
ucg_config.h Submodulify ucg and update to v1.5.2 (#2503) 2018-10-19 21:18:50 +01:00
user_config.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
user_mbedtls.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
user_modules.h Baseline version of Pipe library (#2797) 2019-06-19 15:16:17 +03:00
user_version.h user_version.h: use ESP_SDK* constants 2018-03-13 19:34:42 -04:00