-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32: USBHost clean-up #5617
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: USBHost clean-up #5617
Conversation
The USBHALHost_STM_144_64pins.h has been renamed in USBHALHost_STM.h All the configuration is done in this file now for Nucleo and Disco boards
These files are replaced by the USBHALHost_STM.h file common to all boards.
Impossible to make USBHost working on this board. Remove it for now until a fix is found.
Changes look fine, dont see how |
For the history, it comes from PR #3432 and related to OHCI registers structure. I didn't want to change it because I don't know anything about this... |
/morph build |
Build : SUCCESSBuild number : 761 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 414 |
/morph test |
Test : SUCCESSBuild number : 596 |
Description
Clean-up the USBHost folders/files:
Status
READY
Migrations
NO
Related PR
#3432