index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
memory
Age
Commit message (
Expand
)
Author
2025-07-08
drivers: Support special QSPI direct-read protocol.
Damien George
2025-04-09
drivers/bus/qspi: Make num_dummy configurable for quad reads.
Damien George
2025-04-09
drivers/memory/spiflash: Allow a board/port to detect SPI flash.
Damien George
2025-04-09
drivers/memory/spiflash: Allow a board/port to configure chip params.
Damien George
2025-03-25
drivers: Add MP_QSPI_IOCTL_MEMORY_MODIFIED to indicate flash changed.
Damien George
2024-12-10
drivers/memory/spiflash: Add a config option to soft-reset SPI flash.
iabdalkader
2024-03-28
drivers/memory: Add IS25LPWP064D chip to list of external flash devices.
robert-hh
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2023-06-06
samd/samd_qspiflash: Add QSPI flash driver and configure it accordingly.
robert-hh
2022-12-09
drivers/bus: Change QSPI read_cmd signature to return an error code.
Damien George
2022-12-09
drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver.
Andrew Leech
2022-06-02
drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT.
Damien George
2020-12-18
drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.
Damien George
2020-01-30
drivers, stm32: Support SPI/QSPI flash chips over 16MB.
Andrew Leech
2019-07-03
drivers/memory/spiflash: Add support to put SPI flash in sleep mode.
Damien George
2019-03-08
drivers/memory/spiflash: Rework wait_sr to fix uninit'd variable 'sr'.
Andrew Leech
2018-06-14
drivers/memory/spiflash: Add functions for direct erase/read/write.
Damien George
2018-06-14
drivers/memory/spiflash: Rename functions to indicate they use cache.
Damien George
2018-06-14
drivers/memory/spiflash: Move cache buffer to user-provided config.
Damien George
2018-03-13
drivers/memory/spiflash: Fix bugs in and clean up read/write functions.
Damien George
2018-03-11
drivers/memory/spiflash: Fix setting of QE bit in flash register.
Damien George
2018-03-10
drivers/memory/spiflash: Change to use low-level SPI object not uPy one.
Damien George
2018-03-02
drivers/memory/spiflash: Add support for QSPI interface.
Damien George
2017-08-29
drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-01-24
drivers/memory: Add SPI flash driver, written in C.
Damien George