esp-idf/components/freertos
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
..
include/freertos [mocks]: freertos mock 2021-08-06 17:08:21 +08:00
port freertos: Fix settings of systimer for SysTicks in case Unicore 2021-08-12 12:30:52 +05:00
test Update tests for assert and abort 2021-08-05 11:09:22 +05:30
CMakeLists.txt freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
component.mk freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
croutine.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00
event_groups.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00
freertos_v8_compat.c freertos: add xQueueGenericReceive for backward compatibility 2020-11-27 19:08:42 +05:30
FreeRTOS-openocd.c freertos: fix defining uxTopUsedPriority for esp32s2beta 2019-10-29 16:38:48 +01:00
History.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
license.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
linker.lf esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
list.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00
queue.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
stream_buffer.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00
tasks.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00
timers.c freertos: Sync safe changes from Amazon SMP branch 2021-08-10 05:13:43 +08:00