This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from b109050  net/rpmsg: add multi-iov support
     new 30cb497  mtd: Add MTDIOC_ERASESTATE command for retrieving erase state 
value
     new df2e890  xtensa/esp32: Implement MTDIOC_ERASESTATE for SPI Flash driver
     new 50ea223  arm/lpc43xx: Implement MTDIOC_ERASESTATE for SPIFI Flash 
driver
     new 882a096  drivers/mtd: Implement MTDIOC_ERASESTATE for MTD drivers
     new c05feda  risc-v/esp32c3: Implement MTDIOC_ERASESTATE for SPI Flash 
driver

The 5 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/lpc43xx/lpc43_spifi.c         |  9 +++++++++
 arch/risc-v/src/esp32c3/esp32c3_spiflash.c | 10 ++++++++++
 arch/xtensa/src/esp32/esp32_spiflash.c     | 10 ++++++++++
 drivers/mtd/filemtd.c                      |  9 +++++++++
 drivers/mtd/gd25.c                         |  9 +++++++++
 drivers/mtd/mx25lx.c                       |  9 +++++++++
 drivers/mtd/mx25rxx.c                      |  9 +++++++++
 drivers/mtd/n25qxxx.c                      |  9 +++++++++
 drivers/mtd/rammtd.c                       |  9 +++++++++
 drivers/mtd/s25fl1.c                       |  9 +++++++++
 drivers/mtd/sector512.c                    |  9 +++++++++
 drivers/mtd/sst25.c                        |  9 +++++++++
 drivers/mtd/w25.c                          |  9 +++++++++
 drivers/mtd/w25qxxxjv.c                    |  9 +++++++++
 include/nuttx/mtd/mtd.h                    |  3 +++
 15 files changed, 131 insertions(+)

Reply via email to