Import Mbed OS hard-float snapshot
This commit is contained in:
7
tools/test/config/simple_features/mbed_app.json
Normal file
7
tools/test/config/simple_features/mbed_app.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
14
tools/test/config/simple_features/targets.json
Normal file
14
tools/test/config/simple_features/targets.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"test_target": {
|
||||
"supported_toolchains": ["GCC_ARM"],
|
||||
"core": "Cortex-M0",
|
||||
"extra_labels": [],
|
||||
"features": [],
|
||||
"c_lib": "std",
|
||||
"supported_c_libs": {
|
||||
"arm": ["std"],
|
||||
"gcc_arm": ["std", "small"],
|
||||
"iar": ["std"]
|
||||
}
|
||||
}
|
||||
}
|
||||
5
tools/test/config/simple_features/test_data.json
Normal file
5
tools/test/config/simple_features/test_data.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test_target": {
|
||||
"expected_features": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user