mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
ffa38b183b
This page has been a big help in adding support for this new chip: https://wiki.osdev.org/HiFive-1_Bare_Bones
8 lines
104 B
JSON
8 lines
104 B
JSON
{
|
|
"inherits": ["fe310"],
|
|
"build-tags": ["hifive1b"],
|
|
"ldflags": [
|
|
"-T", "targets/hifive1b.ld"
|
|
]
|
|
}
|