-
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
Commits on Jul 26, 2024
-
build: reduce the number of places we list the MCU types
this is a step towards removing the recursive make, and making it easier to add new MCUs
Configuration menu - View commit details
-
Copy full SHA for 00b9cb2 - Browse repository at this point
Copy the full SHA 00b9cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b567f28 - Browse repository at this point
Copy the full SHA b567f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4c925 - Browse repository at this point
Copy the full SHA 9e4c925View commit details -
build: use -g3 so we can debug macros
makes no difference to the binary
Configuration menu - View commit details
-
Copy full SHA for 47a79f8 - Browse repository at this point
Copy the full SHA 47a79f8View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1be526c - Browse repository at this point
Copy the full SHA 1be526cView commit details
Commits on Jul 28, 2024
-
moved to common bootloader in bootloader/*.c
all bootloaders built from common source, using blutil.h for MCU specific functions and macros
Configuration menu - View commit details
-
Copy full SHA for a473b63 - Browse repository at this point
Copy the full SHA a473b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c64e5c - Browse repository at this point
Copy the full SHA 7c64e5cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 366481a - Browse repository at this point
Copy the full SHA 366481aView commit details -
B-G431-ESC1 target added. Compiles with warnings & notes. Not tested on hardware.
Configuration menu - View commit details
-
Copy full SHA for 5a13d38 - Browse repository at this point
Copy the full SHA 5a13d38View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c573876 - Browse repository at this point
Copy the full SHA c573876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e3433 - Browse repository at this point
Copy the full SHA 79e3433View commit details
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.