Re: [PATCH rtems-lwip v3 3/7] Add STM32 Ethernet source

2022-09-08 Thread Kinsey Moore
lwip.h should also be removed as I believe it is unused except where it's included in netstart.h which doesn't use anything declared there as far as I can tell. The only thing I can tell that lwip.h provides that's of any use is the extern declaration for heth and it isn't used for that.

[PATCH rtems-lwip v3 3/7] Add STM32 Ethernet source

2022-09-08 Thread Duc Doan
This patch adds ST's Ethernet and lwIP port and DP83848 driver. The files are generated using STM32CubeIDE with STM32F4 Cube FW v1.27.1, under RTOS mode. --- COPYING.stm32 | 28 ++ ORIGIN.stm32 | 2 + stm32/driver/dp83848.c | 664 +++