mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
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.