esp-idf/components/freertos/port
KonstantinKondrashov 263c10cee1 freertos: Fix settings of systimer for SysTicks in case Unicore
systimer was stopped because the option SYSTIMER_TIMER_UNIT1_CORE1_STALL_EN is set by default 1, it blocks counting.
For Unicore should be:
SYSTIMER_TIMER_UNIT1_CORE0_STALL_EN  1
SYSTIMER_TIMER_UNIT1_CORE1_STALL_EN  0
2021-08-12 12:30:52 +05:00
..
linux/include/freertos [mocks]: freertos mock 2021-08-06 17:08:21 +08:00
priv_include freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
riscv freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
xtensa freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
port_common.c esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 2021-08-03 14:35:29 +08:00
port_systick.c freertos: Fix settings of systimer for SysTicks in case Unicore 2021-08-12 12:30:52 +05:00