mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11844 from amq/patch-1
EFM32: Enable RESET_REASON and WATCHDOG for EFM32GG11_STK3701pull/11901/head
commit
60a470a7ef
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue