Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 284 Bytes

riscv-asm-hello-morse

Blinking morse code on the hifive1-revb board using RISC-v assembly

prerequisites

You need a riscv toolchain to build this program.

For fedora try:

# dnf install gcc-riscv64-linux-gnu

For Ubuntu try:

# apt install gcc-riscv64-unknown-elf