mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
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:
parent
e5d40207d3
commit
a775e3b2b8
@ -1 +1 @@
|
|||||||
Subproject commit 45deee14f37bc9d2977988fe2fe1d89bf4f2302d
|
Subproject commit f31c61e4dcac3b2e67f7a21411e2750d87061f58
|
||||||
@ -469,10 +469,7 @@ soft_reset:
|
|||||||
servo_init();
|
servo_init();
|
||||||
usbdbg_init();
|
usbdbg_init();
|
||||||
sdcard_init();
|
sdcard_init();
|
||||||
|
|
||||||
if (first_soft_reset) {
|
|
||||||
rtc_init_start(false);
|
rtc_init_start(false);
|
||||||
}
|
|
||||||
|
|
||||||
// Initialize the sensor and check the result after
|
// Initialize the sensor and check the result after
|
||||||
// mounting the file-system to log errors (if any).
|
// mounting the file-system to log errors (if any).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user