mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
76d4c9f592
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 |
||
---|---|---|
.. | ||
esp_additions | ||
FreeRTOS-Kernel | ||
FreeRTOS-Kernel-SMP | ||
test_apps | ||
app_startup.c | ||
CMakeLists.txt | ||
FreeRTOS-openocd.c | ||
heap_idf.c | ||
Kconfig | ||
linker_common.lf | ||
linker_smp.lf | ||
linker.lf | ||
port_common.c | ||
port_systick.c | ||
port_systick.h | ||
sdkconfig.rename |