fomu-workshop/riscv-zig-blink
2020-05-10 17:39:50 +10:00
..
ld Add zig example 2020-01-28 01:21:31 +11:00
src riscv-zig-blink: @breakpoint() now works 2020-05-10 17:39:50 +10:00
.gitignore Add zig example 2020-01-28 01:21:31 +11:00
build.zig riscv-zig-blink: update to new std.build.setTarget API 2020-05-10 17:39:50 +10:00
README.md riscv-zig-blink: update version to 0.6.0 2020-05-10 17:39:49 +10:00

riscv-zig-blink

Written against zig 0.6.0

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

curl -L https://ziglang.org/builds/zig-linux-x86_64-0.6.0.tar.xz | tar -xJf -
alias zig=./zig-linux-x86_64-0.6.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.