Skip to content

Commit edc992b

Browse files
committed
Enable WATCHDOG and RESET_REASON for other LPC1768 targets
1 parent 7e2c2a9 commit edc992b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

targets/targets.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,9 @@
675675
"FLASH",
676676
"MPU",
677677
"USBDEVICE",
678-
"USTICKER"
678+
"USTICKER",
679+
"WATCHDOG",
680+
"RESET_REASON"
679681
],
680682
"release_versions": ["2", "5"],
681683
"device_name": "LPC1768",
@@ -725,7 +727,9 @@
725727
"SPISLAVE",
726728
"STDIO_MESSAGES",
727729
"FLASH",
728-
"MPU"
730+
"MPU",
731+
"WATCHDOG",
732+
"RESET_REASON"
729733
],
730734
"release_versions": ["2", "5"],
731735
"device_name": "LPC1768",
@@ -763,7 +767,9 @@
763767
"SPISLAVE",
764768
"STDIO_MESSAGES",
765769
"FLASH",
766-
"MPU"
770+
"MPU",
771+
"WATCHDOG",
772+
"RESET_REASON"
767773
],
768774
"device_name": "LPC1768"
769775
},

0 commit comments

Comments
 (0)