mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
bd56636d58
This matches the flash-command and is generally a bit easier to work with. This commit also prepares for allowing multiple formats to be used in the emulator command, which is necessary for the esp32.
9 lines
241 B
JSON
9 lines
241 B
JSON
{
|
|
"inherits": ["riscv32"],
|
|
"features": "+a,+c,+m",
|
|
"build-tags": ["virt", "qemu"],
|
|
"default-stack-size": 4096,
|
|
"linkerscript": "targets/riscv-qemu.ld",
|
|
"emulator": "qemu-system-riscv32 -machine virt -nographic -bios none -kernel {}"
|
|
}
|