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.
Этот коммит содержится в:
Ayke van Laethem 2020-01-10 17:04:09 +01:00 коммит произвёл Ron Evans
родитель 6841f9e245
коммит 9a69c6bcca

Просмотреть файл

@ -4,5 +4,6 @@
"linkerscript": "targets/hifive1b.ld", "linkerscript": "targets/hifive1b.ld",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "HiFive", "msd-volume-name": "HiFive",
"msd-firmware-name": "firmware.hex" "msd-firmware-name": "firmware.hex",
"jlink-device": "fe310"
} }