We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d20f1f commit 9536584Copy full SHA for 9536584
tools/test_configs/NanostackMACTester.json
@@ -1,6 +1,9 @@
1
{
2
- "macros": ["MBED_TRACE_LINE_LENGTH=200", "OS_TASKCNT=4", "OS_IDLESTKSIZE=32"],
+ "macros": ["MBED_TRACE_LINE_LENGTH=200", "OS_TASKCNT=4", "OS_IDLESTKSIZE=32", "MBED_CONF_MBED_TRACE_ENABLE=1"],
3
"target_overrides": {
4
+ "KW24D": {
5
+ "mcr20a.provide-default": true
6
+ },
7
"*": {
8
"nanostack.configuration": "lowpan_host",
9
"platform.stdio-convert-newlines": true,
0 commit comments