esp-idf/examples/common_components/protocol_examples_common
Ivan Grokhotkov ece73a3e55 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-08-15 21:58:42 +05:00
..
include examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 2021-02-23 18:26:03 +08:00
addr_from_stdin.c examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 2021-02-23 18:26:03 +08: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-08-15 21:58:42 +05:00
Kconfig.projbuild examples: Update Ethernet examples to use new PHY LAN87xx init function 2021-07-28 19:34:05 +08:00
stdin_out.c vfs: support vfs uart set line endings with specified uart number 2020-07-10 11:15:09 +08:00