-
Notifications
You must be signed in to change notification settings - Fork 644
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
sysbuild changes #1706
Merged
Merged
sysbuild changes #1706
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
4430f02
to
fbd923d
Compare
be44adf
to
8e53ada
Compare
9a24e39
to
9c4f526
Compare
Adds a sysbuild Kconfig file which enables external flash when partition manager is enabled Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Uses sysbuild by default when building an application which resides in an allowed NCS-based directory when the sysbuild config key is not set. Do not use sysbuild if the mps2 board is being used to avoid problems with CI testing. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Using `erase` with west-flash was blocked as it was messing with sysbuild. With #69748 the issue is fixed, hence 'erase' is no longer blocked. Remove obsolete twister test Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no> (cherry picked from commit be682e2)
Removed following fields from relevant Handlers, as they were unused in code: * Handler's state * Handler's generator * BinaryHandler's call_west_flash * QEMUHandler's results * QEMUWinHandler's results Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com> (cherry picked from commit 83db378)
Fix issue 72083. Update path to zephyr.exe binary using default domain from domains.yaml file. Upstream PR: zephyrproject-rtos/zephyr#72100 Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
…board PR #72100 broke execution of unit type tests. This commit fixes it by bringing back the "old" logic for selecting a binary path for unit type tests. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no> (cherry picked from commit 7d3dc4e)
Enables MCUboot, empty network core and network core updates by default when building for the thingy53 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
gchwier
approved these changes
May 22, 2024
PerMac
approved these changes
May 22, 2024
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.
Adds a sysbuild Kconfig file which enables external flash when partition manager is enabled