esp-open-rtos/FreeRTOS/Source/portable/esp8266
Angus Gratton 0dbb6d31a5 Add IRAM attribute for IRAM loaded symbols, add to common FreeRTOS functions
Closes #7.

It'd be nice to change the linker script so .text is always linked to
IROM instead of needing to objcopy each compiled file. The sticking
point for this is libgcc & libhal, which have symbols in .text that need
to be loaded to IRAM.
2015-06-08 18:19:59 +10:00
..
port.c Add IRAM attribute for IRAM loaded symbols, add to common FreeRTOS functions 2015-06-08 18:19:59 +10:00
portmacro.h Change symbol extraction to use objdump not nm 2015-06-02 17:57:33 +10:00
sdk_compat.c Basic support for GPIOs 0-15. 2015-06-08 12:09:34 +10:00
xtensa_context.h Working variant of esp_iot_rtos_sdk (files from commit ec75c85f9ef53) 2015-05-07 14:22:25 +10:00
xtensa_rtos.h Working variant of esp_iot_rtos_sdk (files from commit ec75c85f9ef53) 2015-05-07 14:22:25 +10:00
xtensa_timer.h Working variant of esp_iot_rtos_sdk (files from commit ec75c85f9ef53) 2015-05-07 14:22:25 +10:00
xtruntime.h Working variant of esp_iot_rtos_sdk (files from commit ec75c85f9ef53) 2015-05-07 14:22:25 +10:00