mbed-os/tools/test/config/feature_remove/targets.json

15 lines
341 B
JSON
Raw Normal View History

{
"test_target": {
"supported_toolchains": ["GCC_ARM"],
"core": "Cortex-M0",
"extra_labels": [],
"features": ["BOOTLOADER"],
2020-01-17 13:51:41 +00:00
"c_lib": "std",
"supported_c_libs": {
"arm": ["std"],
"gcc_arm": ["std", "small"],
"iar": ["std"]
}
}
}