3 Commits

Author SHA1 Message Date
d0099b214b feat(freertos): add option to link freertos to IRAM 2019-11-08 15:18:00 +08:00
63b5c1969b fix(freertos): fix link bss data to IRAM causing crash
Global data of port.c, xtensa_context.S and xtensa_vectors.S should not be linked into IRAM now.
2019-10-09 15:33:58 +08:00
3e6c6696ef feat(make): add "iram_bss" to link some global varible from DRAM to IRAM 2019-09-26 17:33:22 +08:00