mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-06 01:51:08 +00:00
- esp_ipc_call_and_wait() can work simultaneously on two CPUs. - This will increase the priority for ipc_task if the current task also wants to use it. - Added the ESP_IPC_USES_CALLERS_PRIORITY option to get back the old IPC behaviour.