mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
With a SPI flash that has more than 16MB, 32-bit addressing is required rather than the standard 24-bit. This commit adds support for 32-bit addressing so that the SPI flash commands (read/write/erase) are selected automatically depending on the size of the address being used at each operation.