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

sysbuild: Add support for OpenThread #21

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f964ff8
cmake: sysbuild: image_signing: Fix not using python
nordicjm May 16, 2024
85bbf68
sysbuild: kconfig: Deprioritise empty network core image
nordicjm May 17, 2024
f56b32d
sysbuild: Fix wrongly enabling ECDSA P256 for MCUboot by default
nordicjm May 17, 2024
6fe1a60
sysbuild: Change multi image configuration errors to warnings
nordicjm Nov 28, 2023
b73eaf6
sysbuild: Add support for nrf9161dk
nordicjm Dec 19, 2023
2d51c33
dfu_target_stream: Add progress cleanup
tomchy May 9, 2024
a6d0c72
sysbuild: Add external flash functionality
nordicjm May 9, 2024
5013c4c
bootloader: Reduce slots if image is MCUboot
nordicjm May 10, 2024
9e60bc2
sysbuild: Fix trustedfirmare-m
nordicjm May 15, 2024
dec0865
cmake: sysbuild: Add missing BYPRODUCT variables
nordicjm May 15, 2024
d915477
samples/applications/tests: Add sysbuild configurations
nordicjm Nov 20, 2023
e22b464
sysbuild: Add dependencies on some image config files
nordicjm May 15, 2024
18e5013
sysbuild: Add bluetooth mesh DFU metadata support
nordicjm Apr 26, 2024
5a9925e
boards: nrf7002dk: Enable wifi by default
nordicjm May 14, 2024
000f351
sysbuild: Exclude boards from partition manager
nordicjm Apr 26, 2024
c5757f6
sysbuild: Add support for matter factory data
nordicjm Apr 26, 2024
314bb6c
samples/applications: matter: Enable factory data
nordicjm Apr 26, 2024
e5c11aa
tests: dfu: dfu_target: Rename test
nordicjm Apr 29, 2024
41fb58f
sysbuild: Switch to SoCs instead of boards
nordicjm May 3, 2024
fe1769d
sysbuild: Add preliminary support for nrf700x patches
nordicjm May 7, 2024
b5b81e4
boards: thingy91: Add initial sysbuild options
nordicjm May 7, 2024
b7a3d9b
cmake: sysbuild: Fix partition manager not escaping variables
nordicjm May 8, 2024
aeab758
manifest: Update find-my, sidewalk and zephyr
nordicjm May 8, 2024
bd6976d
cmake: Add deprecation wwarning to child/parent image
nordicjm May 13, 2024
b1b54d1
applications: nrf5340_audio: Change build type to file suffix
nordicjm May 13, 2024
fcfdf1c
doc: Change build type to file suffix
nordicjm May 13, 2024
785ca57
sysbuild: Add support for dfu_application.zip output
nordicjm May 13, 2024
feb5163
cmake: sysbuild: Fix b0 signing
nordicjm May 14, 2024
7d52704
sysbuild: Add support for Matter OTA
ArekBalysNordic May 14, 2024
4ca49b3
sysbuild: Quieten invalid warning messages
nordicjm May 17, 2024
eb01b4b
tools: Use ncs-build image based on ubuntu 22
jangalda-nsc May 14, 2024
c95879c
applications/samples/tests: Remove child/parent configuration
nordicjm May 17, 2024
a4c6747
tests: Add some deprecated child/parent image builds
nordicjm May 17, 2024
bef095a
cmake: bootloader: Only include dummy values when testing
nordicjm May 17, 2024
5464cdb
sysbuild: Add support for OpenThread
maciejbaczmanski May 17, 2024
8a525d4
doc: openthread: align with sysbuild configuration flags
maciejbaczmanski May 20, 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.

Loading
Loading