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 94fa220650d arch/sim: Fix OOB read/write in usrsock_ioctl_handler
     new c188f3c9342 arch/risc-v/espressif: Add BLE support for esp32[-c6|-h2]
     new 7083aa9777d boards/risc-v/espressif: Add BLE board support for 
esp32[-c6|-h2]
     new 9ef787f9de3 Docs/platforms/esp32[-c6|-h2]: Add BLE docs for 
esp32[-c6|-h2]

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:
 .../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 +--
 .../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 ++++
 23 files changed, 398 insertions(+), 58 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%)

Reply via email to