-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[EFR32] Add generation of EFR OTA image file to build process #16193
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
Closed
mykrupp
changed the title
Generate gbl
Add generation of gecko bootloader file to build process
Mar 14, 2022
PR #16193: Size comparison from e6a96ac to 58320f3 Full report (10 builds for cyw30739, k32w, linux, mbed, nrfconnect, telink)
|
pullapprove
bot
requested review from
andy31415,
anush-apple,
austinh0,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harimau-qirex,
hawk248 and
holbrookt
March 14, 2022 20:25
PR #16193: Size comparison from e6a96ac to cc895a0 Full report (8 builds for cyw30739, linux, mbed, nrfconnect, telink)
|
PR #16193: Size comparison from e6a96ac to 7d2c48c Full report (24 builds for cyw30739, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
selissia
changed the title
Add generation of gecko bootloader file to build process
[EFR32] Add generation of EFR OTA image file to build process
Mar 15, 2022
selissia
approved these changes
Mar 15, 2022
harsha-rajendran
approved these changes
Mar 17, 2022
carol-apple
approved these changes
Mar 17, 2022
andrei-menzopol
pushed a commit
to andrei-menzopol/connectedhomeip
that referenced
this pull request
Apr 14, 2022
…t-chip#16193) * add automatic generation of gbl file to build process * remove an extra find call * clenaup * Restyled by whitespace * Restyled by shellharden * Restyled by shfmt * typo * Remove everything before delimiter in BUILD_DIR_TRIMMED * fix pathing * fix substring * syntax * syntax * fix chars * don't generate gbl depending on path * Restyled by whitespace * Restyled by shellharden * remove unnecessary else statement * add end fi statement Co-authored-by: Restyled.io <commits@restyled.io>
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.
Problem
Gecko bootloader file currently has to be generated manually.
.ota file has to be generated manually
Change overview
This adds functionality to automatically generate a .gbl and .ota file when an application is built.
Testing
.gbl and .ota are built and placed in out/{application-name}/{board-name}