Commit Graph

5 Commits (3f595751e6694841338e8b835ca82a48f3d65e10)

Author SHA1 Message Date
Martin Kojtal 3f595751e6 QSPI STM32: add qspi_command_transfer implementation 2018-02-19 13:43:07 +00:00
Martin Kojtal b0d75c63f9 QSPI STM32: remove polling from write/read
This will be part of custom instruction transfer, the flow will be:

1. write data
2. wait for transfer to complete (poll status register from the memory device)
2018-02-19 13:43:07 +00:00
Martin Kojtal d1a8245930 QSPI STM32: set default command values to none 2018-02-19 13:43:07 +00:00
Martin Kojtal b708cfbfc7 QSPI STM32: fix return value in frequency 2018-02-19 13:43:07 +00:00
Martin Kojtal 642666f678 QSPI: add STM32 implementation 2018-02-19 13:43:07 +00:00