esp-iot-bridge icon indicating copy to clipboard operation
esp-iot-bridge copied to clipboard

Ryzxxn gpio fix (AEGHB-1345)

Open ryzxxn opened this issue 2 months ago • 3 comments

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.

ryzxxn avatar Dec 12 '25 22:12 ryzxxn

Which version of IDF did this compilation issue occur in?

tswen avatar Dec 15 '25 11:12 tswen

Which version of IDF did this compilation issue occur in?

V5.4.3

ryzxxn avatar Dec 16 '25 10:12 ryzxxn

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?

tswen avatar Dec 17 '25 02:12 tswen