2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/ble:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/ble_50:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/ble_50/multi-adv:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/classic_bt:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/coex/a2dp_gatts_coex:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/coex/gattc_gatts_coex:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/blufi:
|
|
|
|
enable:
|
2022-09-19 16:44:31 +08:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/esp_ble_mesh:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/esp_ble_mesh/ble_mesh_console:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/esp_hid_device:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/esp_hid_host:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/hci/ble_adv_scan_combined:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/hci/controller_hci_uart_esp32:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
|
|
|
|
examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
|
|
|
|
|
|
|
|
examples/bluetooth/hci/controller_vhci_ble_adv:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/nimble:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
|
|
|
|
reason: not tested yet
|
2022-06-29 15:30:49 +05:30
|
|
|
|
2023-03-30 17:31:24 +05:30
|
|
|
examples/bluetooth/nimble/ble_htp:
|
|
|
|
enable:
|
2023-07-17 11:31:14 +05:30
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32h2", "esp32s3"]
|
2023-03-30 17:31:24 +05:30
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
2022-06-29 15:30:49 +05:30
|
|
|
examples/bluetooth/nimble/ble_l2cap_coc:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
2022-06-29 15:30:49 +05:30
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-03-14 13:48:09 +05:30
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-06-29 15:30:49 +05:30
|
|
|
|
2023-03-10 18:33:51 +05:30
|
|
|
examples/bluetooth/nimble/ble_multi_adv:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: The other targets are not tested yet
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32"]
|
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
2022-09-06 18:49:28 +05:30
|
|
|
examples/bluetooth/nimble/ble_periodic_adv:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3" ]
|
2022-09-06 18:49:28 +05:30
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-03-14 13:48:09 +05:30
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-09-06 18:49:28 +05:30
|
|
|
|
|
|
|
examples/bluetooth/nimble/ble_periodic_sync:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3" ]
|
2022-09-06 18:49:28 +05:30
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-03-14 13:48:09 +05:30
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-09-06 18:49:28 +05:30
|
|
|
|
2022-07-08 16:45:33 +05:30
|
|
|
examples/bluetooth/nimble/ble_phy:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3" ]
|
2022-07-08 16:45:33 +05:30
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-03-14 13:48:09 +05:30
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-08 16:45:33 +05:30
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/bluetooth/nimble/ble_spp:
|
|
|
|
enable:
|
2023-03-14 13:48:09 +05:30
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3" ]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-03-14 13:48:09 +05:30
|
|
|
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
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/bluetooth/nimble/hci:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32c2"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-03-24 10:05:33 +08:00
|
|
|
|
|
|
|
examples/bluetooth/nimble/power_save:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|