-
Notifications
You must be signed in to change notification settings - Fork 116
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
add common bootloader in main repository #48
Closed
tridge
wants to merge
11
commits into
am32-firmware:Kiss_Ardupilot_DshotBranch
from
tridge:pr-common-bootloader
Closed
add common bootloader in main repository #48
tridge
wants to merge
11
commits into
am32-firmware:Kiss_Ardupilot_DshotBranch
from
tridge:pr-common-bootloader
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
this is a step towards removing the recursive make, and making it easier to add new MCUs
makes no difference to the binary
tridge
force-pushed
the
pr-common-bootloader
branch
2 times, most recently
from
July 27, 2024 08:54
3f884d5
to
c6b149e
Compare
tridge
force-pushed
the
pr-common-bootloader
branch
2 times, most recently
from
July 28, 2024 02:06
4d86dcc
to
d71bf22
Compare
all bootloaders built from common source, using blutil.h for MCU specific functions and macros
generate targets separately, avoiding the need to recursively call make This also fixes disabling quiet, like this: make FOXEER_F421 QUIET= also see "Recursive Make Considered Harmful" paper by Peter Miller
B-G431-ESC1 target added. Compiles with warnings & notes. Not tested on hardware.
tridge
force-pushed
the
pr-common-bootloader
branch
3 times, most recently
from
July 28, 2024 08:47
db96e79
to
e28c0a5
Compare
targetting PA15 for ST G431 discovery ESC
tridge
force-pushed
the
pr-common-bootloader
branch
from
July 29, 2024 04:17
e28c0a5
to
b7e4013
Compare
tridge
force-pushed
the
pr-common-bootloader
branch
from
July 29, 2024 04:20
b7e4013
to
79e3433
Compare
closing for now so as not to overload alka - can revisit in the future |
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.
this is an effort to move the bootloader for AM32 into the main repo, with the same bootloader sources for all MCUs.
This is a WIP PR, it is only partially functional so far. Testers would be very welcome!
MCUs: