mirror of https://github.com/ARMmbed/mbed-os.git
Add supported_toolchains to super_target
parent
51fdce3eff
commit
b6b72ca50b
|
@ -15,7 +15,8 @@
|
|||
"Super_Target": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M4",
|
||||
"features_add": ["UVISOR", "BLE", "CLIENT", "IPV4", "IPV6"]
|
||||
"features_add": ["UVISOR", "BLE", "CLIENT", "IPV4", "IPV6"],
|
||||
"supported_toolchains": ["ARM"]
|
||||
},
|
||||
"CM4_UARM": {
|
||||
"inherits": ["Target"],
|
||||
|
|
Loading…
Reference in New Issue