This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from aeed361f4ee mm/gran: reject pools with too many granules
new f2a5d1f817f stm32h5/qspi: add QSPIMEM_QUADDATA flag for 1-1-4 transfers
new 961fd8f7caa 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(-)