2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2024-01-02 14:06:00 +01:00
|
|
|
.ethernet_dependencies: ðernet_dependencies
|
|
|
|
# TODO: IDFCI-1821
|
|
|
|
depends_filepatterns:
|
|
|
|
- tools/ci/python_packages/common_test_methods.py
|
|
|
|
- components/esp_netif/esp_netif_handlers.c
|
|
|
|
|
2023-02-06 16:04:11 +01:00
|
|
|
examples/system/app_trace_basic:
|
|
|
|
disable:
|
2024-01-02 10:21:45 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2", "esp32p4"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
2024-01-02 10:21:45 +08:00
|
|
|
reason: target esp32c6, esp32h2, esp32p4 is not supported yet
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-10-18 14:39:33 +08:00
|
|
|
examples/system/base_mac_address:
|
|
|
|
depends_components:
|
|
|
|
- esp_hw_support
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/console/advanced:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8078
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-03-24 13:50:48 +01:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
reason: Sufficient to run this app on one chip with each architecture
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- console
|
|
|
|
- vfs
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/console/advanced_usb_cdc:
|
2022-08-01 08:15:08 +02:00
|
|
|
disable:
|
2023-11-14 18:45:27 +08:00
|
|
|
- if: SOC_USB_OTG_SUPPORTED != 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- console
|
|
|
|
- vfs
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/console/basic:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8078
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-03-24 13:50:48 +01:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
reason: Sufficient to run this app on one chip with each architecture
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- console
|
|
|
|
- vfs
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/system/deep_sleep:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: target(s) is not supported yet # TODO: IDF-7529
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2022-10-12 10:03:47 +08:00
|
|
|
examples/system/deep_sleep_wake_stub:
|
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32p4"]
|
2022-10-12 10:03:47 +08:00
|
|
|
temporary: true
|
|
|
|
reason: target(s) is not supported yet
|
|
|
|
|
2023-10-18 14:39:33 +08:00
|
|
|
examples/system/efuse:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- efuse
|
|
|
|
- bootloader_support
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/esp_timer:
|
2022-10-27 18:55:07 +08:00
|
|
|
disable:
|
2023-10-18 14:39:33 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: target(s) is not supported yet # TODO: IDF-7529
|
2023-10-18 10:23:19 +02:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runner
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_timer
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-01-10 13:59:46 +08:00
|
|
|
examples/system/eventfd:
|
|
|
|
disable:
|
2023-11-27 21:03:30 +08:00
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1 and (IDF_TARGET != "esp32" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux"))
|
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- vfs
|
2023-10-27 13:57:39 +08:00
|
|
|
- esp_driver_gptimer
|
2023-01-10 13:59:46 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/flash_suspend:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32c3"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
2023-10-18 14:39:33 +08:00
|
|
|
examples/system/freertos:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- freertos
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/gcov:
|
|
|
|
disable_test:
|
2022-07-22 15:33:19 +02:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/system/gdbstub:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported yet #TODO: IDF-7510
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/heap_task_tracking:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32c3" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- heap
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/himem:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: Feature is only needed/supported on ESP32
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-09-06 19:33:39 +08:00
|
|
|
examples/system/ipc/ipc_isr/riscv:
|
2022-07-13 10:34:02 +08:00
|
|
|
enable:
|
2023-10-18 14:39:33 +08:00
|
|
|
- if: IDF_TARGET_ARCH_RISCV == 1 and ESP_IPC_ISR_ENABLE == 1
|
2023-09-06 19:33:39 +08:00
|
|
|
reason: The test is intended only for multi-core chips
|
2023-10-18 14:39:33 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
depends_components:
|
|
|
|
- esp_system
|
2023-09-06 19:33:39 +08:00
|
|
|
|
|
|
|
examples/system/ipc/ipc_isr/xtensa:
|
|
|
|
enable:
|
2023-10-18 14:39:33 +08:00
|
|
|
- if: IDF_TARGET_ARCH_XTENSA == 1 and ESP_IPC_ISR_ENABLE == 1
|
2023-09-06 19:33:39 +08:00
|
|
|
reason: The test is intended only for multi-core chips
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_system
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/system/light_sleep:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: target(s) is not supported yet
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/ota/advanced_https_ota:
|
2022-10-27 18:55:07 +08:00
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32p4"]
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: target esp32h2, esp32p4 is not supported yet
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-04-27 12:21:10 +05:30
|
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2023-11-30 17:01:23 +01:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/esp_netif/esp_netif_handlers.c
|
|
|
|
- components/mbedtls/port/dynamic/*
|
|
|
|
- examples/common_components/**/*
|
|
|
|
- examples/ethernet/iperf/**/*
|
|
|
|
- examples/network/simple_sniffer/**/*
|
|
|
|
- examples/network/vlan_support/**/*
|
|
|
|
- examples/protocols/**/*
|
|
|
|
- examples/system/ota/**/*
|
|
|
|
- examples/wifi/**/*
|
|
|
|
- tools/ci/python_packages/common_test_methods.py
|
|
|
|
depends_components:
|
|
|
|
- app_update
|
|
|
|
- esp_https_ota
|
|
|
|
- esp_eth
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
examples/system/ota/native_ota_example:
|
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32p4"]
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: target esp32h2, esp32p4 is not supported yet
|
2023-04-27 12:21:10 +05:30
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2024-01-02 14:06:00 +01:00
|
|
|
<<: *ethernet_dependencies
|
2022-10-27 18:55:07 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/ota/otatool:
|
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32h2", "esp32p4"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: target esp32c2, esp32h2, esp32p4 is not supported yet
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/ota/pre_encrypted_ota:
|
2022-10-27 18:55:07 +08:00
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32p4"]
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: target esp32h2, esp32p4 is not supported yet
|
2023-11-27 11:54:56 +01:00
|
|
|
- if: CONFIG_NAME == "partial_download" and IDF_TARGET == "esp32c3"
|
|
|
|
temporary: true
|
|
|
|
reason: build failed
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-04-27 12:21:10 +05:30
|
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2024-01-02 14:06:00 +01:00
|
|
|
<<: *ethernet_dependencies
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/ota/simple_ota_example:
|
2022-10-27 18:55:07 +08:00
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32p4"]
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: target esp32h2, esp32p4 is not supported yet
|
2023-04-18 15:04:14 +08:00
|
|
|
- if: CONFIG_NAME == "spiram" and SOC_SPIRAM_SUPPORTED != 1
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-04-27 12:21:10 +05:30
|
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2024-01-02 14:03:29 +01:00
|
|
|
depends_components:
|
|
|
|
- app_update
|
|
|
|
- esp_https_ota
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/perfmon:
|
|
|
|
enable:
|
2023-10-18 10:23:19 +02:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3"] and NIGHTLY_RUN == "1"
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: xtensa only feature
|
2023-10-18 10:23:19 +02:00
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
reason: testing on a single target is sufficient
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- perfmon
|
|
|
|
|
|
|
|
examples/system/pthread:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- pthread
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/system/select:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32c3" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- vfs
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2024-01-02 18:33:31 +08:00
|
|
|
examples/system/startup_time:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 19:32:00 +08:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8989
|
2024-01-02 18:33:31 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/system/sysview_tracing:
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on esp32p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2022-08-02 23:06:23 +02:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/system/sysview_tracing_heap_log:
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on esp32p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2022-08-02 23:06:23 +02:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/system/task_watchdog:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- esp_system
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/lp_core/gpio:
|
|
|
|
enable:
|
|
|
|
- if: SOC_LP_CORE_SUPPORTED == 1
|
2023-11-02 16:34:40 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32p4 is not supported yet, TODO IDF-7536
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2023-04-28 13:16:53 +08:00
|
|
|
|
|
|
|
examples/system/ulp/lp_core/lp_i2c:
|
|
|
|
enable:
|
|
|
|
- if: SOC_LP_I2C_SUPPORTED == 1
|
2023-11-02 16:34:40 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32p4 is not supported yet, TODO IDF-7540
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2023-04-28 13:16:53 +08:00
|
|
|
|
2023-05-22 14:48:15 +02:00
|
|
|
examples/system/ulp/lp_core/lp_uart/lp_uart_echo:
|
2023-09-26 17:42:03 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_ULP_LP_UART_SUPPORTED != 1
|
2023-11-02 16:34:40 +08:00
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32p4 is not supported yet TODO IDF-7533
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2023-05-22 14:48:15 +02:00
|
|
|
|
2023-05-30 17:42:19 +02:00
|
|
|
examples/system/ulp/lp_core/lp_uart/lp_uart_print:
|
2023-09-26 17:42:03 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_ULP_LP_UART_SUPPORTED != 1
|
2023-11-02 16:34:40 +08:00
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32p4 is not supported yet TODO IDF-7533
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2023-05-30 17:42:19 +02:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_fsm/ulp:
|
2022-07-13 10:34:02 +08:00
|
|
|
disable:
|
2023-03-09 14:14:09 +08:00
|
|
|
- if: SOC_ULP_FSM_SUPPORTED != 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_fsm/ulp_adc:
|
2022-07-13 10:34:02 +08:00
|
|
|
enable:
|
2022-09-02 16:18:14 +08:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32s3"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_riscv/adc:
|
2022-07-13 10:34:02 +08:00
|
|
|
enable:
|
2023-04-28 13:16:53 +08:00
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_riscv/ds18b20_onewire:
|
2022-07-13 10:34:02 +08:00
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32s2"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_riscv/gpio:
|
2022-07-13 10:34:02 +08:00
|
|
|
enable:
|
2023-04-28 13:16:53 +08:00
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_riscv/gpio_interrupt:
|
2022-07-13 10:34:02 +08:00
|
|
|
enable:
|
2023-04-28 13:16:53 +08:00
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-07-25 14:04:08 +08:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_riscv/i2c:
|
2022-08-09 15:46:14 +02:00
|
|
|
enable:
|
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2022-08-09 15:46:14 +02:00
|
|
|
|
2023-05-19 15:34:44 +02:00
|
|
|
examples/system/ulp/ulp_riscv/touch:
|
|
|
|
enable:
|
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
2023-05-19 15:34:44 +02:00
|
|
|
|
2023-04-28 13:16:53 +08:00
|
|
|
examples/system/ulp/ulp_riscv/uart_print:
|
2022-07-25 14:04:08 +08:00
|
|
|
enable:
|
|
|
|
- if: SOC_RISCV_COPROC_SUPPORTED == 1
|
2023-10-18 14:39:33 +08:00
|
|
|
depends_components:
|
|
|
|
- ulp
|
|
|
|
|
|
|
|
examples/system/unit_test/:
|
2023-11-27 21:03:30 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32" and (NIGHTLY_RUN != "1" or IDF_TARGET == "linux")
|
2023-10-18 14:39:33 +08:00
|
|
|
reason: no target specific functionality, testing on a single target is sufficient
|
|
|
|
depends_components:
|
|
|
|
- unity
|
2022-10-27 18:55:07 +08:00
|
|
|
|
2022-09-19 12:25:30 +08:00
|
|
|
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.
|
2023-08-28 10:20:56 +08:00
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4 #TODO: IDF-7556
|