esp-idf/components/freertos/port
Marius Vikhammer 4374966d4e freerots: fix rtos_int_exit writing outside ISR stack
rtos_int_exit would store RA at an offset of 4 byte from the SP,
where the offset should be 0.

This caused rtos_int_exit to overwrite variables in bss.
2021-01-26 11:18:39 +00:00
..
riscv freerots: fix rtos_int_exit writing outside ISR stack 2021-01-26 11:18:39 +00:00
xtensa global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
port_common.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00