You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ethernetif.c and app_ethernet.c provided by ST's example library tightly couples the application (RTOS task-driven code) from the ethernet interface code (HAL). This coupling prevents us from defining ethernet related descriptors inside of the BSP and allows RTOS code to exist inside of driver files. The seperation should be as follows:
Description
Currently the
ethernetif.c
andapp_ethernet.c
provided by ST's example library tightly couples the application (RTOS task-driven code) from the ethernet interface code (HAL). This coupling prevents us from defining ethernet related descriptors inside of the BSP and allows RTOS code to exist inside of driver files. The seperation should be as follows:Relates to: #61
The text was updated successfully, but these errors were encountered: