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 4b4ba522cb7 boards/stm32f4: migrate to new pinmap
new 5c4c60f9d26 arch/risc-v: Support the ethernet driver on ESP32-P4
new 34bfa0d68df arch/xtensa: Update common-source base for ESP32[|S2|S3]
new c63c061a52c boards/risc-v: Enable ethernet on
ESP32-P4-Function-EV-Board
new 20c38d050b8 Documentation: Describe ESP32-P4 Ethernet support
The 4 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:
.../boards/esp32p4-function-ev-board/index.rst | 13 +
Documentation/platforms/risc-v/esp32p4/index.rst | 2 +-
arch/risc-v/src/common/espressif/CMakeLists.txt | 6 +-
arch/risc-v/src/common/espressif/Kconfig | 162 +++++
arch/risc-v/src/common/espressif/Make.defs | 6 +-
arch/risc-v/src/common/espressif/esp_emac.c | 791 +++++++++++++++++++++
.../risc-v/src/common/espressif/esp_emac.h | 28 +-
arch/risc-v/src/common/espressif/esp_wifi_api.c | 1 +
.../src/common/espressif/esp_wifi_event_handler.c | 309 ++++----
arch/risc-v/src/common/espressif/esp_wifi_utils.h | 51 +-
arch/risc-v/src/esp32c3/hal_esp32c3.cmake | 4 +
arch/risc-v/src/esp32c3/hal_esp32c3.mk | 4 +
arch/risc-v/src/esp32c6/hal_esp32c6.cmake | 4 +
arch/risc-v/src/esp32c6/hal_esp32c6.mk | 4 +
arch/risc-v/src/esp32h2/hal_esp32h2.cmake | 5 +
arch/risc-v/src/esp32h2/hal_esp32h2.mk | 5 +
arch/risc-v/src/esp32p4/hal_esp32p4.cmake | 26 +
arch/risc-v/src/esp32p4/hal_esp32p4.mk | 20 +
arch/xtensa/src/common/espressif/esp_wifi_api.c | 1 +
.../src/common/espressif/esp_wifi_event_handler.c | 301 ++++----
arch/xtensa/src/common/espressif/esp_wifi_utils.h | 51 +-
arch/xtensa/src/esp32/Make.defs | 2 +-
arch/xtensa/src/esp32/hal.mk | 4 +
arch/xtensa/src/esp32s2/Make.defs | 2 +-
arch/xtensa/src/esp32s2/hal.mk | 4 +
arch/xtensa/src/esp32s3/Make.defs | 2 +-
arch/xtensa/src/esp32s3/hal.mk | 4 +
.../configs/{psram_usrheap => ethernet}/defconfig | 18 +
.../esp32p4-function-ev-board/src/CMakeLists.txt | 4 +
.../esp32p4-function-ev-board/src/Make.defs | 4 +
.../src/esp32p4-function-ev-board.h | 21 +
.../src/esp32p4_bringup.c | 8 +
.../src/esp32p4_ethernet.c} | 44 +-
33 files changed, 1441 insertions(+), 470 deletions(-)
create mode 100644 arch/risc-v/src/common/espressif/esp_emac.c
copy include/nuttx/sensors/goldfish_gnss.h =>
arch/risc-v/src/common/espressif/esp_emac.h (78%)
copy boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/{psram_usrheap =>
ethernet}/defconfig (79%)
copy boards/risc-v/{esp32c3-legacy/common/src/esp32c3_board_i2c.c =>
esp32p4/esp32p4-function-ev-board/src/esp32p4_ethernet.c} (68%)