Import Mbed OS hard-float snapshot
This commit is contained in:
8
tools/test/config/feature_conflict/lib1/mbed_lib.json
Normal file
8
tools/test/config/feature_conflict/lib1/mbed_lib.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
8
tools/test/config/feature_conflict/lib2/mbed_lib.json
Normal file
8
tools/test/config/feature_conflict/lib2/mbed_lib.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "lib2",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_remove": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
7
tools/test/config/feature_conflict/mbed_app.json
Normal file
7
tools/test/config/feature_conflict/mbed_app.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
5
tools/test/config/feature_conflict/test_data.json
Normal file
5
tools/test/config/feature_conflict/test_data.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"K64F": {
|
||||
"exception_msg": "Configuration conflict. The feature BOOTLOADER both added and removed."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user