Skip to content

Commit 137a338

Browse files
authored
Merge branch 'main' into remove_sidewalk
2 parents c2741a5 + 52966b0 commit 137a338

File tree

496 files changed

+8268
-12392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

496 files changed

+8268
-12392
lines changed

.github/test-spec.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# This is the Jenkins ci variant of the .github/labler.yaml
22

3+
"__EXCLUDE__":
4+
- "**/VERSION"
5+
- "**/*.rst"
6+
37
"CI-run-twister":
48
- any:
59
- "!.github/**/*"
@@ -8,7 +12,6 @@
812
- "!test-manifests/**/*"
913
- "!CODEOWNERS"
1014
- "!LICENSE"
11-
- "!**/*.rst"
1215
- "!VERSION"
1316
- "!ncs_version.h.in"
1417

@@ -608,6 +611,7 @@
608611
- "include/drivers/gpio/**/*"
609612
- "include/event_manager_proxy.h"
610613
- "subsys/event_manager_proxy/**/*"
614+
- "samples/zephyr/drivers/adc/**/*"
611615
- "samples/zephyr/drivers/audio/**/*"
612616
- "samples/zephyr/drivers/i2c/**/*"
613617
- "samples/zephyr/drivers/watchdog/**/*"
@@ -628,6 +632,7 @@
628632
- "tests/drivers/spi/**/*"
629633
- "tests/drivers/uart/**/*"
630634
- "tests/subsys/event_manager_proxy/**/*"
635+
- "tests/zephyr/drivers/adc/**/*"
631636
- "tests/zephyr/drivers/comparator/**/*"
632637
- "tests/zephyr/drivers/gpio/**/*"
633638
- "tests/zephyr/drivers/flash/**/*"

.github/workflows/manifest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
west update zephyr
3232
3333
- name: Manifest
34-
uses: zephyrproject-rtos/action-manifest@v1.7.0
34+
uses: zephyrproject-rtos/action-manifest@v1.8.0
3535
with:
3636
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
3737
manifest-path: 'west.yml'
@@ -43,3 +43,4 @@ jobs:
4343
verbosity-level: '1'
4444
labels: 'manifest'
4545
dnm-labels: 'DNM'
46+
allowed-unreachables: 'dragoon'

CODEOWNERS

