esp-idf/components/freertos/port
Mahavir Jain 5ebc86354a
freertos: Fix issue with bootup failure in ESP_MAIN_TASK_AFFINITY_CPU1 config
Idle tick hook that indicates completion of scheduler init must be launched
on other core than the one where main task runs. Earlier it was assumed that
main task shall always run on PRO cpu but that behavior can be changed with
ESP_MAIN_TASK_AFFINITY_CPU1 and hence this fix.

Closes https://github.com/espressif/esp-idf/issues/9247
Closes IDFGH-7705
2022-07-08 08:36:19 +05:30
..
linux/include/freertos freertos: updated the location of FreeRTOSConfig.h 2021-09-14 08:46:01 +05:30
priv_include freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
riscv riscv: Use semihosting to set breakpoint and watchpoint when running under debugger 2022-05-13 12:54:21 +03:00
xtensa freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 09:44:31 +08:00
port_common.c freertos: Fix issue with bootup failure in ESP_MAIN_TASK_AFFINITY_CPU1 config 2022-07-08 08:36:19 +05:30
port_systick.c freertos: add pm_trace header include 2022-02-17 22:22:26 +08:00