mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-27 15:59:04 +00:00
targets: add hifive1-qemu for testing RISC-V bare metal in QEMU
Most tests don't pass yet, so can't add this test to the standard tests, yet.
This commit is contained in:
committed by
Ron Evans
parent
7bdd4a1186
commit
8f9419a35d
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"inherits": ["fe310"],
|
||||
"build-tags": ["hifive1b", "qemu"],
|
||||
"linkerscript": "targets/hifive1-qemu.ld",
|
||||
"emulator": ["qemu-system-riscv32", "-machine", "sifive_e", "-nographic", "-kernel"]
|
||||
}
|
||||
Reference in New Issue
Block a user