mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
hifive1b: add support for gdb subcommand
This makes debugging on the HiFive1 rev B much easier:
tinygo gdb -target=hifive1b examples/echo
Using JLinkGDBServer as I couldn't figure out how to do it with OpenOCD.
This commit is contained in:
committed by
Ron Evans
parent
6841f9e245
commit
9a69c6bcca
@@ -4,5 +4,6 @@
|
||||
"linkerscript": "targets/hifive1b.ld",
|
||||
"flash-method": "msd",
|
||||
"msd-volume-name": "HiFive",
|
||||
"msd-firmware-name": "firmware.hex"
|
||||
"msd-firmware-name": "firmware.hex",
|
||||
"jlink-device": "fe310"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user