Merge pull request #11875 from rajkan01/feature_arm_greentea_test

Baremetal: Fix ARM toolchain Greentea test compilation for NUCLEO_F411RE
pull/11917/head
Martin Kojtal 2019-11-21 11:15:45 +01:00 committed by GitHub
commit a99d9be3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,6 @@
"lora", "lora",
"nfc", "nfc",
"network-emac", "network-emac",
"nanostack-libservice",
"flashiap-block-device", "flashiap-block-device",
"system-storage", "system-storage",
"filesystemstore", "filesystemstore",
@ -37,7 +36,8 @@
], ],
"target_overrides": { "target_overrides": {
"*": { "*": {
"target.device_has_remove": ["EMAC", "USBDEVICE"] "target.device_has_remove": ["EMAC", "USBDEVICE"],
"mbed-trace.fea-ipv6": false
} }
} }
} }