Skip to content

Commit 0175a9f

Browse files
authored
Merge pull request #12039 from evedon/ed-baremetal-nrf52840
Fix build errors for bare metal greentea tests on NRF52840_DK
2 parents 0e66678 + c645415 commit 0175a9f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

TESTS/configs/baremetal.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{
2-
"requires": [
3-
"bare-metal",
1+
{
2+
"requires": [
3+
"bare-metal",
44
"rtos-api",
5-
"greentea-client",
6-
"utest",
5+
"greentea-client",
6+
"utest",
77
"unity",
88
"psa",
9-
"mbed-crypto",
9+
"mbed-crypto",
1010
"mbedtls",
1111
"psa-compliance-framework",
1212
"filesystem",
@@ -36,7 +36,6 @@
3636
],
3737
"target_overrides": {
3838
"*": {
39-
"target.device_has_remove": ["EMAC", "USBDEVICE"],
4039
"mbed-trace.fea-ipv6": false
4140
}
4241
}

0 commit comments

Comments
 (0)