From 437a6cd525252265a83dffe509ddca7806ea48f2 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 22 Jul 2023 15:10:00 +0300 Subject: [PATCH 1/2] ports/mimxrt: Update port to support OPENMV_RT1060 REV2. --- src/micropython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/micropython b/src/micropython index 3fde8fad8..931172496 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 3fde8fad81a336f94cece14e4d72e1c59c8f91a5 +Subproject commit 93117249686792ab3ba0dc57ad1a86c2b7d150f2 From 3accc5a306233a52a4d3e5d46b4cf27a75dd47f5 Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Wed, 2 Aug 2023 16:30:01 -0700 Subject: [PATCH 2/2] ports/mimxrt: Add rtc alarm/wakeup functionality. --- src/omv/ports/mimxrt/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/omv/ports/mimxrt/main.c b/src/omv/ports/mimxrt/main.c index 309cbcf3a..645ad2893 100644 --- a/src/omv/ports/mimxrt/main.c +++ b/src/omv/ports/mimxrt/main.c @@ -271,6 +271,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