-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[H7] Initial cut on H7 MCU support #5827
Conversation
digitalentity
commented
Jun 8, 2020
•
edited by DzikuVx
Loading
edited by DzikuVx
- RCC
- IO
- TIMERS
- DMA
- ADC
- EXTI
- SPI
- I2C
- UART
- USB VCP
- USB MSC
- SDIO
- QSPI
Can you confirm what board have you been using for testing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some basic review feedback that I noted when trying to compile for the SPRACINGH7EXTREME target that I'm working on. I'll create a PR with some fixes for the issues noted.
Stuff here fixed in #5834
75d71f8
to
3de6c37
Compare
@digitalentity What's the current status of the H7 work? |
cf7c6b0
to
6dc3ca0
Compare
Finally got this to compile properly. |
@digitalentity Cool to see more progress on this! |
b6026d4
to
e72e702
Compare
Rebased and squashed everything. Tested correct booting on the following CPUs:
|
F427 - boots |
4b31a2f
to
ca06849
Compare
Currently focusing on making this non-breaking for existing targets in order to get this merged to avoid further merge conflicts. |
ca06849
to
85ae3b2
Compare
Once 2.6 is released, I'm going to merge this to avoid further rebasing and merge conflicts. |
Merging. Broken stuff and missing features will be addressed in future PRs |