An open API service indexing awesome lists of open source software.

https://github.com/reshalfahsi/inter-processor-call

Implementation of ESP-IDF Inter-Processor Call
https://github.com/reshalfahsi/inter-processor-call

embedded-systems esp-idf esp32 freertos inter-processor-call ipc multicore

Last synced: about 1 month ago
JSON representation

Implementation of ESP-IDF Inter-Processor Call

Awesome Lists containing this project

README

          

# Inter-Processor Call ESP-IDF

Implementation of [ESP-IDF IPC](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/ipc.html). There are two kinds of IPC.

- [`ipc_call`](./ipc_call)
- [`ipc_call_blocking`](./ipc_call_blocking)