May 2021 Commit

Dependencies:   sx128x sx12xx_hal

mbed_app.json

Committer:
grit
Date:
2019-08-19
Revision:
8:efd5ceb87878
Child:
9:28f69b9b6a4c

File content as of revision 8:efd5ceb87878:

{
    "macros":
    [
        "MEM_ALLOC=malloc",
        "MEM_FREE=free",
        "MBED_CONF_CMDLINE_ENABLE_INTERNAL_TRACES=true"
    ],
    "target_overrides": 
    {
        "*":
        {
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines": true,
            "platform.stdio-buffered-serial": true,
            "target.features_add": ["COMMON_PAL"],
            "mbed-trace.enable": 1
        }
    }
}