-
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
applications: nrf_desktop: Integrate APPLICATION_CONFIG_DIR for sysbuild #15857
applications: nrf_desktop: Integrate APPLICATION_CONFIG_DIR for sysbuild #15857
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild.conf
Show resolved
Hide resolved
applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/sysbuild_mcuboot_smp.conf
Outdated
Show resolved
Hide resolved
applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/sysbuild.conf
Outdated
Show resolved
Hide resolved
fd6c463
to
1ecd9f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nRF Desktop changes looks good
If we want to maintain the production quality of the nRF Desktop app, we need this change that is blocked on the @tejlmand PR (dependency indicated in the PR description). Alternatively, we can lower the nRF Desktop quality from production to experimental following the VS code approach. However, going back to the experimental quality for NCS 2.7.0 needs wider discussion from relevant stakeholders. On a separate note, we had a different arrangement with @carlescufi and @tejlmand, as this change was supposed to be part of NCS 2.7.0. |
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/prj.conf
Outdated
Show resolved
Hide resolved
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/prj_mcuboot_qspi.conf
Outdated
Show resolved
Hide resolved
applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/prj_mcuboot_smp.conf
Outdated
Show resolved
Hide resolved
66b5a87
to
76bdfe9
Compare
76bdfe9
to
5cc0b48
Compare
Rebased only |
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 Publishing GitHub Action. |
5cc0b48
to
987b1a2
Compare
Rebased |
987b1a2
to
beba878
Compare
Removed |
Change integrates APPLICATION_CONFIG_DIR for sysbuild. Change also fixes a few configuration issues observed while testing locally. Jira: NCSDK-24857 Jira: NCSDK-27858 Jira: NCSDK-27568 Co-authored-by: Mateusz Kapala <[email protected]> Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Mateusz Kapala <[email protected]>
After migration to sysbuild, now bootloader-specific Kconfig options are driven at the sysbuild level, not the main application. Remove unecessary options that were moved to proper sysbuild*.conf files. Jira: NCSDK-27890 Signed-off-by: Mateusz Kapala <[email protected]>
beba878
to
1eb4b40
Compare
Rebased after #15530 got merged. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving it due to imminent RC2.
and
Depends on: #15530Review only last two commits.