mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
When littlefs is enabled extended reading must be supported, and using this function to read the first block for auto-detection is more efficient (a smaller read) and does not require a cached SPI-flash read. Signed-off-by: Damien George <damien@micropython.org>