-
Notifications
You must be signed in to change notification settings - Fork 102
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
common bootloader implementation #54
Closed
Closed
Commits on Aug 11, 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 55a4a25 - Browse repository at this point
Copy the full SHA 55a4a25View 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 c0eb4ab - Browse repository at this point
Copy the full SHA c0eb4abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950c894 - Browse repository at this point
Copy the full SHA 950c894View commit details -
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 3b1c002 - Browse repository at this point
Copy the full SHA 3b1c002View commit details -
Configuration menu - View commit details
-
Copy full SHA for af196f4 - Browse repository at this point
Copy the full SHA af196f4View 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 4003766 - Browse repository at this point
Copy the full SHA 4003766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436a3d1 - Browse repository at this point
Copy the full SHA 436a3d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d41d88 - Browse repository at this point
Copy the full SHA 8d41d88View commit details -
changes to headers will now trigger a rebuild
Configuration menu - View commit details
-
Copy full SHA for 0c5f7b2 - Browse repository at this point
Copy the full SHA 0c5f7b2View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beb43a7 - Browse repository at this point
Copy the full SHA beb43a7View 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.