Skip to content

Fix build errors for bare metal greentea tests on NRF52840_DK #12039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions TESTS/configs/baremetal.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rajkan01 Please fix your editor to remove trailing spaces by default

"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",
Expand Down Expand Up @@ -37,7 +37,6 @@
],
"target_overrides": {
"*": {
"target.device_has_remove": ["EMAC", "USBDEVICE"],
"mbed-trace.fea-ipv6": false
}
}
Expand Down