You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/02/03 19:29:10 UTC

[incubator-nuttx] branch master updated (f826e05 -> 76a9af9)

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 f826e05  arch/xtensa/esp32: Remove the QEMU special case when initializing the heap.
     add 76a9af9  fs_automount: add options for signaling when volume is mounted and unmounted

No new revisions were added by this update.

Summary of changes:
 boards/arm/samv7/common/src/sam_automount.c |   2 +-
 fs/Kconfig                                  |  16 ++
 fs/mount/fs_automount.c                     | 352 +++++++++++++++++++++++++++-
 include/nuttx/fs/automount.h                |  17 ++
 include/nuttx/fs/ioctl.h                    |  12 +-
 5 files changed, 392 insertions(+), 7 deletions(-)