esp-open-rtos/core
Angus Gratton bed6907d22 Exception vector address must be 256 byte aligned
Not actually a problem with the current linker script as the address is
predetermined there at start of IRAM, but might as well be accurate
about it.

As per advice from @foogod on esp8266-re mailing list:
https://groups.google.com/d/msg/esp8266-re/1ljIY3Zttbo/HvzHSWOLCgAJ
2015-08-06 09:54:46 +10:00
..
include Working TFTP server based OTA updates 2015-08-05 14:10:14 +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 Exception vector address must be 256 byte aligned 2015-08-06 09:54:46 +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