Skip to content

Commit e6671b5

Browse files
ankunsnordicjm
authored andcommitted
applications: nrf5340_audio: fix headset_dfu configuration
The FILE_SUFFIX=release was intended to go into `ipc_radio` image. The applications/nrf5340_audio/sysbuild/ipc_radio/prj_release.conf should be used, but the file applications/nrf5340_audio/sysbuild/ipc_radio/prj.conf was used. This commit fixes that. The FILE_SUFFIX=fota still is applied to the mcuboot image and the main application image as it was before. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent e6b53e4 commit e6671b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

applications/nrf5340_audio/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tests:
4141
- EXTRA_CONF_FILE=unicast_server/overlay-unicast_server.conf
4242
applications.nrf5340_audio.headset_dfu:
4343
extra_args:
44-
- FILE_SUFFIX=release
45-
- CONFIG_AUDIO_DEV=1
4644
- FILE_SUFFIX=fota
45+
- ipc_radio_FILE_SUFFIX=release
46+
- CONFIG_AUDIO_DEV=1
4747
- EXTRA_CONF_FILE=unicast_server/overlay-unicast_server.conf

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ manifest:
145145
- name: nrfxlib
146146
repo-path: sdk-nrfxlib
147147
path: nrfxlib
148-
revision: pull/1674/head
148+
revision: b48612da0c37162de938287717da1542aa41e65d
149149
- name: trusted-firmware-m
150150
repo-path: sdk-trusted-firmware-m
151151
path: modules/tee/tf-m/trusted-firmware-m

0 commit comments

Comments
 (0)