This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7352e8ebfa1 arm64/qemu: decouple qemu board from chip new 6f19c59d26f boards/risc-v: add support for SD Card over SPI on ESP32-C3|C6|H2 new bd18bda0d7f boards/risc-v: add SDMMC defconfigs for ESP32C3|C6|H2 new bc8ce393cb6 documentation: update docs on SDMMC for ESP32C3|C6|H2 The 3 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: .../esp32c3/boards/esp32c3-generic/index.rst | 33 ++++++++++++++++++++++ .../esp32c6/boards/esp32c6-devkitc/index.rst | 33 ++++++++++++++++++++++ .../esp32c6/boards/esp32c6-devkitm/index.rst | 33 ++++++++++++++++++++++ .../risc-v/esp32h2/boards/esp32h2-devkit/index.rst | 33 ++++++++++++++++++++++ .../esp32c3/common/include/esp_board_mmcsd.h} | 14 +++++---- boards/risc-v/esp32c3/common/src/Make.defs | 4 +++ .../esp32c3/common/src/esp_board_mmcsd.c} | 18 +++++++----- boards/risc-v/esp32c3/common/src/esp_board_spi.c | 5 ++++ .../configs/{spi => sdmmc_spi}/defconfig | 10 +++++++ .../esp32c3/esp32c3-generic/src/esp32c3_bringup.c | 12 ++++++++ .../esp32c6/common/include/esp_board_mmcsd.h} | 14 +++++---- boards/risc-v/esp32c6/common/src/Make.defs | 4 +++ .../esp32c6/common/src/esp_board_mmcsd.c} | 18 +++++++----- boards/risc-v/esp32c6/common/src/esp_board_spi.c | 5 ++++ .../configs/{spi => sdmmc_spi}/defconfig | 14 +++++++++ .../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c | 12 ++++++++ .../configs/{spi => sdmmc_spi}/defconfig | 8 ++++++ .../esp32h2/common/include/esp_board_mmcsd.h} | 14 +++++---- boards/risc-v/esp32h2/common/src/Make.defs | 4 +++ .../esp32h2/common/src/esp_board_mmcsd.c} | 18 +++++++----- boards/risc-v/esp32h2/common/src/esp_board_spi.c | 5 ++++ .../configs/{spi => sdmmc_spi}/defconfig | 8 ++++++ .../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c | 12 ++++++++ 23 files changed, 292 insertions(+), 39 deletions(-) copy boards/{xtensa/esp32s2/common/include/esp32s2_board_sdmmc.h => risc-v/esp32c3/common/include/esp_board_mmcsd.h} (85%) copy boards/{xtensa/esp32/common/src/esp32_board_sdmmc.c => risc-v/esp32c3/common/src/esp_board_mmcsd.c} (87%) copy boards/risc-v/esp32c3/esp32c3-generic/configs/{spi => sdmmc_spi}/defconfig (83%) copy boards/{xtensa/esp32s2/common/include/esp32s2_board_sdmmc.h => risc-v/esp32c6/common/include/esp_board_mmcsd.h} (85%) copy boards/{xtensa/esp32/common/src/esp32_board_sdmmc.c => risc-v/esp32c6/common/src/esp_board_mmcsd.c} (87%) copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{spi => sdmmc_spi}/defconfig (78%) copy boards/risc-v/esp32c6/esp32c6-devkitm/configs/{spi => sdmmc_spi}/defconfig (86%) copy boards/{xtensa/esp32s2/common/include/esp32s2_board_sdmmc.h => risc-v/esp32h2/common/include/esp_board_mmcsd.h} (85%) copy boards/{xtensa/esp32/common/src/esp32_board_sdmmc.c => risc-v/esp32h2/common/src/esp_board_mmcsd.c} (87%) copy boards/risc-v/esp32h2/esp32h2-devkit/configs/{spi => sdmmc_spi}/defconfig (86%)