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/nuttx.git


    from a754b73e4c5 documentation: update MCUBoot docs for local update agent 
example
     new d12cf1cb753 drivers/fs:Always use register_mtddriver() to register the 
MTD device.
     new a6fdbc538b4 Revert "ftl: should pre-allocate eblock for car case"
     new c3e87dd3d17 drivers/fs: Control the behavior of FTL by passing oflags 
during the open process.
     new 4a765b557ff Docs/drviers/mtd:Add description for MTD Device 
Registration and FTL Control

The 4 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:
 Documentation/components/drivers/special/mtd.rst   |  79 +++++++++++-
 .../components/drivers/special/mtd_open_flow.png   | Bin 0 -> 48832 bytes
 .../arm/s32k3xx/mr-canhubk3/src/s32k3xx_bringup.c  |  44 ++-----
 boards/arm/sama5/sama5d4-ek/Kconfig                |  21 +--
 .../sama5/sama5d4-ek/configs/at25boot/defconfig    |   1 -
 boards/arm/sama5/sama5d4-ek/src/at25_main.c        |   4 +-
 boards/arm/sama5/sama5d4-ek/src/sam_at25.c         |  41 +-----
 boards/arm/sama5/sama5d4-ek/src/sam_usbmsc.c       |   4 +-
 boards/arm/sama5/sama5d4-ek/src/sama5d4-ek.h       |  19 +--
 boards/arm/samv7/common/src/sam_progmem.c          |  27 +---
 boards/arm/samv7/samv71-xult/src/sam_bringup.c     |  29 +----
 .../stm32l4/stm32l476vg-disco/src/stm32_bringup.c  |  26 +---
 .../common/src/esp32c3_board_spiflash.c            |  19 +--
 .../risc-v/esp32c6/common/src/esp_board_spiflash.c |  20 +--
 .../xtensa/esp32/common/src/esp32_board_spiflash.c |  19 +--
 boards/z80/ez80/z20x/Kconfig                       |  15 +--
 boards/z80/ez80/z20x/src/ez80_w25.c                |  29 +----
 boards/z80/ez80/z20x/src/w25_main.c                |  10 +-
 boards/z80/ez80/z20x/src/z20x.h                    |   3 +-
 drivers/bch/bchdev_register.c                      |   8 +-
 drivers/bch/bchlib_setup.c                         |   5 +-
 drivers/mtd/ftl.c                                  | 142 +++++++++++++++++----
 fs/driver/fs_blockproxy.c                          |   7 +-
 fs/driver/fs_mtdproxy.c                            |   2 +-
 fs/vfs/fs_open.c                                   |   7 +-
 include/fcntl.h                                    |  46 ++++---
 include/nuttx/drivers/drivers.h                    |   4 +-
 include/nuttx/mtd/mtd.h                            |  18 ++-
 include/sys/mount.h                                |  21 +--
 29 files changed, 330 insertions(+), 340 deletions(-)
 create mode 100644 Documentation/components/drivers/special/mtd_open_flow.png

Reply via email to