KonstantinKondrashov
|
e5d55fe1b1
|
esp_ipc: Fix a case when ipc_task() can wake up blocking task early
Closes https://github.com/espressif/esp-idf/issues/8559
|
2022-06-07 21:20:08 +08:00 |
|
KonstantinKondrashov
|
90c63f7250
|
esp_system: ipc_isr does not use its own initialization task, it is done from ipc_task()
It helps to reduce the memory usage at startup.
Closes https://github.com/espressif/esp-idf/issues/8111
|
2022-02-18 12:36:05 +08:00 |
|
Alexey Gerenkov
|
89fe956ebc
|
gcov: Fixes interference of gcov dump with normal IPC calls
|
2022-02-08 22:25:33 +03:00 |
|
Darian Leung
|
63ac2111ce
|
esp_ipc: Update documentation and API descriptions
This commit updates the documentation and API descriptions of
the esp_ipc and esp_ipc_isr features.
|
2021-12-20 12:41:10 +08:00 |
|
Erhan Kurubas
|
b3c3791152
|
esp_ipc: fix race condition in ipc task
|
2021-08-23 17:17:19 +03:00 |
|
Erhan Kurubas
|
8fe5cdf646
|
ipc: enable ipc task at single core for gcov dump
|
2021-08-20 15:00:55 +08:00 |
|
Erhan Kurubas
|
ca88b269ed
|
gcov: add gcov callback into the ipc task
|
2021-08-20 15:00:55 +08:00 |
|
Konstantin Kondrashov
|
4972605b16
|
esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt
|
2021-08-03 14:35:29 +08:00 |
|