mirror of https://github.com/ARMmbed/mbed-os.git
Enabled trace, added KW24D default driver
parent
724d859d33
commit
e94d7d0e3f
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"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"],
|
||||||
"target_overrides": {
|
"target_overrides": {
|
||||||
|
"KW24D": {
|
||||||
|
"mcr20a.provide-default": true
|
||||||
|
},
|
||||||
"*": {
|
"*": {
|
||||||
"nanostack.configuration": "lowpan_host",
|
"nanostack.configuration": "lowpan_host",
|
||||||
"platform.stdio-convert-newlines": true,
|
"platform.stdio-convert-newlines": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue