mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 19:26:35 +03:00
Where esp_timer is used as depends_components: - components/esp_timer/test_apps - examples/system/esp_timer
9 lines
321 B
YAML
9 lines
321 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_timer/test_apps:
|
|
depends_components:
|
|
- esp_timer
|
|
disable:
|
|
- if: CONFIG_NAME == "dfs" and SOC_CLK_XTAL32K_SUPPORTED != 1
|
|
reason: The test requires the XTAL32K clock to measure the esp_timer timing accuracy
|