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

Reinstate Ethernet BSP Autogeneration #61

Open
ztnel opened this issue Apr 28, 2024 · 0 comments
Open

Reinstate Ethernet BSP Autogeneration #61

ztnel opened this issue Apr 28, 2024 · 0 comments
Labels
enhancement Lower priority improvements ioc IOC peripheral mapping changes

Comments

@ztnel
Copy link
Contributor

ztnel commented Apr 28, 2024

Description

Due to the tight coupling between the ethernet interface source code for LWIP and the ethernet low level drivers, I have chose to exclude the ethernet module generation from the BSP:

スクリーンショット 2024-04-27 20 38 40

The code for ethernet hardware configuration is handled by ethernetif.c in the application core. This means changes made to the ETH module in CubeMX will have not have any effect on the project build. It is important to ensure the hardware configuration is visible and in lockstep with the IOC file. This requires decoupling of the hardware configuration functions from LWIP specific functionality in ethernetif.c.

@ztnel ztnel added ioc IOC peripheral mapping changes enhancement Lower priority improvements labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Lower priority improvements ioc IOC peripheral mapping changes
Projects
None yet
Development

No branches or pull requests

1 participant