PHY ETH implementation
Hi, community!
As I am dealing with STM32 at the first time, I need help. With my colleague we are doing our first project on STM32 (stm32F767ZITx). We need TCP/IP, so I've added to project FreeRTOS-PLUS. According to FreeRTOS-Plus-TCP Networking Tutorial point 3, I must
Add the common PHY handling implementation to the project if the network interface
Does this means adding files to project (I've added to project directory <Middlewares/Third_Party/FreeRTOS-Plus-TCP/source/portable/NetworkInterface/STM32Fxx>)?
Have I to tune in `*.ioc` our hardware?
Thank you in advance!
