mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'feature/update_nimble_examples_readme_v5.0' into 'release/v5.0'
Nimble:Updated nimble examples README to include chip information (v5.0) See merge request espressif/esp-idf!22981
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
examples/bluetooth/bluedroid/ble:
|
examples/bluetooth/bluedroid/ble:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32h2", "esp32s3"]
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
|
||||||
examples/bluetooth/bluedroid/ble_50:
|
examples/bluetooth/bluedroid/ble_50:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3"]
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
|
||||||
@@ -95,9 +95,13 @@ examples/bluetooth/nimble:
|
|||||||
|
|
||||||
examples/bluetooth/nimble/ble_l2cap_coc:
|
examples/bluetooth/nimble/ble_l2cap_coc:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
examples/bluetooth/nimble/ble_multi_adv:
|
examples/bluetooth/nimble/ble_multi_adv:
|
||||||
enable:
|
enable:
|
||||||
@@ -111,27 +115,83 @@ examples/bluetooth/nimble/ble_multi_adv:
|
|||||||
|
|
||||||
examples/bluetooth/nimble/ble_periodic_adv:
|
examples/bluetooth/nimble/ble_periodic_adv:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3" ]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
examples/bluetooth/nimble/ble_periodic_sync:
|
examples/bluetooth/nimble/ble_periodic_sync:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3" ]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
examples/bluetooth/nimble/ble_phy:
|
examples/bluetooth/nimble/ble_phy:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3" ]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
examples/bluetooth/nimble/ble_spp:
|
examples/bluetooth/nimble/ble_spp:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3"]
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
|
examples/bluetooth/nimble/blecent:
|
||||||
|
enable:
|
||||||
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
||||||
|
temporary: true
|
||||||
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
|
examples/bluetooth/nimble/blehr:
|
||||||
|
enable:
|
||||||
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
||||||
|
temporary: true
|
||||||
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
|
examples/bluetooth/nimble/bleprph:
|
||||||
|
enable:
|
||||||
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
||||||
|
temporary: true
|
||||||
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
|
examples/bluetooth/nimble/bleprph_wifi_coex:
|
||||||
|
enable:
|
||||||
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: the other targets are not tested yet
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
||||||
|
temporary: true
|
||||||
|
reason: The runner doesn't support yet
|
||||||
|
|
||||||
examples/bluetooth/nimble/hci:
|
examples/bluetooth/nimble/hci:
|
||||||
enable:
|
enable:
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF BLE ANCS Example
|
# ESP-IDF BLE ANCS Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF BLE Compatibility Test Example
|
# ESP-IDF BLE Compatibility Test Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Eddystone Example
|
# ESP-IDF Eddystone Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF BLE HID Example
|
# ESP-IDF BLE HID Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF iBeacon demo
|
# ESP-IDF iBeacon demo
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF SPP GATT CLIENT demo
|
# ESP-IDF SPP GATT CLIENT demo
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
## ESP-IDF GATT SERVER SPP Example
|
## ESP-IDF GATT SERVER SPP Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF BLE throughput GATT CLIENT Test
|
# ESP-IDF BLE throughput GATT CLIENT Test
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF BLE throughput GATT SERVER Test
|
# ESP-IDF BLE throughput GATT SERVER Test
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Client Example
|
# ESP-IDF Gatt Client Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Security Client Example
|
# ESP-IDF Gatt Security Client Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Security Server Example
|
# ESP-IDF Gatt Security Server Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Server Example
|
# ESP-IDF Gatt Server Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Server Service Table Example
|
# ESP-IDF Gatt Server Service Table Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Client Multi Connection Example
|
# ESP-IDF Gatt Client Multi Connection Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | -------- | -------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Gatt Security Client Example
|
# ESP-IDF Gatt Security Client Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | -------- | -------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF BLE50 Security Server Example
|
# ESP-IDF BLE50 Security Server Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | -------- | -------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP_IDF Periodic Adv Example
|
# ESP_IDF Periodic Adv Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-H2 | ESP32-S3 |
|
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | -------- | -------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# ESP-IDF Periodic Sync Example
|
# ESP-IDF Periodic Sync Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE SPP central example
|
# BLE SPP central example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE SPP peripheral example
|
# BLE SPP peripheral example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE Central Example
|
# BLE Central Example
|
||||||
|
|
||||||
|
@@ -5,4 +5,3 @@ CONFIG_IDF_TARGET="esp32c2"
|
|||||||
CONFIG_EXAMPLE_EXTENDED_ADV=y
|
CONFIG_EXAMPLE_EXTENDED_ADV=y
|
||||||
CONFIG_BT_ENABLED=y
|
CONFIG_BT_ENABLED=y
|
||||||
CONFIG_BT_NIMBLE_ENABLED=y
|
CONFIG_BT_NIMBLE_ENABLED=y
|
||||||
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE Heart Rate Measurement Example
|
# BLE Heart Rate Measurement Example
|
||||||
|
|
||||||
|
@@ -4,4 +4,3 @@
|
|||||||
CONFIG_IDF_TARGET="esp32c2"
|
CONFIG_IDF_TARGET="esp32c2"
|
||||||
CONFIG_BT_ENABLED=y
|
CONFIG_BT_ENABLED=y
|
||||||
CONFIG_BT_NIMBLE_ENABLED=y
|
CONFIG_BT_NIMBLE_ENABLED=y
|
||||||
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE Peripheral Example
|
# BLE Peripheral Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S3 |
|
||||||
| ----------------- | ----- |
|
| ----------------- | ----- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE Peripheral with ICMP Echo-Reply
|
# BLE Peripheral with ICMP Echo-Reply
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user