-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update to new features make more compatibility with stm32f4xx-hal #54
Comments
Cool! I'm happy to review and merge any new functionality or fixes if folks open up PRs. The |
Create first PR with little cosmetic changes #57 |
Add PLL Q configuration for usb #59 |
@mvertescher could You review #59 and #60? - first unblock me for adding other mcu blocks support (usb, sdio, sai and rnd depends on 48 MHz clock source), second provide me more options for test usb stack for stm32f7 mcus. |
Np @no111u3, I'll move forward with reviewing/merging asap. I've pinged some folks as well to get any final feedback. |
@mvertescher I rewrite RCC configuration #74: to work version with highly compatible to previous version, so It add configuration for configure USB clock with or without use PLL for system clock. (It fully replace PR #59). Could you review it. Thanks. |
Thanks for the update, I'll take a look! |
I found more update version of library - https://github.com/dtjones190/stm32f7xx-hal.
Could you ask me about plans to update with common state such as stm32f4xx-hal, I can create PR based on upper changes.
The text was updated successfully, but these errors were encountered: