circuitpython/ports/raspberrypi/supervisor
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
..
internal_flash.c Finish adapting flash storage size 2022-10-05 10:02:38 -05:00
internal_flash.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
internal_flash_root_pointers.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
port.c Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
rp2_cpu.s Add initial RP2040 support 2021-01-20 19:16:56 -08:00
usb.c Start of USB host API 2022-03-07 18:07:25 -08:00