Skip to content

Commit b6b72ca

Browse files
committed
Add supported_toolchains to super_target
1 parent 51fdce3 commit b6b72ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Super_Target": {
1616
"inherits": ["Target"],
1717
"core": "Cortex-M4",
18-
"features_add": ["UVISOR", "BLE", "CLIENT", "IPV4", "IPV6"]
18+
"features_add": ["UVISOR", "BLE", "CLIENT", "IPV4", "IPV6"],
19+
"supported_toolchains": ["ARM"]
1920
},
2021
"CM4_UARM": {
2122
"inherits": ["Target"],

0 commit comments

Comments
 (0)