Enable bare metal greentea tests on NRF52840_DK

pull/12082/head
Evelyne Donnaes 2019-12-05 16:25:36 +00:00 committed by adbridge
parent cd9706df54
commit 3845fca63f
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",
@ -37,7 +37,6 @@
], ],
"target_overrides": { "target_overrides": {
"*": { "*": {
"target.device_has_remove": ["EMAC", "USBDEVICE"],
"mbed-trace.fea-ipv6": false "mbed-trace.fea-ipv6": false
} }
} }