arduino-pico/lib
Earle F. Philhower, III c1ab2b7352 Update FLASH_SIZE_BYTES to avoid assert on > 2MB
The SDK would assert if a flash write/erase happened past the end of the
flash space it was built with.  So, 8MB chips would crash when accessing
offset 3MB, for example.

Avoid this by specifying the maximum flash available so the SDK won't
trip.

Fixes #76
2021-04-02 23:54:34 -07:00
..
libpico.a Update FLASH_SIZE_BYTES to avoid assert on > 2MB 2021-04-02 23:54:34 -07:00
memmap_default.ld Add multiple boot2 options with /2 and /4 SPI div (#67) 2021-03-31 12:42:51 -07:00