mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
26 lines
716 B
YAML
26 lines
716 B
YAML
examples/system/console/advanced:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"] # IDF-9120 and IDF-9133
|
|
reason: Sufficient to run this app on one chip with each architecture
|
|
depends_components:
|
|
- *common_components
|
|
- console
|
|
- esp_driver_uart
|
|
- esp_driver_usb_serial_jtag
|
|
- esp_usb_cdc_rom_console
|
|
- esp_stdio
|
|
- vfs
|
|
|
|
examples/system/console/basic:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
reason: Sufficient to run this app on one chip with each architecture
|
|
depends_components:
|
|
- *common_components
|
|
- console
|
|
- esp_driver_uart
|
|
- esp_driver_usb_serial_jtag
|
|
- esp_usb_cdc_rom_console
|
|
- esp_stdio
|
|
- vfs
|