mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(ble/bluedroid): Fixed bluedroid examples CI failed
This commit is contained in:
@@ -96,46 +96,73 @@ examples/bluetooth/bluedroid/ble_50/ble_connection_central_with_cte:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_CTE_SUPPORTED == 1
|
||||
- if: IDF_TARGET in ["esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_connection_peripheral_with_cte:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_CTE_SUPPORTED == 1
|
||||
- if: IDF_TARGET in ["esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_pawr_advertiser:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_PERIODIC_ADV_WITH_RESPONSE == 1
|
||||
- if: IDF_TARGET in ["esp32c6", "esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_pawr_advertiser_conn:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_PERIODIC_ADV_WITH_RESPONSE == 1
|
||||
- if: IDF_TARGET in ["esp32c6", "esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_pawr_synchronizer:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_PERIODIC_ADV_WITH_RESPONSE == 1
|
||||
- if: IDF_TARGET in ["esp32c6", "esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_periodic_adv_with_cte:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_CTE_SUPPORTED == 1
|
||||
- if: IDF_TARGET in ["esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_periodic_sync_with_cte:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_CTE_SUPPORTED == 1
|
||||
- if: IDF_TARGET in ["esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_power_control_central:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_POWER_CONTROL_SUPPORTED == 1
|
||||
- if: IDF_TARGET in ["esp32c5", "esp32c6", "esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/ble_50/ble_power_control_peripheral:
|
||||
<<: *bt_default_depends
|
||||
enable:
|
||||
- if: SOC_BLE_POWER_CONTROL_SUPPORTED == 1
|
||||
- if: IDF_TARGET in ["esp32c5", "esp32c6", "esp32c61", "esp32h2"]
|
||||
temporary: true
|
||||
reason: only enable build jobs for tested targets
|
||||
|
||||
examples/bluetooth/bluedroid/classic_bt:
|
||||
<<: *bt_default_depends
|
||||
|
||||
Reference in New Issue
Block a user