Skip to content

Commit a99d9be

Browse files
authored
Merge pull request #11875 from rajkan01/feature_arm_greentea_test
Baremetal: Fix ARM toolchain Greentea test compilation for NUCLEO_F411RE
2 parents 9588fad + 0e4d9d9 commit a99d9be

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",
@@ -37,7 +36,8 @@
3736
],
3837
"target_overrides": {
3938
"*": {
40-
"target.device_has_remove": ["EMAC", "USBDEVICE"]
39+
"target.device_has_remove": ["EMAC", "USBDEVICE"],
40+
"mbed-trace.fea-ipv6": false
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)