Import Mbed OS hard-float snapshot
This commit is contained in:
41
tools/test/config/override_labels_targets/targets.json
Normal file
41
tools/test/config/override_labels_targets/targets.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"base": {
|
||||
"supported_toolchains": ["GCC_ARM"],
|
||||
"extra_labels": [],
|
||||
"c_lib": "std",
|
||||
"supported_c_libs": {
|
||||
"arm": ["std"],
|
||||
"gcc_arm": ["std", "small"],
|
||||
"iar": ["std"]
|
||||
},
|
||||
"core": "Cortex-M0",
|
||||
"config": {
|
||||
"par1": "v_par1_base",
|
||||
"par2": "v_par2_base",
|
||||
"par3": "v_par3_base"
|
||||
}
|
||||
},
|
||||
"b1": {
|
||||
"inherits": ["base"],
|
||||
"extra_labels_add": ["b1_label"],
|
||||
"overrides": {
|
||||
"par1": "v_par1_b1"
|
||||
}
|
||||
},
|
||||
"b2": {
|
||||
"inherits": ["base"],
|
||||
"extra_labels_add": ["b2_label"],
|
||||
"overrides": {
|
||||
"par2": "v_par2_b2"
|
||||
}
|
||||
},
|
||||
"both": {
|
||||
"inherits": ["b1", "b2"],
|
||||
"config": {
|
||||
"par4": "v_par4_both"
|
||||
},
|
||||
"overrides": {
|
||||
"par3": "v_par3_both"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user