Enable bare metal greentea tests on NRF52840_DK

pull/12039/head
Evelyne Donnaes 2019-12-05 16:25:36 +00:00
parent 9248169f1f
commit c6454156da
1 changed files with 6 additions and 7 deletions

View File

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