Basic implementation of watchdog

Dependencies:   STM_ResetSupervisor USBDevice

mbed_app.json

Committer:
rlanders73
Date:
2019-10-06
Revision:
2:50b1371247da

File content as of revision 2:50b1371247da:

{
    "config": {
        "trace-level": {
            "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
            "macro_name": "MBED_TRACE_MAX_LEVEL",
            "value": "TRACE_LEVEL_DEBUG"
        }
    },
    "macros": [
        "MODEM_UBLOX_R41XM",
        "GPS_CFG_FILE=\"gps_config.h\""

    ],
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "target.device_has_add":["RESET_REASON"],
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines": true,
            "platform.default-serial-baud-rate": 115200,
            "platform.stdio-buffered-serial": true,
            "target.network-default-interface-type" : "CELLULAR"
        }
    }
}