esp-open-rtos/FreeRTOS/Source/portable
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
..
esp8266 Add IRAM attribute for IRAM loaded symbols, add to common FreeRTOS functions 2015-06-08 18:19:59 +10:00
MemMang Swap memory management to FreeRTOS-style, fixed heap size 2015-05-07 14:23:24 +10:00