nodemcu-firmware/app/platform
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
..
Makefile trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
common.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp8266.h I2C sw driver with support of multiple buses, Slow, Fast, FastPlus, and user-defined speed selection (#2465) 2019-04-05 06:56:11 +02:00
flash_api.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
flash_api.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
hw_timer.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
hw_timer.h Add pwm2 module (#2747) 2019-05-25 22:08:13 +02:00
pin_map.c Add support of counting of interrupts (#2149) 2017-12-17 21:42:54 +01:00
pin_map.h Add support of counting of interrupts (#2149) 2017-12-17 21:42:54 +01:00
platform.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
platform.h 1st Tranch of SDK 3.0 follow up changes (#2732) 2019-05-01 18:29:11 +01:00
sdcard.c Updated FatFS from 0.12a to 0.13c (#2608) 2019-01-16 22:30:42 +01:00
sdcard.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
u8x8_nodemcu_hal.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
u8x8_nodemcu_hal.h Update u8g2 to v2.25.10 (#2735) 2019-04-28 15:45:04 +02:00
ucg_nodemcu_hal.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ucg_nodemcu_hal.h Submodulify ucg and update to v1.5.2 (#2503) 2018-10-19 21:18:50 +01:00
vfs.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
vfs.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
vfs_int.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00