This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-04 19:10:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b735c46ba7106d2037f06ce7c2036e89a1b77d40
esp-idf
/
components
/
esp_ipc
History
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
..
include
esp_system: ipc_isr does not use its own initialization task, it is done from ipc_task()
2022-02-18 12:36:05 +08:00
src
esp_ipc: Fix a case when ipc_task() can wake up blocking task early
2022-06-07 21:20:08 +08:00
test
esp_ipc: Fix a case when ipc_task() can wake up blocking task early
2022-06-07 21:20:08 +08:00
CMakeLists.txt
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
component.mk
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
Kconfig
esp_ipc: Update documentation and API descriptions
2021-12-20 12:41:10 +08:00