From 116607e70f1f19f29a828c60dd3bafd85e1fd5e2 Mon Sep 17 00:00:00 2001 From: Mikey Sklar Date: Sun, 13 Sep 2026 20:01:32 -0700 Subject: [PATCH] stm: keep the native .mpy loader off on meowbit_v121 After the v1.29 merge the ja build overflows by 60 bytes with the loader on (1,456 bytes free with it off). This is failing main CI for every PR that rebuilds all boards. Co-Authored-By: Claude Fable 5.1 --- ports/stm/boards/meowbit_v121/mpconfigboard.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/stm/boards/meowbit_v121/mpconfigboard.mk b/ports/stm/boards/meowbit_v121/mpconfigboard.mk index 271c4cd775c..7c1cbe4611c 100644 --- a/ports/stm/boards/meowbit_v121/mpconfigboard.mk +++ b/ports/stm/boards/meowbit_v121/mpconfigboard.mk @@ -43,3 +43,4 @@ CIRCUITPY_STAGE = 1 CIRCUITPY_DIGITALINOUT_PROTOCOL = 0 FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/meowbit +CIRCUITPY_LOAD_NATIVE = 0