mirror of https://github.com/ARMmbed/mbed-os.git
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"base": {
|
|
"supported_toolchains": ["GCC_ARM"],
|
|
"extra_labels": [],
|
|
"default_lib": "std",
|
|
"core": "Cortex-M0"
|
|
},
|
|
"b1": {
|
|
"inherits": ["base"],
|
|
"extra_labels_add": ["b1_label"]
|
|
},
|
|
"b2": {
|
|
"inherits": ["base"],
|
|
"extra_labels_add": ["b2_label"]
|
|
},
|
|
"both": {
|
|
"inherits": ["b1", "b2"]
|
|
}
|
|
}
|