nodemcu-firmware/app/user
Johny Mattsson afbbeb4566 Replaced UART driver.
New driver is a three-way merger between Espressif's esp8266-rtos-sdk example
driver, Espressif's esp32-rtos-sdk not-example driver, and the previous
NodeMCU driver, plus some general clean-ups.

Basic interactivity is now available on the ESP32!
2016-06-23 18:23:04 +10:00
..
Makefile Enable -std=gnu11 for user dir 2016-03-24 00:06:09 +01:00
c_stdlib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
rtos_dbg.c Debug functions for tracking RTOS task usage. 2016-05-31 18:46:59 +10:00
user_exceptions.S Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
user_main.c Replaced UART driver. 2016-06-23 18:23:04 +10:00
wrap_printf.S Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00