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 8a8a5af90df !boards/boardctl: Remove BOARDIOC_INIT
     new 5a8678b5919 arch/risc-v/espressif: Add LP Mailbox support for esp32p4
     new 16776059d28 boards/risc-v/esp32p4: Add LP Mailbox board support
     new 1c382c1a39b Docs/platforms/esp32p4: Add LP Mailbox docs

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   | 139 +++++++++
 arch/risc-v/src/common/espressif/CMakeLists.txt    |   2 +-
 arch/risc-v/src/common/espressif/Kconfig           |  13 +-
 arch/risc-v/src/common/espressif/Make.defs         |   6 +-
 arch/risc-v/src/common/espressif/esp_lp_mailbox.c  | 327 +++++++++++++++++++++
 .../espressif/{esp_nxdiag.h => esp_lp_mailbox.h}   |  19 +-
 arch/risc-v/src/esp32p4/hal_esp32p4.mk             |   2 +
 .../src/esp32p4_bringup.c                          |   6 +
 8 files changed, 499 insertions(+), 15 deletions(-)
 create mode 100644 arch/risc-v/src/common/espressif/esp_lp_mailbox.c
 copy arch/risc-v/src/common/espressif/{esp_nxdiag.h => esp_lp_mailbox.h} (79%)

Reply via email to