mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2bf7255285
esp_eth: tests migrated to pytest and added support of multiple Ethernet devices esp_netif: l2tap test migrated to pytest
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
CONFIG_IDF_TARGET="esp32"
|
|
|
|
CONFIG_UNITY_ENABLE_FIXTURE=y
|
|
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y
|
|
CONFIG_ESP_TASK_WDT=n
|
|
|
|
CONFIG_TARGET_USE_SPI_ETHERNET=y
|
|
CONFIG_TARGET_ETH_PHY_DEVICE_W5500=y
|