[core] Specify toolchain prefix in board.json
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"f_cpu": "120000000L"
|
||||
"f_cpu": "120000000L",
|
||||
"prefix": "arm-none-eabi-"
|
||||
},
|
||||
"connectivity": [
|
||||
"wifi",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"build": {
|
||||
"family": "RTL8710B",
|
||||
"f_cpu": "125000000L",
|
||||
"prefix": "arm-none-eabi-",
|
||||
"amb_flash_addr": "0x08000000"
|
||||
},
|
||||
"connectivity": [
|
||||
|
||||
Reference in New Issue
Block a user