![](/media/cache/group/logo_lbuWYaA.png.50x50_q85.png)
Basic implementation of watchdog
Dependencies: STM_ResetSupervisor USBDevice
Diff: mbed_app.json
- Revision:
- 2:50b1371247da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Sun Oct 06 02:59:58 2019 +0000 @@ -0,0 +1,25 @@ +{ + "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" + } + } +} \ No newline at end of file