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
port_systick.c freertos: Fix settings of systimer for SysTicks in case Unicore 2021-08-12 12:30:52 +05:00