
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.
6 строки
136 Б
JSON
6 строки
136 Б
JSON
{
|
|
"inherits": ["riscv64"],
|
|
"features": ["+a", "+c", "+m", "+f", "+d"],
|
|
"build-tags": ["k210", "kendryte"],
|
|
"code-model": "medium"
|
|
}
|