esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable/xtensa
Darian Leung 76d4c9f592 freertos: Refactor port_systick
This commit refactors port_systick.c so that all ports (RISC-V vs Xtensa) of
all FreeRTOS implementations (IDF vs Amazon SMP FreeRTOS) use the same set of
tick interrupt functions. Thus, these funcitons are now common:

- vPortSetupTimer() to setup the tick interrupt's timer
- xPortSysTickHandler() that is called on each tick interrupt
2023-04-28 23:03:00 +08:00
..
include/freertos xtensa: Remove OS agnostic files from Amazon SMP FreeRTOS port 2023-04-18 15:51:38 +08:00
port.c freertos: Refactor port_systick 2023-04-28 23:03:00 +08:00
portasm.S freertos(SMP): Refactor FPU handling on the Xtensa port of Amaazon SMP FreeRTOS 2022-12-23 15:29:17 +08:00
readme_xtensa.txt freertos: Copy IDF xtensa port files 2022-03-08 14:59:18 +08:00
xtensa_init.c freertos: Copy IDF xtensa port files 2022-03-08 14:59:18 +08:00
xtensa_overlay_os_hook.c freertos: Copy IDF xtensa port files 2022-03-08 14:59:18 +08:00