esp-open-rtos/core
Angus Gratton efc454035c Move all code paths touched by NMI to IRAM
Prerequisite for calling Cache_Read_Disable() for OTA updates.

Massive thanks due to @foogod and their xtobjdis tool, creating the call
graph of where the wDev_ProcessFiq touched (including in newlib, etc.)
would have otherwise been very painful:
https://bitbucket.org/foogod/xtobjdis
2015-07-29 16:47:33 +10:00
..
include gpio: Change gpio_write argument to bool 2015-07-29 10:35:15 +10:00
component.mk Basic support for GPIOs 0-15. 2015-06-08 12:09:34 +10:00
esp_gpio_interrupts.c Indentation fixes 2015-06-09 09:00:32 +10:00
esp_iomux.c Basic support for GPIOs 0-15. 2015-06-08 12:09:34 +10:00
esp_timer.c Hardware timer support 2015-07-09 12:29:40 +10:00
exception_vectors.s Add exception vectors & low-level handlers 2015-07-28 11:01:57 +10:00
led_debug.s Add some LED debugging assembler macros 2015-07-28 11:19:01 +10:00
newlib_syscalls.c Move all code paths touched by NMI to IRAM 2015-07-29 16:47:33 +10:00
sdk_compat.c Move all code paths touched by NMI to IRAM 2015-07-29 16:47:33 +10:00