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

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


    from 2d069231c5 esp32[s3]: Add Documentation for esp32s3-lcd-ev board
     new f286a63223 esp32[c3|c6|h2]: Add DMA function to have more capabilites 
Add DMA function to increase DMA peripheral capabilities
     new 3661cdeed9 esp32[c3|c6|h2]: Add I2S support Add I2S support for risc-v 
based Espressif devices
     new c80e69e5e5 esp32[c3|c6|h2]: Update common layer Update common layer to 
prevent build errors

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       |   23 +
 .../esp32c6/boards/esp32c6-devkitc/index.rst       |   23 +
 .../esp32c6/boards/esp32c6-devkitm/index.rst       |   23 +
 Documentation/platforms/risc-v/esp32c6/index.rst   |    2 +-
 .../risc-v/esp32h2/boards/esp32h2-devkit/index.rst |   23 +
 Documentation/platforms/risc-v/esp32h2/index.rst   |    2 +-
 arch/risc-v/src/common/espressif/Kconfig           |  132 ++
 arch/risc-v/src/common/espressif/Make.defs         |    6 +-
 arch/risc-v/src/common/espressif/esp_dma.c         |  146 ++
 arch/risc-v/src/common/espressif/esp_dma.h         |   88 ++
 .../src/common/espressif/esp_i2s.c}                | 1397 ++++++++------------
 .../src/common/espressif/esp_i2s.h}                |   23 +-
 arch/risc-v/src/esp32c3/hal_esp32c3.mk             |    3 +
 arch/risc-v/src/esp32c6/hal_esp32c6.mk             |    3 +
 arch/risc-v/src/esp32h2/hal_esp32h2.mk             |    3 +
 .../common/include/esp_board_i2s.h}                |   16 +-
 boards/risc-v/esp32c3/common/src/Make.defs         |    4 +
 .../esp32c3/common/src/esp_board_i2s.c}            |   70 +-
 .../configs/{rmt => i2schar}/defconfig             |   28 +-
 .../esp32c3/esp32c3-generic/src/esp32c3_bringup.c  |   14 +
 .../include/{esp_board_i2c.h => esp_board_i2s.h}   |   16 +-
 boards/risc-v/esp32c6/common/src/Make.defs         |    4 +
 .../esp32c6/common/src/esp_board_i2s.c}            |   70 +-
 .../configs/{efuse => i2schar}/defconfig           |   19 +-
 .../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c  |   14 +
 .../configs/{bmp180 => i2schar}/defconfig          |   21 +-
 .../esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c  |   14 +
 .../common/include/esp_board_i2s.h}                |   16 +-
 boards/risc-v/esp32h2/common/src/Make.defs         |    4 +
 .../esp32h2/common/src/esp_board_i2s.c}            |   70 +-
 .../configs/{bmp180 => i2schar}/defconfig          |   21 +-
 .../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c   |   14 +
 32 files changed, 1364 insertions(+), 948 deletions(-)
 copy arch/{xtensa/src/esp32s3/esp32s3_i2s.c => 
risc-v/src/common/espressif/esp_i2s.c} (62%)
 copy arch/{xtensa/src/esp32/esp32_i2s.h => 
risc-v/src/common/espressif/esp_i2s.h} (79%)
 copy boards/risc-v/{esp32c6/common/include/esp_board_i2c.h => 
esp32c3/common/include/esp_board_i2s.h} (85%)
 copy boards/{xtensa/esp32/common/src/esp32_board_i2sdev.c => 
risc-v/esp32c3/common/src/esp_board_i2s.c} (77%)
 copy boards/risc-v/esp32c3/esp32c3-generic/configs/{rmt => i2schar}/defconfig 
(73%)
 copy boards/risc-v/esp32c6/common/include/{esp_board_i2c.h => esp_board_i2s.h} 
(85%)
 copy boards/{xtensa/esp32/common/src/esp32_board_i2sdev.c => 
risc-v/esp32c6/common/src/esp_board_i2s.c} (77%)
 copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{efuse => 
i2schar}/defconfig (73%)
 copy boards/risc-v/esp32c6/esp32c6-devkitm/configs/{bmp180 => 
i2schar}/defconfig (73%)
 copy boards/risc-v/{esp32c6/common/include/esp_board_i2c.h => 
esp32h2/common/include/esp_board_i2s.h} (85%)
 copy boards/{xtensa/esp32/common/src/esp32_board_i2sdev.c => 
risc-v/esp32h2/common/src/esp_board_i2s.c} (77%)
 copy boards/risc-v/esp32h2/esp32h2-devkit/configs/{bmp180 => 
i2schar}/defconfig (72%)

Reply via email to