mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
263c10cee1
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 |
||
---|---|---|
.. | ||
linux/include/freertos | ||
priv_include | ||
riscv | ||
xtensa | ||
port_common.c | ||
port_systick.c |