Fix RTC issues on H7.

* Update extint from upstream to fix EXTI number.
* Fix EXTI numbers in rtc.c
* Disable wakeup timer when initializing RTC.
* Call RTC init in soft reset.
This commit is contained in:
iabdalkader 2019-08-12 22:22:54 +02:00
parent e5d40207d3
commit a775e3b2b8
2 changed files with 2 additions and 5 deletions

@ -1 +1 @@
Subproject commit 45deee14f37bc9d2977988fe2fe1d89bf4f2302d
Subproject commit f31c61e4dcac3b2e67f7a21411e2750d87061f58

View File

@ -469,10 +469,7 @@ soft_reset:
servo_init();
usbdbg_init();
sdcard_init();
if (first_soft_reset) {
rtc_init_start(false);
}
rtc_init_start(false);
// Initialize the sensor and check the result after
// mounting the file-system to log errors (if any).