Newer
Older
mbed-os / TEST_APPS / device / socket_app / mbed_app.json
@MarceloSalazar MarceloSalazar on 9 Apr 2020 498 bytes General clean-up of unsupported targets
{
    "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
        }
    }
}