summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)Author
2025-07-08drivers: Support special QSPI direct-read protocol.Damien George
2025-04-09drivers/bus/qspi: Make num_dummy configurable for quad reads.Damien George
2025-03-25drivers: Add MP_QSPI_IOCTL_MEMORY_MODIFIED to indicate flash changed.Damien George
2024-07-12extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI.robert-hh
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2022-12-09drivers/bus: Change QSPI read_cmd signature to return an error code.Damien George
2022-12-09drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver.Andrew Leech
2022-06-02drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT.Damien George
2020-01-30drivers, stm32: Support SPI/QSPI flash chips over 16MB.Andrew Leech
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-02drivers/bus: Add QSPI abstract type with software QSPI implementation.Damien George