Commit Graph

7 Commits (7de6aba0ee1758d7cc130fb02d58db8f8362e579)

Author SHA1 Message Date
Martin Kojtal 7de6aba0ee QSPI STM32: add QSPI_x support to pinnames 2018-02-19 13:43:07 +00:00
Martin Kojtal b6e0de36bf QSPI STM32: init returns error if failed to init 2018-02-19 13:43:07 +00:00
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