mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
411405355d
This commit refactors SOC_USB_PERIPH_NUM as follows: - Renamed to SOC_USB_OTG_PERIPH_NUM to avoid confusion with USB Serial JTAG - Updated to unsigned integer "1U" - Updated some build rules to depend on SOC_USB_OTG_SUPPORTED instead
225 lines
5.9 KiB
YAML
225 lines
5.9 KiB
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/system/app_trace_basic:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32c6, esp32h2 is not supported yet
|
|
|
|
examples/system/console/advanced:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: target(s) not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/console/advanced_usb_cdc:
|
|
disable:
|
|
- if: SOC_USB_OTG_SUPPORTED != 1
|
|
|
|
examples/system/console/basic:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: target(s) not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/deep_sleep_wake_stub:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c2"]
|
|
temporary: true
|
|
reason: target(s) is not supported yet
|
|
|
|
examples/system/esp_timer:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32c6 is not supported yet
|
|
|
|
examples/system/eventfd:
|
|
disable:
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
|
|
examples/system/flash_suspend:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32c3"
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/gcov:
|
|
disable_test:
|
|
- if: IDF_TARGET != "esp32"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/gdbstub:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32c2, esp32h2 is not supported yet
|
|
|
|
examples/system/heap_task_tracking:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32c2, esp32h2 is not supported yet
|
|
|
|
examples/system/himem:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32"
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/ipc/ipc_isr:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32s3"
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/lp_core/lp_i2c:
|
|
enable:
|
|
- if: SOC_LP_I2C_SUPPORTED == 1
|
|
|
|
examples/system/ota/advanced_https_ota:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32h2 is not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/ota/native_ota_example:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32h2 is not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32c6"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/ota/otatool:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32c2, esp32h2 is not supported yet
|
|
|
|
examples/system/ota/pre_encrypted_ota:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32h2 is not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/ota/simple_ota_example:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32h2 is not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/perfmon:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/select:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c2"
|
|
temporary: true
|
|
reason: target esp32c2 is not supported yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: lack of runners
|
|
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
|
|
temporary: true
|
|
reason: target esp32c6 is not supported yet
|
|
|
|
examples/system/sysview_tracing:
|
|
disable:
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
disable_test:
|
|
- if: IDF_TARGET != "esp32"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/sysview_tracing_heap_log:
|
|
disable:
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
|
disable_test:
|
|
- if: IDF_TARGET != "esp32"
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
examples/system/task_watchdog:
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32c2"
|
|
temporary: true
|
|
reason: target esp32c2 is not supported yet
|
|
|
|
examples/system/ulp_fsm/ulp:
|
|
disable:
|
|
- if: SOC_ULP_FSM_SUPPORTED != 1
|
|
|
|
examples/system/ulp_fsm/ulp_adc:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/ulp_riscv/adc:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/ulp_riscv/ds18b20_onewire:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32s2"
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/ulp_riscv/gpio:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/ulp_riscv/gpio_interrupt:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/system/ulp_riscv/i2c:
|
|
enable:
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
|
|
|
examples/system/ulp_riscv/uart_print:
|
|
enable:
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
|
|
|
examples/system/xip_from_psram:
|
|
enable:
|
|
- if: SOC_SPIRAM_SUPPORTED == 1
|
|
reason: this feature is supported on chips that have PSRAM
|
|
disable:
|
|
- if: IDF_TARGET == "esp32"
|
|
reason: target esp32 doesn't support this feature.
|