earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
1.96k stars 406 forks source link

BREAKING: Remove FS::info64, make FS::info 64-bit #2335

Closed earlephilhower closed 3 weeks ago

earlephilhower commented 3 weeks ago

Removed FS::info64, and updates FS::info with the 64-bit version since in 2024 it's almost impossible to get a SD card smaller than 4GB.

Most code can simply replace info64 with info and continue operation, if they were updated to be 64-bit in the first place.