Skip to content

Commit aa4d9c2

Browse files
MarekPietarlubos
authored andcommitted
applications: nrf_desktop: Test USB next stack integration in CI
Change expands `sample.yaml` file to build some of the configurations with USB next stack. Jira: NCSDK-27014 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
1 parent 1b25f46 commit aa4d9c2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

applications/nrf_desktop/sample.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,35 @@ tests:
259259
- nrf54h20dk/nrf54h20/cpuapp
260260
tags: bluetooth ci_build sysbuild
261261
extra_args: FILE_SUFFIX=release
262+
applications.nrf_desktop.zdebug.usb_next:
263+
sysbuild: true
264+
build_only: true
265+
platform_allow: >
266+
nrf52840dk/nrf52840 nrf52840gmouse/nrf52840 nrf52840dongle/nrf52840
267+
integration_platforms:
268+
- nrf52840dk/nrf52840
269+
- nrf52840gmouse/nrf52840
270+
- nrf52840dongle/nrf52840
271+
tags: bluetooth ci_build sysbuild
272+
extra_configs:
273+
- CONFIG_DESKTOP_USB_STACK_NEXT=y
274+
applications.nrf_desktop.zdebug_dongle.usb_next:
275+
sysbuild: true
276+
build_only: true
277+
platform_allow: nrf52840dk/nrf52840
278+
integration_platforms:
279+
- nrf52840dk/nrf52840
280+
tags: bluetooth ci_build sysbuild
281+
extra_args: FILE_SUFFIX=dongle
282+
extra_configs:
283+
- CONFIG_DESKTOP_USB_STACK_NEXT=y
284+
applications.nrf_desktop.zdebug_keyboard.usb_next:
285+
sysbuild: true
286+
build_only: true
287+
platform_allow: nrf52840dk/nrf52840
288+
integration_platforms:
289+
- nrf52840dk/nrf52840
290+
tags: bluetooth ci_build sysbuild
291+
extra_args: FILE_SUFFIX=keyboard
292+
extra_configs:
293+
- CONFIG_DESKTOP_USB_STACK_NEXT=y

0 commit comments

Comments
 (0)