mirror of https://github.com/ARMmbed/mbed-os.git
Fixing the recursive feature conflict config test
parent
332a67a112
commit
06cce95b55
|
@ -2,7 +2,7 @@
|
|||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["STORAGE"]
|
||||
"target.features_remove": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lib2",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["UVISOR"]
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features": ["IPV4", "STORAGE"]
|
||||
"target.features_add": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"K64F": {
|
||||
"exception_msg": "Configuration conflict. The feature UVISOR both added and removed."
|
||||
"exception_msg": "Configuration conflict. The feature STORAGE both added and removed."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue