Ecosyste.ms: Awesome
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 6 hours ago
JSON representation
Implementation of ESP-IDF Inter-Processor Call
- Host: GitHub
- URL: https://github.com/reshalfahsi/inter-processor-call
- Owner: reshalfahsi
- Created: 2022-11-26T02:50:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:22:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T05:36:31.136Z (over 1 year ago)
- Topics: embedded-systems, esp-idf, esp32, freertos, inter-processor-call, ipc, multicore
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)