+33-27
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
/applications/matter_weather_station/*.rst @nrfconnect/ncs-matter-doc
4848
/applications/nrf5340_audio/**/*.rst @nrfconnect/ncs-audio-doc
4949
/applications/nrf_desktop/**/*.rst @nrfconnect/ncs-si-bluebagel-doc
50+
/applications/sdp/**/*.rst @annwoj
5051
/applications/serial_lte_modem/**/*.rst @nrfconnect/ncs-iot-oulu-tampere-doc
5152
/applications/serial_lte_modem/doc/CARRIER_AT_commands.rst @nrfconnect/ncs-carrier-doc
52-
/applications/zigbee_weather_station/*.rst @nrfconnect/ncs-terahertz-doc
5353

5454
# Boards
5555
/boards/nordic/nrf7120pdk/ @nrfconnect/ncs-co-boards @rob-robinson-14 @Hi-Im-David
@@ -191,6 +191,7 @@
191191
/doc/nrf/libraries/others/adp536x.rst @nrfconnect/ncs-cia-doc
192192
/doc/nrf/libraries/others/app_event_manager.rst @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-si-bluebagel-doc
193193
/doc/nrf/libraries/others/app_event_manager_profiler_tracer.rst @nrfconnect/ncs-si-bluebagel-doc
194+
/doc/nrf/libraries/others/app_jwt.rst @nrfconnect/ncs-modem-doc @ayla-nordicsemi
194195
/doc/nrf/libraries/others/audio_module.rst @nrfconnect/ncs-audio-doc
195196
/doc/nrf/libraries/others/contin_array.rst @nrfconnect/ncs-audio-doc
196197
/doc/nrf/libraries/others/data_fifo.rst @nrfconnect/ncs-audio-doc
@@ -228,7 +229,6 @@
228229
/doc/nrf/libraries/security/index.rst @nrfconnect/ncs-aegir-doc
229230
/doc/nrf/libraries/security/trusted_storage.rst @nrfconnect/ncs-aegir-doc
230231
/doc/nrf/libraries/shell/ @nrfconnect/ncs-doc-leads
231-
/doc/nrf/libraries/zigbee/ @nrfconnect/ncs-terahertz-doc
232232
/doc/nrf/libraries/index.rst @nrfconnect/ncs-doc-leads
233233
/doc/nrf/protocols/amazon_sidewalk/ @nrfconnect/ncs-sidewalk-doc
234234
/doc/nrf/protocols/bt/ @nrfconnect/ncs-dragoon-doc
@@ -308,11 +308,12 @@
308308
/dts/ @nrfconnect/ncs-co-drivers
309309

310310
# External
311-
/ext/curl/ @nrfconnect/ncs-code-owners @jhirsi
311+
/ext/curl/ @nrfconnect/ncs-code-owners @nrfconnect/ncs-modem-tre
312312
/ext/freebsd-getopt/ @nrfconnect/ncs-code-owners
313-
/ext/iperf3/ @nrfconnect/ncs-code-owners @jhirsi
313+
/ext/iperf3/ @nrfconnect/ncs-code-owners @nrfconnect/ncs-modem-tre
314314

315315
# Include
316+
/include/app_jwt.h @nrfconnect/ncs-modem @ayla-nordicsemi
316317
/include/audio/ @nrfconnect/ncs-audio
317318
/include/audio_module/ @nrfconnect/ncs-audio
318319
/include/bluetooth/ @nrfconnect/ncs-dragoon
@@ -354,7 +355,7 @@
354355
/include/fem_al/ @nrfconnect/ncs-dragoon
355356
/include/logging/ @nrfconnect/ncs-protocols-serialization
356357
/include/mgmt/ @nrfconnect/ncs-pluto
357-
/include/modem/ @nrfconnect/ncs-modem
358+
/include/modem/ @nrfconnect/ncs-modem @nrfconnect/ncs-modem-tre
358359
/include/mpsl/ @nrfconnect/ncs-dragoon
359360
/include/net/ @nrfconnect/ncs-co-networking
360361
/include/net/azure_* @nrfconnect/ncs-cia
@@ -376,18 +377,19 @@
376377

377378
# Libraries
378379
/lib/adp536x/ @nrfconnect/ncs-cia
380+
/lib/app_jwt/ @nrfconnect/ncs-modem @ayla-nordicsemi
379381
/lib/at_cmd_parser/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
380382
/lib/at_cmd_custom/ @nrfconnect/ncs-modem
381383
/lib/at_host/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
382-
/lib/at_monitor/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
384+
/lib/at_monitor/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem @nrfconnect/ncs-modem-tre
383385
/lib/at_parser/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
384386
/lib/at_shell/ @nrfconnect/ncs-cia
385387
/lib/bin/ @nrfconnect/ncs-co-networking @lemrey
386388
/lib/bin/lwm2m_carrier/ @nrfconnect/ncs-carrier
387389
/lib/boot_banner/ @nordicjm
388390
/lib/contin_array/ @nrfconnect/ncs-audio
389391
/lib/data_fifo/ @nrfconnect/ncs-audio
390-
/lib/date_time/ @trantanen @tokangas
392+
/lib/date_time/ @nrfconnect/ncs-modem-tre
391393
/lib/dk_buttons_and_leds/ @nrfconnect/ncs-si-muffin
392394
/lib/edge_impulse/ @nrfconnect/ncs-si-muffin
393395
/lib/fatal_error/ @nordic-krch
@@ -398,27 +400,27 @@
398400
/lib/hw_id/ @nrfconnect/ncs-cia
399401
/lib/hw_unique_key/ @nrfconnect/ncs-aegir
400402
/lib/identity_key/ @nrfconnect/ncs-aegir
401-
/lib/location/ @trantanen @jhirsi @tokangas
402-
/lib/lte_link_control/ @tokangas @trantanen @jhirsi @nrfconnect/ncs-modem
403-
/lib/modem_antenna/ @tokangas @nrfconnect/ncs-modem
403+
/lib/location/ @nrfconnect/ncs-modem-tre
404+
/lib/lte_link_control/ @nrfconnect/ncs-modem-tre @nrfconnect/ncs-modem
405+
/lib/modem_antenna/ @nrfconnect/ncs-modem-tre @nrfconnect/ncs-modem
404406
/lib/modem_attest_token/ @nrfconnect/ncs-modem
405407
/lib/modem_battery/ @nrfconnect/ncs-modem
406-
/lib/modem_info/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
408+
/lib/modem_info/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem @nrfconnect/ncs-modem-tre
407409
/lib/modem_jwt/ @nrfconnect/ncs-iot-oulu @nrfconnect/ncs-modem
408410
/lib/modem_key_mgmt/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
409411
/lib/modem_slm/ @nrfconnect/ncs-iot-oulu
410412
/lib/multithreading_lock/ @nrfconnect/ncs-dragoon
411-
/lib/nrf_modem_lib/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
413+
/lib/nrf_modem_lib/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem @nrfconnect/ncs-modem-tre
412414
/lib/pcm_mix/ @nrfconnect/ncs-audio
413415
/lib/pcm_stream_channel_modifier/ @nrfconnect/ncs-audio
414-
/lib/pdn/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
416+
/lib/pdn/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem @nrfconnect/ncs-modem-tre
415417
/lib/qos/ @nrfconnect/ncs-cia
416418
/lib/ram_pwrdn/ @MarekPorwisz
417419
/lib/sample_rate_converter/ @nrfconnect/ncs-audio
418420
/lib/sfloat/ @nrfconnect/ncs-si-muffin
419-
/lib/sms/ @trantanen @tokangas
421+
/lib/sms/ @nrfconnect/ncs-modem-tre
420422
/lib/st25r3911b/ @nrfconnect/ncs-si-muffin
421-
/lib/supl/ @nrfconnect/ncs-co-networking @tokangas
423+
/lib/supl/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem-tre
422424
/lib/tone/ @nrfconnect/ncs-audio
423425
/lib/uicc_lwm2m/ @stig-bjorlykke
424426
/lib/wave_gen/ @nrfconnect/ncs-si-bluebagel
@@ -438,6 +440,7 @@
438440
/samples/CMakeLists.txt @nrfconnect/ncs-co-build-system
439441
/samples/app_event_manager/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
440442
/samples/app_event_manager_profiler_tracer/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
443+
/samples/app_jwt/ @nrfconnect/ncs-modem @ayla-nordicsemi
441444
/samples/benchmarks/coremark/ @nrfconnect/ncs-si-bluebagel
442445
/samples/bluetooth/nrf_auraconfig/ @nrfconnect/ncs-audio
443446
/samples/bluetooth/central_and_peripheral_hr/ @nrfconnect/ncs-si-muffin
@@ -494,23 +497,23 @@
494497
/samples/caf_sensor_manager/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
495498
/samples/cellular/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
496499
/samples/cellular/battery/ @nrfconnect/ncs-modem
497-
/samples/cellular/gnss/ @tokangas
498-
/samples/cellular/location/ @trantanen @jhirsi @tokangas
500+
/samples/cellular/gnss/ @nrfconnect/ncs-modem-tre
501+
/samples/cellular/location/ @nrfconnect/ncs-modem-tre
499502
/samples/cellular/lwm2m_carrier/ @nrfconnect/ncs-carrier
500503
/samples/cellular/lwm2m_client/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-iot-oulu
501-
/samples/cellular/modem_shell/ @trantanen @jhirsi @tokangas
504+
/samples/cellular/modem_shell/ @nrfconnect/ncs-modem-tre
502505
/samples/cellular/nidd/ @stig-bjorlykke
503506
/samples/cellular/nrf_cloud_* @nrfconnect/ncs-nrf-cloud
504507
/samples/cellular/nrf_provisioning/ @nrfconnect/ncs-iot-oulu
505508
/samples/cellular/modem_trace_flash/ @nrfconnect/ncs-modem
506509
/samples/cellular/slm_shell/ @nrfconnect/ncs-iot-oulu
507-
/samples/cellular/sms/ @trantanen @tokangas
510+
/samples/cellular/sms/ @nrfconnect/ncs-modem-tre
508511
/samples/cellular/uicc_lwm2m/ @stig-bjorlykke
509512
/samples/common/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
510513
/samples/crypto/ @nrfconnect/ncs-aegir
511514
/samples/debug/memfault/ @nrfconnect/ncs-cia
512515
/samples/debug/ppi_trace/ @nordic-krch
513-
/samples/dect/dect_phy/dect_shell/ @jhirsi
516+
/samples/dect/dect_phy/dect_shell/ @nrfconnect/ncs-modem-tre
514517
/samples/dect/dect_phy/hello_dect/ @nrfconnect/ncs-modem
515518
/samples/edge_impulse/ @nrfconnect/ncs-si-muffin
516519
/samples/esb/ @nrfconnect/ncs-si-muffin
@@ -561,6 +564,7 @@
561564

562565
/samples/app_event_manager/*.rst @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-si-bluebagel-doc
563566
/samples/app_event_manager_profiler_tracer/*.rst @nrfconnect/ncs-si-muffin-doc
567+
/samples/app_jwt/*.rst @nrfconnect/ncs-modem-doc @ayla-nordicsemi
564568
/samples/benchmarks/coremark/*.rst @nrfconnect/ncs-si-bluebagel-doc
565569
/samples/bluetooth/**/*.rst @nrfconnect/ncs-si-bluebagel-doc @nrfconnect/ncs-si-muffin-doc
566570
/samples/bluetooth/central_and_peripheral_hr/*.rst @nrfconnect/ncs-si-muffin-doc
@@ -663,9 +667,9 @@
663667
/samples/tfm/**/*.rst @nrfconnect/ncs-aegir-doc
664668
/samples/wifi/**/*.rst @nrfconnect/ncs-wifi-doc
665669
/samples/wifi/provisioning/softap/*.rst @nrfconnect/ncs-cia-doc
666-
/samples/zigbee/**/*.rst @nrfconnect/ncs-terahertz-doc
667670
/samples/zephyr/basic/blinky/ @nrfconnect/ncs-low-level-test @nrfconnect/ncs-ll-ursus
668671
/samples/zephyr/boards/nordic/system_off/ @nrfconnect/ncs-low-level-test
672+
/samples/zephyr/drivers/adc/ @nrfconnect/ncs-low-level-test
669673
/samples/zephyr/drivers/audio/dmic/ @nrfconnect/ncs-low-level-test
670674
/samples/zephyr/drivers/i2c/rtio_loopback/ @nrfconnect/ncs-low-level-test
671675
/samples/zephyr/drivers/watchdog/ @nrfconnect/ncs-low-level-test
@@ -690,10 +694,11 @@
690694
/scripts/requirements-*.txt @nrfconnect/ncs-co-build-system @nrfconnect/ncs-ci
691695
/scripts/west_commands/utils/ @gmarull
692696
/scripts/west_commands/create_board/ @gmarull
693-
/scripts/west_commands/sbom/ @nrfconnect/ncs-si-muffin
697+
/scripts/west_commands/sbom/ @nrfconnect/ncs-co-scripts
694698
/scripts/west_commands/thingy91x_dfu.py @nrfconnect/ncs-cia
695699
/scripts/west_commands/ncs_provision.py @nrfconnect/ncs-pluto
696700
/scripts/bootloader/ @nrfconnect/ncs-pluto
701+
/scripts/reglock.py @nrfconnect/ncs-pluto
697702
/scripts/ncs-docker-version.txt @nrfconnect/ncs-ci
698703
/scripts/print_docker_image.sh @nrfconnect/ncs-ci
699704
/scripts/print_toolchain_checksum.sh @nrfconnect/ncs-ci
@@ -707,7 +712,7 @@
707712
/scripts/nrf_provision/fast_pair/*.rst @nrfconnect/ncs-si-bluebagel-doc
708713
/scripts/partition_manager/*.rst @nrfconnect/ncs-aurora-doc
709714
/scripts/shell/ble_console/**/*.rst @nrfconnect/ncs-doc-leads
710-
/scripts/west_commands/sbom/*.rst @nrfconnect/ncs-si-muffin-doc
715+
/scripts/west_commands/sbom/*.rst @nrfconnect/ncs-co-doc @nrfconnect/ncs-doc-leads
711716

712717
# Share
713718
/share/ @nrfconnect/ncs-co-build-system
@@ -847,13 +852,13 @@
847852
/tests/lib/at_parser/ @nrfconnect/ncs-modem
848853
/tests/lib/contin_array/ @nrfconnect/ncs-audio
849854
/tests/lib/data_fifo/ @nrfconnect/ncs-audio
850-
/tests/lib/date_time/ @trantanen @tokangas
855+
/tests/lib/date_time/ @nrfconnect/ncs-modem-tre
851856
/tests/lib/edge_impulse/ @nrfconnect/ncs-si-muffin
852857
/tests/lib/gcf_sms/ @nrfconnect/ncs-modem
853858
/tests/lib/hw_unique_key*/ @nrfconnect/ncs-aegir
854859
/tests/lib/hw_id/ @nrfconnect/ncs-cia
855-
/tests/lib/location/ @trantanen @tokangas
856-
/tests/lib/lte_lc_api/ @trantanen @tokangas
860+
/tests/lib/location/ @nrfconnect/ncs-modem-tre
861+
/tests/lib/lte_lc_api/ @nrfconnect/ncs-modem-tre
857862
/tests/lib/modem_battery/ @nrfconnect/ncs-modem
858863
/tests/lib/modem_info/ @nrfconnect/ncs-cia
859864
/tests/lib/modem_jwt/ @nrfconnect/ncs-iot-oulu
@@ -868,7 +873,7 @@
868873
/tests/lib/ram_pwrdn/ @Damian-Nordic
869874
/tests/lib/sample_rate_converter/ @nrfconnect/ncs-audio
870875
/tests/lib/sfloat/ @nrfconnect/ncs-si-muffin
871-
/tests/lib/sms/ @trantanen @tokangas
876+
/tests/lib/sms/ @nrfconnect/ncs-modem-tre
872877
/tests/lib/tone/ @nrfconnect/ncs-audio
873878
/tests/lib/uicc_lwm2m/ @stig-bjorlykke
874879
/tests/mocks/nrf_rpc/ @nrfconnect/ncs-protocols-serialization
@@ -918,6 +923,7 @@
918923
/tests/tfm/ @nrfconnect/ncs-aegir @stephen-nordic @magnev
919924
/tests/unity/ @nordic-krch
920925
/tests/subsys/zigbee/ @nrfconnect/ncs-zigbee
926+
/tests/zephyr/drivers/adc/ @nrfconnect/ncs-low-level-test
921927
/tests/zephyr/drivers/comparator/ @nrfconnect/ncs-low-level-test
922928
/tests/zephyr/drivers/flash/common/ @nrfconnect/ncs-low-level-test @nrfconnect/ncs-ll-ursus
923929
/tests/zephyr/drivers/gpio/ @nrfconnect/ncs-low-level-test

applications/asset_tracker_v2/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
3232
&& "${BOARD_REVISION}" != "0.8.5" \
3333
&& "${BOARD_REVISION}" != "0.9.0"
3434

35-
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
35+
source "share/sysbuild/Kconfig"

applications/connectivity_bridge/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
7+
source "share/sysbuild/Kconfig"
88

99
config NRF_DEFAULT_IPC_RADIO
1010
default y

applications/machine_learning/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ config ML_APP_REMOTE_BOARD
3333
depends on ML_APP_INCLUDE_REMOTE_IMAGE
3434
default "nrf54h20dk/nrf54h20/cpuppr" if BOARD_NRF54H20DK_NRF54H20_CPUAPP
3535

36-
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
36+
source "share/sysbuild/Kconfig"

applications/matter_bridge/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ endif # BOOTLOADER_MCUBOOT
6868
config MATTER_FACTORY_DATA_GENERATE
6969
default y
7070

71-
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
71+
source "share/sysbuild/Kconfig"

applications/matter_bridge/src/app_task.cpp

+21
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,19 @@ void BLEStateChangeCallback(Nrf::BLEConnectivityManager::State state)
8888

8989
#endif /* CONFIG_BRIDGED_DEVICE_BT */
9090

91+
#ifndef CONFIG_CHIP_FACTORY_RESET_ERASE_SETTINGS
92+
void AppFactoryResetHandler(const ChipDeviceEvent *event, intptr_t /* unused */)
93+
{
94+
switch (event->Type) {
95+
case DeviceEventType::kFactoryReset:
96+
Nrf::BridgeStorageManager::Instance().FactoryReset();
97+
break;
98+
default:
99+
break;
100+
}
101+
}
102+
#endif
103+
91104
} /* namespace */
92105

93106
CHIP_ERROR AppTask::RestoreBridgedDevices()
@@ -195,6 +208,14 @@ CHIP_ERROR AppTask::Init()
195208
* network state. */
196209
ReturnErrorOnFailure(Nrf::Matter::RegisterEventHandler(Nrf::Board::DefaultMatterEventHandler, 0));
197210

211+
#ifndef CONFIG_CHIP_FACTORY_RESET_ERASE_SETTINGS
212+
/* Register factory reset event handler.
213+
* With this configuration we have to manually clean up the storage,
214+
* as whole settings partition won't be erased.
215+
* */
216+
ReturnErrorOnFailure(Nrf::Matter::RegisterEventHandler(AppFactoryResetHandler, 0));
217+
#endif
218+
198219
return Nrf::Matter::StartServer();
199220
}
200221

applications/matter_weather_station/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ config DFU_MULTI_IMAGE_PACKAGE_NET
5050
config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
5151
default y
5252

53-
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
53+
source "share/sysbuild/Kconfig"

applications/nrf5340_audio/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
config NRF_DEFAULT_IPC_RADIO
88
default y
99

10-
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
10+
source "share/sysbuild/Kconfig"

0 commit comments

Comments
 (0)