mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
ba49148644
Signed-off-by: Ron Evans <ron@hybridgroup.com>
11 lines
186 B
JSON
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"
|
|
}
|