esp-idf/docs/en/api-reference
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
..
bluetooth ble_mesh: docs: Remove BLE Mesh related reference for C2 2022-09-16 19:39:51 +08:00
network esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
peripherals Merge branch 'feature/ledc_gamma_curve_support' into 'master' 2023-03-12 07:54:08 +08:00
protocols docs: sync up translation for api-reference 2023-02-02 14:44:13 +08:00
provisioning docs: add chapter about overall "security" area guide 2022-11-25 03:17:05 +00:00
storage docs: fix rst external links with wrong format 2023-02-13 11:51:31 +08:00
system 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
api-conventions.rst docs: fix broken links 2022-05-07 13:09:41 +08:00
error-codes.rst docs: add new top-level docs builder that builds docs for a single chip 2020-02-07 16:37:43 +11:00
index.rst docs: Updated CN translation for index files in api-guides and api-reference 2022-02-23 14:48:26 +08:00
kconfig.rst doc: fix a small typo for check_kconfigs.py 2023-03-06 09:58:15 -05:00
template.rst Fix numbered list 2022-09-21 17:29:52 +02:00