Moving LWIP feature to BOOTLOADER in config testing

pull/8685/head
Brian Daniels 2018-10-01 13:49:06 -05:00
parent da6ce029ea
commit 332a67a112
15 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
"name": "lib1",
"target_overrides": {
"*": {
"target.features_add": ["LWIP"]
"target.features_add": ["BOOTLOADER"]
}
}
}

View File

@ -1,5 +1,5 @@
{
"test_target": {
"expected_features": ["LWIP", "STORAGE"]
"expected_features": ["BOOTLOADER", "STORAGE"]
}
}

View File

@ -2,7 +2,7 @@
"name": "lib1",
"target_overrides": {
"*": {
"target.features_add": ["LWIP"]
"target.features_add": ["BOOTLOADER"]
}
}
}

View File

@ -2,7 +2,7 @@
"name": "lib2",
"target_overrides": {
"*": {
"target.features_remove": ["LWIP"]
"target.features_remove": ["BOOTLOADER"]
}
}
}

View File

@ -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."
}
}

View File

@ -1,7 +1,7 @@
{
"target_overrides": {
"*": {
"target.features_add": ["LWIP"]
"target.features_add": ["BOOTLOADER"]
}
}
}

View File

@ -1,5 +1,5 @@
{
"test_target": {
"expected_features": ["LWIP", "STORAGE"]
"expected_features": ["BOOTLOADER", "STORAGE"]
}
}

View File

@ -1,7 +1,7 @@
{
"target_overrides": {
"*": {
"target.features_add": ["LWIP"],
"target.features_add": ["BOOTLOADER"],
"lib2.test": "GOOD"
}
}

View File

@ -2,7 +2,7 @@
"name": "lib1",
"target_overrides": {
"*": {
"target.features_remove": ["LWIP"]
"target.features_remove": ["BOOTLOADER"]
}
}
}

View File

@ -3,7 +3,7 @@
"supported_toolchains": ["GCC_ARM"],
"core": "Cortex-M0",
"extra_labels": [],
"features": ["LWIP"],
"features": ["BOOTLOADER"],
"default_lib": "std"
}
}

View File

@ -1,7 +1,7 @@
{
"target_overrides": {
"*": {
"target.features": ["LWIP"]
"target.features": ["BOOTLOADER"]
}
}
}

View File

@ -1,5 +1,5 @@
{
"test_target": {
"expected_features": ["LWIP"]
"expected_features": ["BOOTLOADER"]
}
}