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

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


    from f2543e59695 x86_64/intel64: make framebuffer setup recoverable
     new 32d2ded33eb arch/risc-v/espressif: make LDO Kconfig selectable
     new cafc1cc905c boards/risc-v: SD Card support on esp32p4-tab5
     new 4c0a8af494e documentation: add sdmmc_spi defconfig to esp32p4-tab5

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:
 .../risc-v/esp32p4/boards/esp32p4-tab5/index.rst   | 36 ++++++++++++++
 arch/risc-v/src/common/espressif/Kconfig           |  4 +-
 .../common/include/esp_board_mmcsd.h               |  8 ++--
 boards/risc-v/esp32p4/common/src/CMakeLists.txt    |  8 +++-
 boards/risc-v/esp32p4/common/src/Make.defs         |  4 ++
 .../common/src/esp_board_mmcsd.c                   |  4 +-
 boards/risc-v/esp32p4/common/src/esp_board_spi.c   |  7 ++-
 .../configs/{nsh => sdmmc_spi}/defconfig           | 13 +++++
 boards/risc-v/esp32p4/esp32p4-tab5/src/Make.defs   |  4 ++
 .../risc-v/esp32p4/esp32p4-tab5/src/esp32p4-tab5.h | 20 ++++++++
 .../esp32p4/esp32p4-tab5/src/esp32p4_bringup.c     | 36 ++++++++++++++
 .../esp32p4/esp32p4-tab5/src/esp32p4_sd_power.c}   | 55 +++++++++++++---------
 12 files changed, 165 insertions(+), 34 deletions(-)
 copy boards/risc-v/{esp32c3 => esp32p4}/common/include/esp_board_mmcsd.h (90%)
 copy boards/risc-v/{esp32c3 => esp32p4}/common/src/esp_board_mmcsd.c (96%)
 copy boards/risc-v/esp32p4/esp32p4-tab5/configs/{nsh => sdmmc_spi}/defconfig 
(81%)
 copy boards/{xtensa/esp32/common/src/esp32_board_wlan.c => 
risc-v/esp32p4/esp32p4-tab5/src/esp32p4_sd_power.c} (70%)

Reply via email to