[core] Specify toolchain prefix in board.json

This commit is contained in:
Kuba Szczodrzyński
2022-06-26 16:04:49 +02:00
parent 582eed3be8
commit accf37de39
5 changed files with 21 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
{
"build": {
"f_cpu": "120000000L"
"f_cpu": "120000000L",
"prefix": "arm-none-eabi-"
},
"connectivity": [
"wifi",

View File

@@ -2,6 +2,7 @@
"build": {
"family": "RTL8710B",
"f_cpu": "125000000L",
"prefix": "arm-none-eabi-",
"amb_flash_addr": "0x08000000"
},
"connectivity": [