mirror of https://github.com/ARMmbed/mbed-os.git
Moving LWIP feature to BOOTLOADER in config testing
parent
da6ce029ea
commit
332a67a112
|
@ -2,7 +2,7 @@
|
|||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["LWIP"]
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"test_target": {
|
||||
"expected_features": ["LWIP", "STORAGE"]
|
||||
"expected_features": ["BOOTLOADER", "STORAGE"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["LWIP"]
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lib2",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_remove": ["LWIP"]
|
||||
"target.features_remove": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"K64F": {
|
||||
"exception_msg": "Configuration conflict. The feature LWIP both added and removed."
|
||||
"exception_msg": "Configuration conflict. The feature BOOTLOADER both added and removed."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["LWIP"]
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"test_target": {
|
||||
"expected_features": ["LWIP", "STORAGE"]
|
||||
"expected_features": ["BOOTLOADER", "STORAGE"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["LWIP"],
|
||||
"target.features_add": ["BOOTLOADER"],
|
||||
"lib2.test": "GOOD"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_remove": ["LWIP"]
|
||||
"target.features_remove": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"supported_toolchains": ["GCC_ARM"],
|
||||
"core": "Cortex-M0",
|
||||
"extra_labels": [],
|
||||
"features": ["LWIP"],
|
||||
"features": ["BOOTLOADER"],
|
||||
"default_lib": "std"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features": ["LWIP"]
|
||||
"target.features": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"test_target": {
|
||||
"expected_features": ["LWIP"]
|
||||
"expected_features": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue