Enable WATCHDOG and RESET_REASON for other LPC1768 targets

pull/11308/head
Chris Snow 2019-08-14 17:15:18 +01:00 committed by adbridge
parent a803a4de79
commit f077e992ab
1 changed files with 9 additions and 3 deletions

View File

@ -675,7 +675,9 @@
"FLASH", "FLASH",
"MPU", "MPU",
"USBDEVICE", "USBDEVICE",
"USTICKER" "USTICKER",
"WATCHDOG",
"RESET_REASON"
], ],
"release_versions": ["2", "5"], "release_versions": ["2", "5"],
"device_name": "LPC1768", "device_name": "LPC1768",
@ -725,7 +727,9 @@
"SPISLAVE", "SPISLAVE",
"STDIO_MESSAGES", "STDIO_MESSAGES",
"FLASH", "FLASH",
"MPU" "MPU",
"WATCHDOG",
"RESET_REASON"
], ],
"release_versions": ["2", "5"], "release_versions": ["2", "5"],
"device_name": "LPC1768", "device_name": "LPC1768",
@ -763,7 +767,9 @@
"SPISLAVE", "SPISLAVE",
"STDIO_MESSAGES", "STDIO_MESSAGES",
"FLASH", "FLASH",
"MPU" "MPU",
"WATCHDOG",
"RESET_REASON"
], ],
"device_name": "LPC1768" "device_name": "LPC1768"
}, },