Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernetif: Decouple Application Code from Driver Code #66

Open
ztnel opened this issue Nov 10, 2024 · 0 comments
Open

Ethernetif: Decouple Application Code from Driver Code #66

ztnel opened this issue Nov 10, 2024 · 0 comments
Labels
enhancement Lower priority improvements networking Network configuration and drivers

Comments

@ztnel
Copy link
Contributor

ztnel commented Nov 10, 2024

Description

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:

スクリーンショット 2024-11-09 19 02 55

Relates to: #61

@ztnel ztnel added networking Network configuration and drivers enhancement Lower priority improvements labels Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Lower priority improvements networking Network configuration and drivers
Projects
None yet
Development

No branches or pull requests

1 participant