Skip to content

Commit c7768e5

Browse files
committed
Removed the Watchdog and Reset reason for MTB_LAIRD_BL654 & NRF52_DK
1 parent 97f4164 commit c7768e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

targets/targets.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7000,7 +7000,7 @@
70007000
"macros_add": [
70017001
"WSF_MAX_HANDLERS=10"
70027002
],
7003-
"device_has_remove": ["ITM"]
7003+
"device_has_remove": ["ITM", "WATCHDOG", "RESET_REASON"]
70047004
},
70057005
"SDT52832B": {
70067006
"inherits": ["MCU_NRF52832"],
@@ -7138,7 +7138,8 @@
71387138
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
71397139
"overrides": {
71407140
"lf_clock_src": "NRF_LF_SRC_RC"
7141-
}
7141+
},
7142+
"device_has_remove": ["RESET_REASON"]
71427143
},
71437144
"BLUEPILL_F103C8": {
71447145
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)