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
- Host: GitHub
- URL: https://github.com/reshalfahsi/inter-processor-call
- Owner: reshalfahsi
- Created: 2022-11-26T02:50:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:22:09.000Z (over 3 years ago)
- Last Synced: 2025-09-03T18:55:44.752Z (10 months ago)
- Topics: embedded-systems, esp-idf, esp32, freertos, inter-processor-call, ipc, multicore
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- 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)