This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 34dabfc4e74 fs/littlefs: Enforce open permissions and set create
ownership
new c9caf2c5dcc stm32h5/qspi: add QSPIMEM_QUADDATA flag for 1-1-4 transfers
new 2a7cf05a208 drivers/mtd/gd25: add QSPI support
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/src/stm32h5/stm32_qspi.c | 9 +-
drivers/mtd/Kconfig | 24 ++-
drivers/mtd/gd25.c | 444 +++++++++++++++++++++++++++++++++-----
include/nuttx/mtd/mtd.h | 5 +
include/nuttx/spi/qspi.h | 2 +
5 files changed, 422 insertions(+), 62 deletions(-)