You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTS/configs/greentea_full.json5
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@
22
22
23
23
// Don't use any network stack as the default, so that we can manually select which one
24
24
// 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!)
0 commit comments