May 2021 Commit

Dependencies:   sx128x sx12xx_hal

mbed_app.json

Committer:
fengineering
Date:
2019-11-28
Revision:
9:28f69b9b6a4c
Parent:
8:efd5ceb87878

File content as of revision 9:28f69b9b6a4c:

{
    "macros":
    [
        "MEM_ALLOC=malloc",
        "MEM_FREE=free",
        "MBED_CONF_CMDLINE_ENABLE_INTERNAL_TRACES=true",
        "MBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED=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
        }
    },
    "config": {
      "thread_stack_size": {
        "value": 1024
      },
      "main_stack_size": {
        "value": 1024
      }
    }
}