esp-idf/components/freertos/test_apps/freertos
Sudeep Mohanty 9b81e2b189 freertos: Schedule tasks unblocked by an ISR on a core with scheduler running if core affinity matches
FromISR APIs would put an unblocked task on the pending ready list if
the scheduler is suspended on the current core, irrespective of the
task's core affinity and the state of the scheduler on the other core.
This commit updates this behavior by allowing tasks to get scheduled on
a core which has the scheduler running as long as the task's core
affinity allows it.
2023-03-15 07:43:33 +00:00
..
kernel freertos: Schedule tasks unblocked by an ISR on a core with scheduler running if core affinity matches 2023-03-15 07:43:33 +00:00
main freertos: Fix/remove flakey tests after migration 2022-10-23 20:02:14 +08:00
misc freertos: fix and re-enable no-format warnings 2023-03-09 12:43:11 +01:00
performance freertos: fix and re-enable no-format warnings 2023-03-09 12:43:11 +01:00
port freertos: Fix flakey task snapshot tests 2023-03-14 16:51:25 +08:00
CMakeLists.txt freertos: Migrate misc tests to test app 2022-10-23 19:56:47 +08:00
pytest_freertos.py esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
README.md esp32h2: add build test 2023-01-17 10:29:04 +08:00
sdkconfig.ci.default freertos: Add test app sdkconfig 2022-10-23 20:02:14 +08:00
sdkconfig.ci.freertos_options feat(freertos): make num of task notifications configurable 2022-11-15 09:36:42 +01:00
sdkconfig.ci.psram freertos: Add test app sdkconfig 2022-10-23 20:02:14 +08:00
sdkconfig.ci.release freertos: Add test app sdkconfig 2022-10-23 20:02:14 +08:00
sdkconfig.ci.single_core freertos: Add test app sdkconfig 2022-10-23 20:02:14 +08:00
sdkconfig.ci.smp freertos: Add Amazon SMP FreeRTOS unit test configuration 2022-11-10 16:01:15 +08:00
sdkconfig.defaults freertos: Fix/remove flakey tests after migration 2022-10-23 20:02:14 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3