pbrier opened a new pull request #4577: URL: https://github.com/apache/incubator-nuttx/pull/4577
## Summary Added the DP83825I PHY (used on the teensy board) to the list of allowed PHYs for PHY interrupt detection. The source does not compile currently if this feature is selected, but all the required infrastructure is there. ## Impact Source compiles as expected and link detection works on board that have this PHY and the interrupt connection. No side effects expected for other configurations. ## Testing Configure nuttx for teensy 4.1 board and enable the PHY IRQ (CONFIG_NETDEV_PHY_IOCTL, IMXRT_GPIO_IRQ, CONFIG_ARCH_PHY_INTERRUPT, CONFIG_IMXRT_GPIO2_0_15_IRQ ) and CONFIG_NETINIT_MONITOR. The source should compile and now the link state should change when a cable is inserted or removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org