mirror of https://github.com/ARMmbed/mbed-os.git
22 lines
590 B
JSON
22 lines
590 B
JSON
|
{
|
||
|
"macros": [
|
||
|
"MEM_ALLOC=malloc",
|
||
|
"MEM_FREE=free",
|
||
|
"MBED_HEAP_STATS_ENABLED=1",
|
||
|
"MBED_MEM_TRACING_ENABLED"
|
||
|
],
|
||
|
"target_overrides": {
|
||
|
"*": {
|
||
|
"mbed-trace.enable": 1,
|
||
|
"platform.stdio-baud-rate": 115200,
|
||
|
"platform.stdio-convert-newlines": true,
|
||
|
"platform.stdio-buffered-serial": true,
|
||
|
"platform.stdio-flush-at-exit": true,
|
||
|
"drivers.uart-serial-rxbuf-size": 768
|
||
|
},
|
||
|
"UBLOX_EVK_ODIN_W2" : {
|
||
|
"target.device_has_remove": ["EMAC"]
|
||
|
}
|
||
|
}
|
||
|
}
|