aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/qspi.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-30drivers, stm32: Support SPI/QSPI flash chips over 16MB.Andrew Leech
2019-10-16stm32/mpu: Save and restore the IRQ state when configuring MPU.Damien George
2019-07-03stm32/qspi: Handle bus acquisition.Damien George
2019-07-03stm32/qspi: Force a reset of the QSPI peripheral when initialising it.Damien George
2019-07-03stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region.Damien George
2019-03-08stm32/qspi: Set pin speed to very-high and allow to config some options.Andrew Leech
2019-03-01stm32/qspi: Enable sample shift and disable timeout counter.Damien George
2019-02-14stm32/qspi: Use static af functions for pin configuration.Andrew Leech
2018-06-22stm32/qspi: Don't require data reads and writes to be a multiple of 4.Damien George
2018-03-27stm32/qspi: Don't take the address of pin configuration identifiers.Damien George
2018-03-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
2018-03-11stm32/qspi: Do an explicit read instead of using memory-mapped mode.Damien George
2018-03-03stm32/qspi: Add hardware QSPI driver, with memory-map capability.Damien George