mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'doc/update_readme_enc_adv' into 'master'
docs(nimble): Added chip information in enc_adv example README file See merge request espressif/esp-idf!30768
This commit is contained in:
@@ -131,17 +131,12 @@ examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3:
|
|||||||
|
|
||||||
|
|
||||||
# config BT_NIMBLE_ENABLED does not depends on any soc cap
|
# config BT_NIMBLE_ENABLED does not depends on any soc cap
|
||||||
examples/bluetooth/nimble:
|
|
||||||
<<: *bt_default_depends
|
|
||||||
disable:
|
|
||||||
- if: SOC_BLE_SUPPORTED != 1
|
|
||||||
depends_filepatterns:
|
|
||||||
- examples/bluetooth/nimble/common/**/*
|
|
||||||
|
|
||||||
examples/bluetooth/nimble/ble_enc_adv_data:
|
examples/bluetooth/nimble/ble_enc_adv_data:
|
||||||
<<: *bt_default_depends
|
<<: *bt_default_depends
|
||||||
disable:
|
enable:
|
||||||
- if: SOC_ESP_NIMBLE_CONTROLLER != 1
|
- if: SOC_BLE_SUPPORTED == 1 and IDF_TARGET != "esp32"
|
||||||
|
temporary: true
|
||||||
|
reason: BLE5.0 not supported on esp32
|
||||||
depends_filepatterns:
|
depends_filepatterns:
|
||||||
- examples/bluetooth/nimble/common/**/*
|
- examples/bluetooth/nimble/common/**/*
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C2 | ESP32-C6 | ESP32-H2 |
|
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 |
|
||||||
| ----------------- | -------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE Encrypted Advertising Data Central Example
|
# BLE Encrypted Advertising Data Central Example
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-C2 | ESP32-C6 | ESP32-H2 |
|
| Supported Targets | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 |
|
||||||
| ----------------- | -------- | -------- | -------- |
|
| ----------------- | -------- | -------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
# BLE Encrypted Advertising Data Peripheral Example
|
# BLE Encrypted Advertising Data Peripheral Example
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user