applications: nrf_desktop: Explicitly enable USE_DT_CODE_PARTITION - #28997
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 3422e8350420c030efe36766eeb4f810d62cd6ec more detailssdk-nrf:
Github labels
List of changed files detected by CI (92)Outputs:ToolchainVersion: f0aa129f09 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
837278f to
647019b
Compare
|
You can find the documentation preview for this PR here. |
647019b to
89d9ff4
Compare
| CONFIG_IPC_RADIO_BT=y | ||
| CONFIG_IPC_RADIO_BT_HCI_IPC=y | ||
|
|
||
| # We do not specify a memory map. |
There was a problem hiding this comment.
Avoid using DTS memory map defined at board-level as we do not use bootloader for the netcore? (to explain why we should not enable this Kconfig for this image)
89d9ff4 to
1b97950
Compare
MarekPieta
left a comment
There was a problem hiding this comment.
btw. Some nrf52840dongle, nrf52kbd and nrf52840gmouseconfigurations seem not updated. Guess they will be updated under another PR (the one that migrates from PM to DTS)
1b97950 to
7441e75
Compare
Add CONFIG_USE_DT_CODE_PARTITION=y to all nrf_desktop prj*.conf files for consistency across configurations. The option is not strictly required. Ref: NCSDK-39023 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
7441e75 to
3422e83
Compare
Add CONFIG_USE_DT_CODE_PARTITION=y to all nrf_desktop prj*.conf files for consistency across configurations. The option is not strictly required.