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 73be35c3a80 Documentation/ntpc: document DHCP NTP server support
     new d6a55824b38 arch/risc-v/esp32p4: Implements PSRAM support for ESP32-P4
     new 92a0b18ca11 boards/risc-v/esp32p4: Enable PSRAM for 
ESP32-P4-Function-EV-Board
     new 08a19531930 Documentation: Document 
`esp32p4-function-ev-board:psram_usrheap`

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:
 .../boards/esp32p4-function-ev-board/index.rst     | 11 +++
 Documentation/platforms/risc-v/esp32p4/index.rst   |  1 +
 arch/risc-v/src/common/espressif/CMakeLists.txt    |  2 +-
 arch/risc-v/src/common/espressif/Kconfig           | 86 ++++++++++++++++++++++
 arch/risc-v/src/common/espressif/Make.defs         |  2 +-
 .../risc-v/src/common/espressif/esp_allocateheap.c | 82 ++++++++++++++++++++-
 arch/risc-v/src/common/espressif/esp_start.c       | 45 +++++++++++
 arch/risc-v/src/esp32c3/hal_esp32c3.cmake          |  6 +-
 arch/risc-v/src/esp32c3/hal_esp32c3.mk             |  2 +-
 arch/risc-v/src/esp32c6/hal_esp32c6.cmake          |  6 +-
 arch/risc-v/src/esp32c6/hal_esp32c6.mk             |  2 +-
 arch/risc-v/src/esp32h2/hal_esp32h2.cmake          |  6 +-
 arch/risc-v/src/esp32h2/hal_esp32h2.mk             |  2 +-
 arch/risc-v/src/esp32p4/Kconfig                    |  7 +-
 arch/risc-v/src/esp32p4/hal_esp32p4.cmake          | 49 ++++++++++--
 arch/risc-v/src/esp32p4/hal_esp32p4.mk             | 31 +++++++-
 .../common/scripts/esp32p4_sections.rev3.ld        |  4 +
 .../configs/{spiflash => psram_usrheap}/defconfig  |  6 +-
 .../esp32p4-function-ev-board/scripts/Make.defs    |  2 +-
 .../esp32p4-function-ev-board/src/CMakeLists.txt   |  2 +-
 .../esp32p4-function-ev-board/src/esp32p4_boot.c   |  2 +
 21 files changed, 333 insertions(+), 23 deletions(-)
 copy boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/{spiflash => 
psram_usrheap}/defconfig (92%)

Reply via email to