-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: Prevent some configuration options with single image mode #19344
sysbuild: Prevent some configuration options with single image mode #19344
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9a4763b8ead873ea0c98e9447dc9038cd9e2cee7 more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Memory footprint analysis revealed the following potential issuessample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 911846[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-19344/3) |
@tejlmand please review |
Prevents making some options configurable and sets correct limits when MCUboot is configured in single application mode Signed-off-by: Jamie McCrae <[email protected]>
Updates MCUboot to include override for selecting direct image upload Kconfig for nRF5340 to support network core updates in single slot serial recovery mode Signed-off-by: Jamie McCrae <[email protected]>
6946a0a
to
9a4763b
Compare
Prevents making some options configurable and sets correct limits when MCUboot is configured in single application mode
NCSDK-30866