David Cermak 7ae58e223d esp_netif/tests: Consolidate test_apps/unit_test 3 năm trước cách đây
..
main 38dec0be48 esp-netif: Support non-lwip mode, add test 3 năm trước cách đây
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 năm trước cách đây
README.md 7ae58e223d esp_netif/tests: Consolidate test_apps/unit_test 3 năm trước cách đây
sdkconfig.defaults 38dec0be48 esp-netif: Support non-lwip mode, add test 3 năm trước cách đây

README.md

Supported Targets ESP32 ESP32-C2

Build only test for C++/C configuration

This test application aims to exercise different configuration options using standard espressif initialization pattern:

component_config cfg = COMPONENT_DEFAULT_CFG();
cfg.member1 = custom_config_for_member1;
...
cfg.memberN = custom_config_for_memberN;
esp_err_t = component_init(cfg);

To be build with both C++ and C compilers.