Skip to content

Commit 26f70c1

Browse files
authored
Merge pull request #10960 from FoamyGuy/zephyr_feather_rp2040_flash_size
fix flash size on zephyr feather rp2040
2 parents 9cf5880 + 6b089ab commit 26f70c1

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)