Skip to content

Commit 6b089ab

Browse files
committed
fix flash size on zephyr feather rp2040
1 parent b8e4fc6 commit 6b089ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/zephyr-cp/boards/adafruit_feather_rp2040.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
circuitpy_partition: partition@181000 {
2828
label = "circuitpy";
29-
reg = <0x181000 (DT_SIZE_M(2) - 0x181000)>;
29+
reg = <0x181000 (DT_SIZE_M(8) - 0x181000)>;
3030
};
3131
};
3232
};

0 commit comments

Comments
 (0)