esp-idf/examples/common_components/protocol_examples_common
Ivan Grokhotkov feaf29a340 examples/protocols: fix compilation when CONFIG_EXAMPLE_USE_OPENETH=y
The code checked CONFIG_ETH_USE_SPI_ETHERNET (which is usually set),
but CONFIG_EXAMPLE_ETH_SPI_xxx_GPIO options are only defined if
CONFIG_EXAMPLE_USE_SPI_ETHERNET is set. Fix the ifdef accordingly.
Regression from aea901f0.
2021-10-26 12:39:46 +02:00
..
include examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 2021-04-12 05:42:50 +00:00
addr_from_stdin.c examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 2021-04-12 05:42:50 +00:00
CMakeLists.txt examples: add socket stdin utils to common connect component 2020-03-23 12:19:38 +00:00
component.mk examples: add component for protocol examples network functionality 2019-04-15 03:32:05 +00:00
connect.c examples/protocols: fix compilation when CONFIG_EXAMPLE_USE_OPENETH=y 2021-10-26 12:39:46 +02:00
Kconfig.projbuild examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 2021-04-12 05:42:50 +00:00
stdin_out.c vfs: support vfs uart set line endings with specified uart number 2020-07-10 11:15:09 +08:00