esp-idf/components/esp_netif/test_apps/test_app_vfs_l2tap
Darian Leung 287bdc5e61 fix(test_apps): Trim builds of component test apps
Some component test apps do not use the "set(COMPONENTS main)" command in their
project level "CMakeLists.txt", thus leading to their builds pulling in all
ESP-IDF components.

This commit trims the build of multiple component test apps:

- Add "set(COMPONENTS main ...)" to project level "CMakeLists.txt"
- Add missing "PRIV_REQUIRES" in some "main" component "CMakeLists.txt"

Also removed repeated configuraiton options in legacy_i2c_driver/sdkconfig.ci.defaults
as they are already specified in legacy_i2c_driver/sdkconfig.defaults
2023-09-18 17:16:37 +08:00
..
main esp_netif: fix test_app_vfs_l2tap stack overflow 2023-02-22 05:33:03 +00:00
CMakeLists.txt fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
pytest_esp_vfs_l2tap.py Ethernet related tests improvements 2022-11-28 11:34:34 +00:00
README.md Ethernet related tests improvements 2022-11-28 11:34:34 +00:00
sdkconfig.defaults esp_netif/lwip: Fix core-locking config 2023-01-17 16:15:58 +01:00

Supported Targets ESP32