Files
esp-idf/components
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
..
2021-07-16 20:14:27 +08:00
2021-07-01 19:53:50 +08:00
2021-08-06 17:08:21 +08:00
2021-07-16 20:14:27 +08:00
2021-08-06 17:08:21 +08:00
2021-07-22 10:43:10 +08:00
2021-07-16 20:14:27 +08:00
2021-07-22 10:43:10 +08:00
2021-07-29 14:44:43 +08:00