From 6b089ab6f5a4fa348e9f3feedc87a385ada41617 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 21 Apr 2026 08:41:44 -0500 Subject: [PATCH] fix flash size on zephyr feather rp2040 --- ports/zephyr-cp/boards/adafruit_feather_rp2040.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/zephyr-cp/boards/adafruit_feather_rp2040.overlay b/ports/zephyr-cp/boards/adafruit_feather_rp2040.overlay index ce9083dd62d42..af7295ffe3521 100644 --- a/ports/zephyr-cp/boards/adafruit_feather_rp2040.overlay +++ b/ports/zephyr-cp/boards/adafruit_feather_rp2040.overlay @@ -26,7 +26,7 @@ circuitpy_partition: partition@181000 { label = "circuitpy"; - reg = <0x181000 (DT_SIZE_M(2) - 0x181000)>; + reg = <0x181000 (DT_SIZE_M(8) - 0x181000)>; }; }; };