mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
14 lines
258 B
YAML
14 lines
258 B
YAML
components/hal/test_apps/crypto:
|
|
depends_components:
|
|
- efuse
|
|
- mbedtls
|
|
- esp_security
|
|
|
|
components/hal/test_apps/hal_i2c:
|
|
disable:
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
|
|
components/hal/test_apps/hal_utils:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|