Import Mbed OS hard-float snapshot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "lib2"
|
||||
}
|
||||
7
tools/test/config/feature_recursive_add/mbed_app.json
Normal file
7
tools/test/config/feature_recursive_add/mbed_app.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
14
tools/test/config/feature_recursive_add/targets.json
Normal file
14
tools/test/config/feature_recursive_add/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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
6
tools/test/config/feature_recursive_add/test_data.json
Normal file
6
tools/test/config/feature_recursive_add/test_data.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"test_target": {
|
||||
"expected_features": ["BOOTLOADER", "STORAGE"],
|
||||
"included_source": ["FEATURE_BOOTLOADER/lib1/lib1.c", "FEATURE_STORAGE/lib2/lib2.c"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user