Commented out riscv32 target

This commit is contained in:
gil 2024-05-14 09:43:38 -05:00
parent 3e197b9882
commit f43f41800f

View file

@ -3,16 +3,17 @@
[build]
target = "riscv64imac-unknown-none-elf"
# options for riscv32 (not currently in use)
[target.riscv32imac-unknown-none-elf]
runner = """ qemu-system-riscv32
-cpu rv32
-machine virt
-m 150M
-s
-nographic
-serial mon:stdio
-bios """
# Options for riscv32 (not currently in use)
#
# [target.riscv32imac-unknown-none-elf]
# runner = """ qemu-system-riscv32
# -cpu rv32
# -machine virt
# -m 150M
# -s
# -nographic
# -serial mon:stdio
# -bios """
[target.riscv64imac-unknown-none-elf]
runner = """ qemu-system-riscv64