tinygo/targets/hifive1b.json
Ayke van Laethem 9a69c6bcca 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.
2020-01-12 17:02:53 +01:00

9 строки
214 Б
JSON

{
"inherits": ["fe310"],
"build-tags": ["hifive1b"],
"linkerscript": "targets/hifive1b.ld",
"flash-method": "msd",
"msd-volume-name": "HiFive",
"msd-firmware-name": "firmware.hex",
"jlink-device": "fe310"
}