markfirmware / zig-bare-metal-raspberry-pi

Bare metal raspberry pi program written in zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bare metal raspberry pi program written in zig


Languages

Language:Zig 100.0%