Merge pull request #12039 from evedon/ed-baremetal-nrf52840

Fix build errors for bare metal greentea tests on NRF52840_DK
pull/12052/head
Martin Kojtal 2019-12-06 15:48:32 +01:00 committed by GitHub
commit 0175a9f845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,12 @@
{ {
"requires": [ "requires": [
"bare-metal", "bare-metal",
"rtos-api", "rtos-api",
"greentea-client", "greentea-client",
"utest", "utest",
"unity", "unity",
"psa", "psa",
"mbed-crypto", "mbed-crypto",
"mbedtls", "mbedtls",
"psa-compliance-framework", "psa-compliance-framework",
"filesystem", "filesystem",
@ -36,7 +36,6 @@
], ],
"target_overrides": { "target_overrides": {
"*": { "*": {
"target.device_has_remove": ["EMAC", "USBDEVICE"],
"mbed-trace.fea-ipv6": false "mbed-trace.fea-ipv6": false
} }
} }