mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-26 22:00:39 +03:00
Move test logic into the eth_test_app managed component and slim down the test_apps main target and pytest suite accordingly.
7 lines
145 B
YAML
7 lines
145 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/ethernet_init:
|
|
version: "^1.3.0"
|
|
espressif/eth_test_app:
|
|
version: "*"
|