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

STM32 USB device IP port #6

Open
benedekkupper opened this issue Sep 21, 2023 · 0 comments
Open

STM32 USB device IP port #6

benedekkupper opened this issue Sep 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@benedekkupper
Copy link
Member

I do want to port this project to STM32. I briefly considered using the HAL libraries this time, but after a short time I realized it's (still) very cumbersome to cleanly integrate anything into the HAL project design. So my plan is to refactor the old register-level port of the USB device IP of STM32 MCUs with simpler integration into STM32 projects. This will allow using proper endpoint buffer allocations, which is a key for getting the flexibility needed for composite designs.

The same would need to be done for the STM32 / Synopsis OTG IP, however the complexity of that driver is just so much higher that I don't want to deal with it at this point.

@benedekkupper benedekkupper added the enhancement New feature or request label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant