Merge pull request #1901 from openmv/omvrt_1060_pinout

ports/mimxrt: Update port to support OPENMV_RT1060 REV2.
This commit is contained in:
Ibrahim Abdelkader 2023-08-23 12:19:05 +03:00 committed by GitHub
commit 8ffedbd1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3fde8fad81a336f94cece14e4d72e1c59c8f91a5
Subproject commit 93117249686792ab3ba0dc57ad1a86c2b7d150f2

View File

@ -278,6 +278,7 @@ soft_reset:
mp_printf(MP_PYTHON_PRINTER, "MPY: soft reboot\n");
machine_pin_irq_deinit();
machine_rtc_irq_deinit();
#if MICROPY_PY_LWIP
systick_disable_dispatch(SYSTICK_DISPATCH_LWIP);
#endif