nodemcu-firmware/app/user
Johny Mattsson 4995bcb9d0 Rewrite of exception handler, take 2.
Turns out ets_printf() lied to me. When handed an aligned string in flash it
did 32bit loads on it instead of the expected 8bit loads, so just silencing
the exception was enough to give the appearance of it working.
2016-05-30 14:03:15 +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
user_exceptions.s Rewrite of exception handler, take 2. 2016-05-30 14:03:15 +10:00
user_main.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00