index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
qspi.c
Age
Commit message (
Expand
)
Author
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-30
drivers, stm32: Support SPI/QSPI flash chips over 16MB.
Andrew Leech
2019-10-16
stm32/mpu: Save and restore the IRQ state when configuring MPU.
Damien George
2019-07-03
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-03-08
stm32/qspi: Set pin speed to very-high and allow to config some options.
Andrew Leech
2019-03-01
stm32/qspi: Enable sample shift and disable timeout counter.
Damien George
2019-02-14
stm32/qspi: Use static af functions for pin configuration.
Andrew Leech
2018-06-22
stm32/qspi: Don't require data reads and writes to be a multiple of 4.
Damien George
2018-03-27
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-11
stm32/qspi: Do an explicit read instead of using memory-mapped mode.
Damien George
2018-03-03
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
Damien George