This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7e29152cd77 boards/lckfb-szpi-esp32s3: enable required IRQ vector
table configs for uvc
new 8c42fda257f arch/risc-v/espressif: Add RTC GPIO support for esp32p4
new 24208438eb9 boards/risc-v/esp32p4: Add RTC GPIO support
new dedf9045c13 arch/risc-v/espressif: Add lpcore support for esp32p4
new ce4b76ff911 boards/risc-v/esp32p4: Add lpcore board support
new d7a4a6e0d8f Docs/risc-v/esp32p4: Add lpcore docs for esp32p4
The 5 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 | 38 +++
.../esp32p4-function-ev-board}/ulp_blink.bin | Bin 4096 -> 4096 bytes
Documentation/platforms/risc-v/esp32p4/index.rst | 337 +++++++++++++++++++++
arch/risc-v/src/common/espressif/Kconfig | 2 +-
arch/risc-v/src/common/espressif/Make.defs | 2 +-
arch/risc-v/src/common/espressif/esp_rtc_gpio.c | 6 +-
arch/risc-v/src/common/espressif/esp_rtc_gpio.h | 4 +-
arch/risc-v/src/common/espressif/esp_ulp.c | 2 -
arch/risc-v/src/common/espressif/esp_ulp.mk | 28 ++
.../risc-v/src/common/espressif}/ulp_makefile | 4 +-
arch/risc-v/src/esp32p4/.gitignore | 1 +
arch/risc-v/src/esp32p4/Make.defs | 3 +
arch/risc-v/src/esp32p4/hal_esp32p4.mk | 18 ++
boards/risc-v/esp32c6/common/src/Make.defs | 2 +-
boards/risc-v/esp32p4/common/Kconfig | 8 +
boards/risc-v/esp32p4/common/scripts/.gitignore | 1 +
boards/risc-v/esp32p4/common/scripts/common.ld | 6 +
.../esp32p4/common/scripts/esp32p4_flat_memory.ld | 12 +-
.../common/scripts/esp32p4_lpcore_sections.ld} | 11 +-
boards/risc-v/esp32p4/common/src/Make.defs | 4 +
.../configs/{bmp180 => ulp}/defconfig | 10 +-
.../src/esp32p4_bringup.c | 20 ++
.../esp32p4-function-ev-board/src/esp32p4_gpio.c | 91 ++++++
23 files changed, 581 insertions(+), 29 deletions(-)
copy Documentation/platforms/risc-v/{esp32c6/boards/esp32c6-devkitc =>
esp32p4/boards/esp32p4-function-ev-board}/ulp_blink.bin (71%)
rename {Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc =>
arch/risc-v/src/common/espressif}/ulp_makefile (88%)
copy boards/risc-v/{esp32c6/common/scripts/esp32c6_lpcore_sections.ld =>
esp32p4/common/scripts/esp32p4_lpcore_sections.ld} (76%)
copy boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/{bmp180 =>
ulp}/defconfig (90%)