You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2023/01/10 01:39:31 UTC

[nuttx] branch master updated (78248183aa -> 5f92c62874)

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

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


    from 78248183aa s32k1xx: reserve MSG_DATA extra space only when needed by config.
     add 5f92c62874 boards/cxd56xx/spresense: add fs automount driver for SD Card

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/cxd56xx/Kconfig                       |   2 +
 arch/arm/src/cxd56xx/cxd56_sdhci.c                 |   2 +-
 boards/arm/cxd56xx/spresense/Kconfig               |  31 ++++-
 .../arm/cxd56xx/spresense/configs/audio/defconfig  |   2 -
 .../arm/cxd56xx/spresense/configs/camera/defconfig |   2 -
 .../spresense/configs/example_camera/defconfig     |   2 -
 .../spresense/configs/example_lcd/defconfig        |   2 -
 .../cxd56xx/spresense/configs/fmsynth/defconfig    |   2 -
 boards/arm/cxd56xx/spresense/configs/lcd/defconfig |   2 -
 boards/arm/cxd56xx/spresense/configs/lte/defconfig |   2 -
 boards/arm/cxd56xx/spresense/configs/mpy/defconfig |   2 -
 .../configs/{nsh => nsh_automount}/defconfig       |  10 ++
 .../arm/cxd56xx/spresense/configs/rndis/defconfig  |   2 -
 .../cxd56xx/spresense/configs/rndis_smp/defconfig  |   2 -
 .../arm/cxd56xx/spresense/configs/usbmsc/defconfig |   2 -
 .../arm/cxd56xx/spresense/configs/usbnsh/defconfig |   2 -
 .../arm/cxd56xx/spresense/configs/wifi/defconfig   |   2 -
 .../cxd56xx/spresense/configs/wifi_smp/defconfig   |   2 -
 boards/arm/cxd56xx/spresense/include/board.h       |   1 +
 .../spresense/include/cxd56_automount.h}           |  50 ++++----
 .../arm/cxd56xx/spresense/include/cxd56_sdcard.h   |  14 +++
 boards/arm/cxd56xx/spresense/src/Make.defs         |   4 +
 .../spresense/src/cxd56_automount.c}               | 140 ++++++++++-----------
 boards/arm/cxd56xx/spresense/src/cxd56_bringup.c   |   6 +
 boards/arm/cxd56xx/spresense/src/cxd56_sdcard.c    | 126 ++++++++++---------
 25 files changed, 221 insertions(+), 193 deletions(-)
 copy boards/arm/cxd56xx/spresense/configs/{nsh => nsh_automount}/defconfig (84%)
 copy boards/arm/{samv7/common/include/sam_automount.h => cxd56xx/spresense/include/cxd56_automount.h} (73%)
 copy boards/arm/{samv7/common/src/sam_automount.c => cxd56xx/spresense/src/cxd56_automount.c} (66%)