esp-idf/components/freertos/FreeRTOS-Kernel
Sudeep Mohanty cf55ab899a fix(freertos): Fixed xPortCanYield to correctly determine ISR context on esp32p4
This commit fixes an issue where xPortCanYield() function may not be
able to detect an ISR context when HW interrupt nesting is active on
a CLIC interrupt controller such as on esp32p4.
2023-10-09 09:12:15 +02:00
..
include/freertos refactor(freertos/idf): Move task creation "PinnedToCore" API to addition headers 2023-09-05 16:20:59 +08:00
portable fix(freertos): Fixed xPortCanYield to correctly determine ISR context on esp32p4 2023-10-09 09:12:15 +02:00
croutine.c freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
event_groups.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
GitHub-FreeRTOS-Kernel-Home.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
History.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
LICENSE.md freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
list.c freertos(IDF): Sync cosmetic differences to v10.4.3 2022-11-10 18:37:42 +08:00
queue.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
sbom.yml feat(freertos): Added SBOM manifest file for SPDX file generation 2023-09-05 18:30:30 +08:00
stream_buffer.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
tasks.c fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix 2023-09-20 10:31:08 +02:00
timers.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
uncrustify.cfg freertos: Add uncrustiy config files for IDF FreeRTOS v10.4.3 2022-11-02 19:42:19 +08:00