Skip to content
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 #19

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c445f41
cmake: sysbuild: image_signing: Fix not using python
nordicjm May 16, 2024
85eb3e6
sysbuild: kconfig: Deprioritise empty network core image
nordicjm May 17, 2024
c7a0075
sysbuild: Fix wrongly enabling ECDSA P256 for MCUboot by default
nordicjm May 17, 2024
5b904c6
sysbuild: Change multi image configuration errors to warnings
nordicjm Nov 28, 2023
da23fe1
sysbuild: Add support for nrf9161dk
nordicjm Dec 19, 2023
6ed8669
dfu_target_stream: Add progress cleanup
tomchy May 9, 2024
3629bd8
sysbuild: Add external flash functionality
nordicjm May 9, 2024
fa4b1c0
bootloader: Reduce slots if image is MCUboot
nordicjm May 10, 2024
c5bf4c8
sysbuild: Fix trustedfirmare-m
nordicjm May 15, 2024
0368118
cmake: sysbuild: Add missing BYPRODUCT variables
nordicjm May 15, 2024
4bd734f
samples/applications/tests: Add sysbuild configurations
nordicjm Nov 20, 2023
cf8d8f5
sysbuild: Add dependencies on some image config files
nordicjm May 15, 2024
34d719f
sysbuild: Add bluetooth mesh DFU metadata support
nordicjm Apr 26, 2024
0a7f0d4
boards: nrf7002dk: Enable wifi by default
nordicjm May 14, 2024
0ffb021
sysbuild: Exclude boards from partition manager
nordicjm Apr 26, 2024
701b9b4
sysbuild: Add support for matter factory data
nordicjm Apr 26, 2024
dffeb36
samples/applications: matter: Enable factory data
nordicjm Apr 26, 2024
5b90153
tests: dfu: dfu_target: Rename test
nordicjm Apr 29, 2024
8b3f98c
sysbuild: Switch to SoCs instead of boards
nordicjm May 3, 2024
86a690d
sysbuild: Add preliminary support for nrf700x patches
nordicjm May 7, 2024
da22acb
boards: thingy91: Add initial sysbuild options
nordicjm May 7, 2024
5cfe9ef
cmake: sysbuild: Fix partition manager not escaping variables
nordicjm May 8, 2024
713fea5
manifest: Update find-my, sidewalk and zephyr
nordicjm May 8, 2024
1a2732d
cmake: Add deprecation wwarning to child/parent image
nordicjm May 13, 2024
d3a8434
applications: nrf5340_audio: Change build type to file suffix
nordicjm May 13, 2024
e0cd051
doc: Change build type to file suffix
nordicjm May 13, 2024
e0d1ad8
sysbuild: Add support for dfu_application.zip output
nordicjm May 13, 2024
0ca9c2d
cmake: sysbuild: Fix b0 signing
nordicjm May 14, 2024
1dc231d
sysbuild: Add support for Matter OTA
ArekBalysNordic May 14, 2024
0e7d436
sysbuild: Quieten invalid warning messages
nordicjm May 17, 2024
9b9ca17
tools: Use ncs-build image based on ubuntu 22
jangalda-nsc May 14, 2024
380e82b
applications/samples/tests: Remove child/parent configuration
nordicjm May 17, 2024
5319932
tests: Add some deprecated child/parent image builds
nordicjm May 17, 2024
781d5a2
cmake: bootloader: Only include dummy values when testing
nordicjm May 17, 2024
9360c89
applications: nrf_desktop: Integrate APPLICATION_CONFIG_DIR for sysbuild
MarekPieta May 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions applications/asset_tracker_v2/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

choice BOOTLOADER
default BOOTLOADER_MCUBOOT if !BOARD_NATIVE_SIM
endchoice

config SECURE_BOOT
default y if BOARD_NRF9160DK_NRF9160_NS

config SECURE_BOOT_APPCORE
default y if BOARD_NRF9160DK_NRF9160_NS

config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
default y if BOARD_NRF9151DK_NRF9151_NS || BOARD_NRF9161DK_NRF9161_NS
default y if BOARD_NRF9160DK_NRF9160_NS && "${BOARD_REVISION}" = "0.14.0"

source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
9 changes: 0 additions & 9 deletions applications/asset_tracker_v2/child_image/mcuboot.conf

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading