esp-idf/components/freertos/port
Marius Vikhammer b30ff28034 freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR
These were called from IRAM context where the caller expect them to be inlined
and accessible when cache is disabled. This was not the case when compiled with -O0.

Closes https://github.com/espressif/esp-idf/issues/8301
2022-03-03 10:09:33 +08:00
..
riscv Merge branch 'bugfix/flash_rodata_any_alignement_v4.3' into 'release/v4.3' 2021-06-22 00:23:49 +00:00
xtensa freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 10:09:33 +08:00
port_common.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00