Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feed0/multithread_esp32
Using the Espressif ESP32's dual core capabilities to prevent pipeline stalls. Part of the Operating Systems subject in Computer Science.
https://github.com/feed0/multithread_esp32
Last synced: 2 days ago
JSON representation
Using the Espressif ESP32's dual core capabilities to prevent pipeline stalls. Part of the Operating Systems subject in Computer Science.
- Host: GitHub
- URL: https://github.com/feed0/multithread_esp32
- Owner: feed0
- Created: 2024-09-08T19:54:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T21:29:53.000Z (3 months ago)
- Last Synced: 2024-09-12T07:55:24.318Z (3 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multithread_esp32
Using the Espressif ESP32's dual core capabilities to prevent pipeline stalls. Part of the Operating Systems subject in Computer Science.