mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02:00
This commit allows the user of this driver to dynamically configure the SPI flash chip parameters. For this, enable `MICROPY_HW_SPIFLASH_CHIP_PARAMS` and then set the `mp_spiflash_t::chip_params` element to point to a valid `mp_spiflash_chip_params_t` struct. Signed-off-by: Damien George <damien@micropython.org>
This directory contains C drivers for specific hardware. The drivers are intended to work across multiple ports.