nodemcu-firmware/app/driver
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
..
Makefile enable -std=gnu11 for driver dir with corrected os_printf* decls 2016-01-23 11:22:03 +01:00
gpio16.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
i2c_master.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
key.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
onewire.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
pwm.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
readline.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
rotary.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
sigma_delta.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
spi.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
uart.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00