Import Mbed OS hard-float snapshot
This commit is contained in:
24
tools/test/config/override_labels_libs/targets.json
Normal file
24
tools/test/config/override_labels_libs/targets.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"base": {
|
||||
"supported_toolchains": ["GCC_ARM"],
|
||||
"extra_labels": [],
|
||||
"c_lib": "std",
|
||||
"supported_c_libs": {
|
||||
"arm": ["std"],
|
||||
"gcc_arm": ["std", "small"],
|
||||
"iar": ["std"]
|
||||
},
|
||||
"core": "Cortex-M0"
|
||||
},
|
||||
"b1": {
|
||||
"inherits": ["base"],
|
||||
"extra_labels_add": ["b1_label"]
|
||||
},
|
||||
"b2": {
|
||||
"inherits": ["base"],
|
||||
"extra_labels_add": ["b2_label"]
|
||||
},
|
||||
"both": {
|
||||
"inherits": ["b1", "b2"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user