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 f81705ecf53 arch/arm/src/stm32h7: Extend crypto interface to support
HW CRC32
add b5412dad072 arch/risc-v/espressif: Add CMake ULP support
add db8f50f290d boards/risc-v/espressif: Add CMake ULP board support
add 20c280724a8 Docs/platforms/risc-v: Add CMake ULP build system docs
No new revisions were added by this update.
Summary of changes:
Documentation/platforms/risc-v/esp32c6/index.rst | 100 ++++-
Documentation/platforms/risc-v/esp32p4/index.rst | 101 ++++-
arch/risc-v/src/common/espressif/CMakeLists.txt | 23 +-
arch/risc-v/src/common/espressif/esp_ulp.cmake | 494 +++++++++++++++++++++
.../risc-v/src/common/espressif/ulp.cmake | 16 +-
arch/risc-v/src/esp32c6/hal_esp32c6.cmake | 7 +-
arch/risc-v/src/esp32h2/hal_esp32h2.cmake | 5 -
arch/risc-v/src/esp32p4/hal_esp32p4.cmake | 8 +-
boards/risc-v/esp32c6/common/src/CMakeLists.txt | 4 +
boards/risc-v/esp32p4/common/src/CMakeLists.txt | 4 +
10 files changed, 692 insertions(+), 70 deletions(-)
create mode 100644 arch/risc-v/src/common/espressif/esp_ulp.cmake
copy sched/module/CMakeLists.txt => arch/risc-v/src/common/espressif/ulp.cmake
(74%)