We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0517c7 commit 6e2c240Copy full SHA for 6e2c240
ports/raspberrypi/boards/raspberry_pi_pico_w/link.ld
@@ -23,7 +23,7 @@
23
24
MEMORY
25
{
26
- FLASH_FIRMWARE (rx) : ORIGIN = 0x10000000, LENGTH = 1788k
+ FLASH_FIRMWARE (rx) : ORIGIN = 0x10000000, LENGTH = 1532k
27
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
28
SCRATCH_X (rwx) : ORIGIN = 0x20040000, LENGTH = 4k
29
SCRATCH_Y (rwx) : ORIGIN = 0x20041000, LENGTH = 4k
ports/raspberrypi/boards/raspberry_pi_pico_w/mpconfigboard.mk
@@ -21,4 +21,4 @@ CIRCUITPY_WIFI = 1
21
22
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
# Must be accompanied by a linker script change
-CFLAGS += -DRESERVED_FLASH='(1792 * 1024)'
+CFLAGS += -DRESERVED_FLASH='(1532 * 1024)'
0 commit comments