Ryzxxn gpio fix (AEGHB-1345)
The source file src/bridge_eth.c includes driver/gpio.h to handle Ethernet PHY configuration. Previously, the build failed because the driver component was missing from the CMake REQUIRES list, preventing
the compiler from resolving the header file.
This commit adds driver to the component requirements to ensure dependencies are correctly linked and the header can be found.
Which version of IDF did this compilation issue occur in?
Which version of IDF did this compilation issue occur in?
V5.4.3
Hello, I have tested with the examples from the latest iot-bridge repository and did not encounter any compilation issues. May I ask which demo you are compiling and which configurations you have enabled that led to the problem?