esp-idf/components/freertos
Felipe Neves 810be86f21 freertos/riscv: move freertos aware interrupt code from vectors to the freertos riscv port.
The riscv vectors.S in riscv component contains the trap vector, which is responsible to
defer interrupts and examine if a task context switch is needed, this change cleans up
this code by hiding all freertos details behind on two functions rtos_it_enter/exit and
their implementations are placed in freertos riscv port files.
2021-01-05 15:39:46 +08:00
..
include/freertos freertos: clarify statement on task function not returning 2020-12-02 11:58:56 +01:00
port freertos/riscv: move freertos aware interrupt code from vectors to the freertos riscv port. 2021-01-05 15:39:46 +08:00
test freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
CMakeLists.txt freertos: add xQueueGenericReceive for backward compatibility 2020-11-27 19:08:42 +05:30
component.mk freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
croutine.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
event_groups.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freertos_v8_compat.c freertos: add xQueueGenericReceive for backward compatibility 2020-11-27 19:08:42 +05:30
FreeRTOS-openocd.c freertos: fix defining uxTopUsedPriority for esp32s2beta 2019-10-29 16:38:48 +01:00
History.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
license.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
linker.lf freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
list.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
queue.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
stream_buffer.c freertos: merged freertos 10 kernel files into IDF 2020-10-13 23:52:03 +00:00
tasks.c freertos: Fix missing affinity info in vTaskList 2020-12-14 16:50:07 +05:30
timers.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00