micropython/drivers/bus
Andrew Leech 7ee5afe8d1 drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver.
This changes the signatures of QSPI write_cmd_data, write_cmd_addr_data and
read_cmd_qaddr_qdata so they return an error code.  The softqspi and stm32
hardware qspi driver are updated to follow this new signature.  Also the
spiflash driver is updated to use these new return values.

Signed-off-by: Damien George <damien@micropython.org>
2022-12-09 13:25:18 +11:00
..
qspi.h drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver. 2022-12-09 13:25:18 +11:00
softqspi.c drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver. 2022-12-09 13:25:18 +11:00
softspi.c drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00
spi.h drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00