-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
[WIP] Adding STM32 H7 Nuttx Based bootloader #13357
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cool, works on my board. |
davids5
force-pushed
the
stm32h7_support
branch
from
November 5, 2019 19:12
0dae69e
to
5db13f7
Compare
davids5
force-pushed
the
stm32h7_support_bootloader
branch
from
November 5, 2019 19:52
b6f2579
to
71f5e2b
Compare
@bkueng - stm32h7_support has been rebased on master and this on stm32h7_support. I have upped the clock speed to 480Mhz.
|
I‘m curious about why upped the clock? Will it cause unstablity? |
8 tasks
@bys1123 - the HW supports it and with the work I did in upstream NuttX it is stable now and we get +4% more CPU even without dcache enabled. |
davids5
force-pushed
the
stm32h7_support
branch
from
November 6, 2019 19:32
5db13f7
to
795d52c
Compare
davids5
force-pushed
the
stm32h7_support_bootloader
branch
from
November 6, 2019 19:33
0631d70
to
cc17731
Compare
davids5
force-pushed
the
stm32h7_support
branch
5 times, most recently
from
November 7, 2019 13:13
fefc228
to
3e16126
Compare
davids5
force-pushed
the
stm32h7_support_bootloader
branch
from
November 7, 2019 14:43
cc17731
to
1ae916f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
USB Works but needs
testing
size minimization (remove OS parts not used)
diff bl.c & bl.h back to Bootloader repo PR and create sub module of them to share. - Per Discussion with @dagar we will carry a copy of the bl.h and bl.c - the long term plans is to move the bootloader src in tree and pull the libs at build time only.