Skip to content

Commit

Permalink
sysbuild: zigbee: Enable 802.15.4
Browse files Browse the repository at this point in the history
Each test that enables the main ZIGBEE Kconfig requires to program the
network core with 802.15.4 image.

Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
  • Loading branch information
tomchy committed May 9, 2024
1 parent 68334a4 commit 064ca55
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/subsys/zigbee/osif/nvram/Kconfig.sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"

config NRF_DEFAULT_802154
default y
10 changes: 10 additions & 0 deletions tests/subsys/zigbee/zboss_api/alarm_api/Kconfig.sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"

config NRF_DEFAULT_802154
default y

0 comments on commit 064ca55

Please sign in to comment.