Skip to content

Commit 2942050

Browse files
Use minimal Nanostack by default
1 parent 7a4f589 commit 2942050

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

TESTS/configs/greentea_full.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
// Don't use any network stack as the default, so that we can manually select which one
2424
// is used in the tests.
25-
"nsapi.default-stack": null
25+
"nsapi.default-stack": null,
26+
27+
// Configure Nanostack for Ethernet mode only by default. This is sufficient for our tests and is
28+
// needed because not every target has enough flash space for all of Nanostack (it can be more than 400kiB when you include the Mbed TLS deps it pulls in!)
29+
"nanostack.configuration": "ethernet_host"
2630
}
2731
}

0 commit comments

Comments
 (0)