stm32f7xx-hal icon indicating copy to clipboard operation
stm32f7xx-hal copied to clipboard

Update to new features make more compatibility with stm32f4xx-hal

Open no111u3 opened this issue 4 years ago • 7 comments

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.

no111u3 avatar Jun 29 '20 14:06 no111u3

Cool! I'm happy to review and merge any new functionality or fixes if folks open up PRs. The stm32f4xx-hal is certainly more complete than this crate ATM and I agree it would be good to keep things as similar as possible. PRs are definitely welcome to make this crate more compatible with the other stm32 hals!

mvertescher avatar Jun 30 '20 02:06 mvertescher

Create first PR with little cosmetic changes #57

no111u3 avatar Jul 02 '20 16:07 no111u3

Add PLL Q configuration for usb #59

no111u3 avatar Jul 04 '20 12:07 no111u3

@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.

no111u3 avatar Jul 08 '20 13:07 no111u3

Np @no111u3, I'll move forward with reviewing/merging asap. I've pinged some folks as well to get any final feedback.

mvertescher avatar Jul 08 '20 19:07 mvertescher

@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.

no111u3 avatar Aug 31 '20 14:08 no111u3

Thanks for the update, I'll take a look!

mvertescher avatar Sep 02 '20 01:09 mvertescher