This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 071a358f77d drivers: Fix comment typos — 'Pubic' → 'Public' across
drivers and headers.
new 0526f1b0e99 arch/risc-v/espressif: Add BLE support for esp32[-c6|-h2]
new 3b064eac94a boards/risc-v/espressif: Add BLE board support for
esp32[-c6|-h2]
new 958169e1ec5 Docs/platforms/esp32[-c6|-h2]: Add BLE docs for
esp32[-c6|-h2]
new fd3889ceaac arch/[risc-v|xtensa]: update Espressif's common source code
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:
.../esp32c6/boards/esp32c6-devkitc/index.rst | 68 ++++++++++++++++++
Documentation/platforms/risc-v/esp32c6/index.rst | 2 +-
.../risc-v/esp32h2/boards/esp32h2-devkit/index.rst | 68 ++++++++++++++++++
Documentation/platforms/risc-v/esp32h2/index.rst | 2 +-
arch/risc-v/src/common/espressif/CMakeLists.txt | 8 ++-
arch/risc-v/src/common/espressif/Kconfig | 2 +-
arch/risc-v/src/common/espressif/Make.defs | 8 ++-
arch/risc-v/src/common/espressif/Wireless.cmake | 80 ++++++++++++++++++++--
arch/risc-v/src/common/espressif/Wireless.mk | 55 ++++++++++++++-
arch/risc-v/src/esp32c6/CMakeLists.txt | 5 ++
arch/risc-v/src/esp32c6/Make.defs | 5 ++
arch/risc-v/src/{esp32c3 => esp32c6}/esp_ble.c | 29 ++++----
arch/risc-v/src/{esp32c3 => esp32c6}/esp_ble.h | 8 +--
arch/risc-v/src/esp32h2/CMakeLists.txt | 5 ++
arch/risc-v/src/esp32h2/Make.defs | 5 ++
arch/risc-v/src/{esp32c3 => esp32h2}/esp_ble.c | 29 ++++----
arch/risc-v/src/{esp32c3 => esp32h2}/esp_ble.h | 8 +--
arch/xtensa/src/esp32/Make.defs | 2 +-
arch/xtensa/src/esp32s2/Make.defs | 2 +-
arch/xtensa/src/esp32s3/Make.defs | 2 +-
.../esp32c6/common/scripts/esp32c6_sections.ld | 11 +++
.../esp32c6-devkitc}/configs/ble/defconfig | 11 +--
.../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c | 13 ++++
.../esp32h2/common/scripts/esp32h2_sections.ld | 11 +++
.../esp32h2-devkit}/configs/ble/defconfig | 10 +--
.../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c | 13 ++++
26 files changed, 401 insertions(+), 61 deletions(-)
copy arch/risc-v/src/{esp32c3 => esp32c6}/esp_ble.c (91%)
copy arch/risc-v/src/{esp32c3 => esp32c6}/esp_ble.h (91%)
copy arch/risc-v/src/{esp32c3 => esp32h2}/esp_ble.c (91%)
copy arch/risc-v/src/{esp32c3 => esp32h2}/esp_ble.h (91%)
copy boards/risc-v/{esp32c3/esp32c3-devkit =>
esp32c6/esp32c6-devkitc}/configs/ble/defconfig (89%)
copy boards/risc-v/{esp32c3/esp32c3-devkit =>
esp32h2/esp32h2-devkit}/configs/ble/defconfig (91%)