Import Mbed OS hard-float snapshot
This commit is contained in:
52
tools/test/config/compound_inheritance/targets.json
Normal file
52
tools/test/config/compound_inheritance/targets.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"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": {
|
||||
"base1_1": "v_base1_1_b1",
|
||||
"base1_2": "v_base1_2_b1",
|
||||
"base1_3": "v_base1_3_b1"
|
||||
}
|
||||
},
|
||||
"left_middle": {
|
||||
"inherits": ["base"],
|
||||
"config": {
|
||||
"derived1": "v_derived1_d1",
|
||||
"derived2": "v_derived2_d1"
|
||||
},
|
||||
"overrides": {
|
||||
"base1_1": "v_base1_1_d1",
|
||||
"base1_2": "v_base1_2_d1"
|
||||
}
|
||||
},
|
||||
"right_middle": {
|
||||
"inherits": ["base"],
|
||||
"config": {
|
||||
"base2_1": "v_base2_1_b2",
|
||||
"base2_2": "v_base2_2_b2"
|
||||
},
|
||||
"overrides": {
|
||||
"base1_2": "v_base1_2_b2"
|
||||
}
|
||||
},
|
||||
"inherits_diamond": {
|
||||
"inherits": ["left_middle", "right_middle"],
|
||||
"config": {
|
||||
"f1_1": "v_f1_1_f",
|
||||
"f1_2": "v_f1_2_f"
|
||||
},
|
||||
"overrides": {
|
||||
"base2_1": "v_base2_1_f",
|
||||
"base1_1": "v_base1_1_f",
|
||||
"derived2": "v_derived2_f",
|
||||
"f1_1": "v_f1_1_f_override"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user