circuitpython/ports/raspberrypi/boards/raspberry_pi_pico_w
Jeff Epler 2bd50673b6
Finish adapting flash storage size
Before this, CIRCUITPY would start at 1MB anyway. This appeared to work
only because I hadn't checked the actual size of the CIRCUITPY drive,
and because until now the flash hadn't actually crossed that 1MB
boundary into CIRCUITPY storage.

WARNING: on pico_w, upgrading/downgrading CircuitPython across this commit
boundary will erase the CIRCUITPY filesystem. After this commit,
switching between pico and pico_w firmware will erase the CIRCUITPY
filesystem
2022-10-05 10:02:38 -05:00
..
board.c better to explain why this file has no useful content 2022-09-28 15:19:06 -05:00
link.ld cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
mpconfigboard.h cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
mpconfigboard.mk Finish adapting flash storage size 2022-10-05 10:02:38 -05:00
pico-sdk-configboard.h cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
pins.c Add pin_CYW1 for SMPS_MODE 2022-09-29 10:54:06 -05:00