Skip to content

Commit 1055894

Browse files
committed
Removed the nanostack lib service and mbed-trace fea ipv6 to false to
remove dependency issue on greentea test for bare metal with ARM toolchain
1 parent 6993724 commit 1055894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTS/configs/baremetal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"lora",
2020
"nfc",
2121
"network-emac",
22-
"nanostack-libservice",
2322
"flashiap-block-device",
2423
"system-storage",
2524
"filesystemstore",
@@ -36,7 +35,8 @@
3635
],
3736
"target_overrides": {
3837
"*": {
39-
"target.device_has_remove": ["EMAC", "USBDEVICE"]
38+
"target.device_has_remove": ["EMAC", "USBDEVICE"],
39+
"mbed-trace.fea-ipv6": false
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)