Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markfirmware/zig-bare-metal-raspberry-pi
Bare metal raspberry pi program written in zig
https://github.com/markfirmware/zig-bare-metal-raspberry-pi
bare-metal raspberry-pi zig
Last synced: 2 months ago
JSON representation
Bare metal raspberry pi program written in zig
- Host: GitHub
- URL: https://github.com/markfirmware/zig-bare-metal-raspberry-pi
- Owner: markfirmware
- Created: 2019-09-20T02:55:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T03:41:13.000Z (about 5 years ago)
- Last Synced: 2024-08-03T23:20:53.240Z (6 months ago)
- Topics: bare-metal, raspberry-pi, zig
- Language: Zig
- Homepage:
- Size: 1.8 MB
- Stars: 86
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - markfirmware/zig-bare-metal-raspberry-pi
- awesome-zig - zig-bare-metal-raspberry-piποΈBare metal raspberry pi program written in zig
README
Privacy
-------Bluetooth signals are collected and displayed on the screen
Function
--------zig logo is displayed
The frame buffer cursor moves around the screen in response to the tv remote controller buttons. This requires the Consumer Electronics Control (CEC) feature on the tv.
Presently only working on rpi3b+ due to some code generation issues
Not yet working on armv6 raspberry pi models
Not yet tested on rpi4b
Testing
-------zig build qemu -Dqemu
(yes, the -Dqemu is needed at this time)
or
zig build qemu -Dqemu -Dnodisplay
to omit the frame buffer display