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 6e2c240 commit 07cd2ffCopy full SHA for 07cd2ff
ports/raspberrypi/boards/raspberry_pi_pico_w/link.ld
@@ -23,7 +23,7 @@
23
24
MEMORY
25
{
26
- FLASH_FIRMWARE (rx) : ORIGIN = 0x10000000, LENGTH = 1532k
+ FLASH_FIRMWARE (rx) : ORIGIN = 0x10000000, LENGTH = 1528k
27
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
28
SCRATCH_X (rwx) : ORIGIN = 0x20040000, LENGTH = 4k
29
SCRATCH_Y (rwx) : ORIGIN = 0x20041000, LENGTH = 4k
0 commit comments