Add supported_toolchains to super_target

pull/2911/head
Jimmy Brisson 2016-10-03 15:08:35 -05:00
parent 51fdce3eff
commit b6b72ca50b
1 changed files with 2 additions and 1 deletions

View File

@ -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"],