Files
tinygo/targets/hifive1b.json
T

11 lines
186 B
JSON

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