zig-bare-metal-raspberry-pi icon indicating copy to clipboard operation
zig-bare-metal-raspberry-pi copied to clipboard

Bare metal raspberry pi program written in zig

Results 6 zig-bare-metal-raspberry-pi issues
Sort by recently updated
recently updated
newest added

~~Pending https://github.com/ziglang/zig/issues/3322~~

defect

https://github.com/markfirmware/zig-bare-metal-raspberry-pi/blob/5b1700df50160893c11e0009c72802029115b229/src/video_core_frame_buffer.zig#L10-L11 These need to be [volatile](https://ziglang.org/documentation/master/#volatile), otherwise Zig is allowed to assume writes to this memory does not have side effects.

Do you know how to do keyboard support? I was thinking of using it to make a simple game

- [x] **wip** basic operation - [ ] initialize exception stacks - [ ] resolve ldur q0 alignment exception https://github.com/ziglang/zig/issues/2934

improvement
wip

rpi0w rpi3b rpi3b+ rpi4b * observer (of advertisements) role - [x] **wip** display count of received messages - [ ] decode beacons and other common messages - [ ] display...

feature
wip

Discover and repair the handful of bits that are preventing armv6 operation

defect
wip