https://github.com/svenbieg/blink
Bare metal Blink-example for Rpi 5
https://github.com/svenbieg/blink
bare-metal c-plus-plus raspberry-pi-5
Last synced: 4 months ago
JSON representation
Bare metal Blink-example for Rpi 5
- Host: GitHub
- URL: https://github.com/svenbieg/blink
- Owner: svenbieg
- Created: 2024-09-15T10:48:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:06:51.000Z (4 months ago)
- Last Synced: 2025-03-01T13:20:28.962Z (4 months ago)
- Topics: bare-metal, c-plus-plus, raspberry-pi-5
- Language: C++
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Blink
Blink example for Raspberry Pi 5 using my standard-libray.
The scheduler is working with dynamic prioritization,
while the memory-manager supports constant low time allocation.
You can build this project with one click in Visual Studio and debug it with VSCode.