mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11875 from rajkan01/feature_arm_greentea_test
Baremetal: Fix ARM toolchain Greentea test compilation for NUCLEO_F411REpull/11917/head
commit
a99d9be3bb
|
@ -19,7 +19,6 @@
|
|||
"lora",
|
||||
"nfc",
|
||||
"network-emac",
|
||||
"nanostack-libservice",
|
||||
"flashiap-block-device",
|
||||
"system-storage",
|
||||
"filesystemstore",
|
||||
|
@ -37,7 +36,8 @@
|
|||
],
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.device_has_remove": ["EMAC", "USBDEVICE"]
|
||||
"target.device_has_remove": ["EMAC", "USBDEVICE"],
|
||||
"mbed-trace.fea-ipv6": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue