mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
2fe4a9be71
This is needed to avoid linking errors because the globals are placed in memory at address 0x80000000 which is out of bounds for the default code model.
7 lines
136 B
JSON
7 lines
136 B
JSON
{
|
|
"inherits": ["riscv64"],
|
|
"features": ["+a", "+c", "+m", "+f", "+d"],
|
|
"build-tags": ["k210", "kendryte"],
|
|
"code-model": "medium"
|
|
}
|