nodemcu-firmware/app/user
Johny Mattsson 90c6e86872 Fix start-up race between UART & start_lua. (#1522)
Input during startup (especially while doing initial filesystem format)
ran the risk of filling up the task queue, preventing the start_lua task
from being queued, and hence NodeMCU would not start up that time.
2016-10-03 10:19:20 +02:00
..
Makefile Enable -std=gnu11 for user dir 2016-03-24 00:06:09 +01:00
user_exceptions.c Ensure that load_store exceptions trigger the exception handler (#1307) 2016-05-27 12:14:02 +10:00
user_exceptions.h Enable -std=gnu11 for user dir 2016-03-24 00:06:09 +01:00
user_main.c Fix start-up race between UART & start_lua. (#1522) 2016-10-03 10:19:20 +02:00