fix(ble/bluedroid): Fixed bluedroid examples CI failed

This commit is contained in:
zhiweijian
2026-01-31 10:54:13 +08:00
parent f84b0e9a39
commit 6f48dddbc2
+27
View File
@@ -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