index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
qspi.c
Commit message (
Expand
)
Author
Age
*
stm32/qspi: Workaround for SR set immediately after setting AR.
iabdalkader
2022-04-26
*
stm32/qspi: Wait for a free FIFO location before writing to DR.
iabdalkader
2022-04-26
*
stm32/qspi: Support common flash sizes in MPU configuration.
iabdalkader
2022-04-26
*
stm32/qspi: Fix typo in address comment.
iabdalkader
2021-12-19
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
drivers, stm32: Support SPI/QSPI flash chips over 16MB.
Andrew Leech
2020-01-30
*
stm32/mpu: Save and restore the IRQ state when configuring MPU.
Damien George
2019-10-16
*
stm32/qspi: Handle bus acquisition.
Damien George
2019-07-03
*
stm32/qspi: Force a reset of the QSPI peripheral when initialising it.
Damien George
2019-07-03
*
stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region.
Damien George
2019-07-03
*
stm32/qspi: Set pin speed to very-high and allow to config some options.
Andrew Leech
2019-03-08
*
stm32/qspi: Enable sample shift and disable timeout counter.
Damien George
2019-03-01
*
stm32/qspi: Use static af functions for pin configuration.
Andrew Leech
2019-02-14
*
stm32/qspi: Don't require data reads and writes to be a multiple of 4.
Damien George
2018-06-22
*
stm32/qspi: Don't take the address of pin configuration identifiers.
Damien George
2018-03-27
*
stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
Damien George
2018-03-27
*
stm32/qspi: Do an explicit read instead of using memory-mapped mode.
Damien George
2018-03-11
*
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
Damien George
2018-03-03