fomu-workshop/riscv-zig-blink
2022-01-21 15:49:17 +01:00
..
ld Add zig example 2020-01-28 01:21:31 +11:00
src zig: updates for 0.9.0 (#610) 2022-01-21 15:49:17 +01:00
.gitignore Add zig example 2020-01-28 01:21:31 +11:00
build.zig zig: updates for 0.9.0 (#610) 2022-01-21 15:49:17 +01:00
README.md zig: updates for 0.9.0 (#610) 2022-01-21 15:49:17 +01:00

riscv-zig-blink

Written against zig 0.9.0

You can obtain the zig compiler via https://ziglang.org/download/ e.g. a linux user might run:

curl -L https://ziglang.org/download/0.9.0/zig-linux-x86_64-0.9.0.tar.xz | tar -xJf -
alias zig=./zig-linux-x86_64-0.9.0/zig

Run zig build --help from this directory for usage and options.

zig build run -Drelease will compile the demo and and run it on your connected FOMU.