Add BLE stream classes.

Co-authored-by: doudar <17362216+doudar@users.noreply.github.com>
This commit is contained in:
h2zero
2025-11-18 14:29:16 -07:00
parent 8c51a9027c
commit ee8ea37ebb
21 changed files with 1956 additions and 3 deletions
+5 -1
View File
@@ -12,16 +12,20 @@ jobs:
name: Build with ESP-IDF ${{ matrix.idf_ver }} for ${{ matrix.idf_target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# The version names here correspond to the versions of espressif/idf Docker image.
# See https://hub.docker.com/r/espressif/idf/tags and
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html
# for details.
idf_ver: ["release-v4.4", "release-v5.4", "release-v5.5"]
idf_ver: ["release-v5.4", "release-v5.5"]
idf_target: ["esp32", "esp32s3", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32h2", "esp32p4"]
example:
- NimBLE_Client
- NimBLE_Server
- NimBLE_Stream_Client
- NimBLE_Stream_Server
- NimBLE_Stream_Echo
- Bluetooth_5/NimBLE_extended_client
- Bluetooth_5/NimBLE_extended_server
exclude: