forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
boards: nrf91x: adjust some default values for sysbuild #24
Closed
gregersrygg
wants to merge
10
commits into
nordicjm:sysbuildmissingboredfiles
from
gregersrygg:pr-15467
Closed
boards: nrf91x: adjust some default values for sysbuild #24
gregersrygg
wants to merge
10
commits into
nordicjm:sysbuildmissingboredfiles
from
gregersrygg:pr-15467
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
Adds board file that that are needed for sysbuild since the files in the upstream MCUboot repo will not be used Signed-off-by: Jamie McCrae <[email protected]>
Enables the external flash for the nRF9151 by default when using sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Adds default sysbuild configuration to enable b0 and MCUboot Signed-off-by: Jamie McCrae <[email protected]>
Adds the USB CDC node that was missing for this device Signed-off-by: Jamie McCrae <[email protected]>
External flash is not needed for network core updates on nRF5340 devices, remove forcing it to enabled Signed-off-by: Jamie McCrae <[email protected]>
Selects the hci_ipc image for the radio core when building on the thingy91x board Signed-off-by: Jamie McCrae <[email protected]>
This patch adds missing partitions in the static partition config for the Thingy:91 X board. Signed-off-by: Maximilian Deubel <[email protected]>
Add missing board files for thingy91. Signed-off-by: Markus Lassila <[email protected]>
Fix mcuboot build and usage of static partition table. Signed-off-by: Maximilian Deubel <[email protected]>
Add more boards to use secure boot for asset tracker v2 and use external flash on the boards that we support. Also adjusts use of external flash in nrf_cloud_rest_fota sample to the previously configured boards. Signed-off-by: Gregers Gram Rygg <[email protected]>
maxd-nordic
force-pushed
the
sysbuildmissingboredfiles
branch
from
May 29, 2024 13:15
337812c
to
844341d
Compare
Merge conflict |
Will make a new updated PR that targets main. |
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.
Add more boards to use secure boot for asset tracker v2 and use external flash on the boards that we support.
Also adjusts use of external flash in nrf_cloud_rest_fota sample to the previously configured boards.