Merge pull request #11844 from amq/patch-1

EFM32: Enable RESET_REASON and WATCHDOG for EFM32GG11_STK3701
pull/11901/head
Martin Kojtal 2019-11-15 18:34:06 +01:00 committed by GitHub
commit 60a470a7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6964,6 +6964,7 @@
"PORTOUT", "PORTOUT",
"PWMOUT", "PWMOUT",
"QSPI", "QSPI",
"RESET_REASON",
"RTC", "RTC",
"SERIAL", "SERIAL",
"SERIAL_ASYNCH", "SERIAL_ASYNCH",
@ -6975,7 +6976,8 @@
"USTICKER", "USTICKER",
"TRNG", "TRNG",
"FLASH", "FLASH",
"MPU" "MPU",
"WATCHDOG"
], ],
"forced_reset_timeout": 5, "forced_reset_timeout": 5,
"config": { "config": {