summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/qspi.c
Commit message (Expand)AuthorAge
* stm32/qspi: Workaround for SR set immediately after setting AR.iabdalkader2022-04-26
* stm32/qspi: Wait for a free FIFO location before writing to DR.iabdalkader2022-04-26
* stm32/qspi: Support common flash sizes in MPU configuration.iabdalkader2022-04-26
* stm32/qspi: Fix typo in address comment.iabdalkader2021-12-19
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* drivers, stm32: Support SPI/QSPI flash chips over 16MB.Andrew Leech2020-01-30
* stm32/mpu: Save and restore the IRQ state when configuring MPU.Damien George2019-10-16
* stm32/qspi: Handle bus acquisition.Damien George2019-07-03
* stm32/qspi: Force a reset of the QSPI peripheral when initialising it.Damien George2019-07-03
* stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region.Damien George2019-07-03
* stm32/qspi: Set pin speed to very-high and allow to config some options.Andrew Leech2019-03-08
* stm32/qspi: Enable sample shift and disable timeout counter.Damien George2019-03-01
* stm32/qspi: Use static af functions for pin configuration.Andrew Leech2019-02-14
* stm32/qspi: Don't require data reads and writes to be a multiple of 4.Damien George2018-06-22
* stm32/qspi: Don't take the address of pin configuration identifiers.Damien George2018-03-27
* stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George2018-03-27
* stm32/qspi: Do an explicit read instead of using memory-mapped mode.Damien George2018-03-11
* stm32/qspi: Add hardware QSPI driver, with memory-map capability.Damien George2018-03-03