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 f47e5394b52 Documentation/arm: Add STM32N6 and Nucleo-N657X0-Q
     new 6497d57c30f arch/risc-v/espressif: Add LPSPI and SPI3 support
     new 87b63402a75 boards/risc-v/esp32p4: Add LPSPI and SPI3 board support
     new f21acd2213e Docs/platforms/risc-v: Add LPSPI and SPI3 docs for 
esp32[-p4]

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:
 Documentation/platforms/risc-v/esp32p4/index.rst   |   4 +-
 arch/risc-v/src/common/espressif/Kconfig           | 116 +++++-
 arch/risc-v/src/common/espressif/esp_spi.c         | 403 ++++++++++++++++-----
 arch/risc-v/src/common/espressif/esp_spi.h         |  23 +-
 arch/risc-v/src/common/espressif/esp_spi_slave.c   | 186 +++++++---
 arch/risc-v/src/esp32p4/hal_esp32p4.cmake          |   1 +
 arch/risc-v/src/esp32p4/hal_esp32p4.mk             |   1 +
 .../esp32p4/common/include/esp_board_spidev.h      |   3 +-
 boards/risc-v/esp32p4/common/src/esp_board_spi.c   |  64 ++++
 .../risc-v/esp32p4/common/src/esp_board_spidev.c   |  33 ++
 .../src/esp32p4_bringup.c                          |  27 +-
 11 files changed, 709 insertions(+), 152 deletions(-)

Reply via email to