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

sample: usb: allow samples to be built on all platforms with 'usbd' #75465

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions samples/subsys/usb/cdc_acm/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ tests:
depends_on: usbd
tags: usb
extra_args: CONF_FILE="usbd_next_prj.conf"
platform_allow:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
- 96b_carbon/stm32f401xe
- stm32f723e_disco
- nucleo_f413zh
- mimxrt685_evk/mimxrt685s/cm33
- mimxrt1060_evk
harness: console
Expand Down
6 changes: 5 additions & 1 deletion samples/subsys/usb/hid-keyboard/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ common:
depends_on:
- usbd
- gpio
platform_allow:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
- stm32f723e_disco
- nucleo_f413zh
- mimxrt685_evk/mimxrt685s/cm33
- mimxrt1060_evk
tests:
sample.usbd.hid-keyboard:
tags: usb
Expand Down
6 changes: 5 additions & 1 deletion samples/subsys/usb/hid-mouse/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ tests:
sample.usb_device_next.hid-mouse:
depends_on:
- usbd
platform_allow:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
- stm32f723e_disco
- nucleo_f413zh
- mimxrt685_evk/mimxrt685s/cm33
- mimxrt1060_evk
extra_args:
- CONF_FILE="usbd_next_prj.conf"
- EXTRA_DTC_OVERLAY_FILE="usbd_next.overlay"
Expand Down
4 changes: 3 additions & 1 deletion samples/subsys/usb/mass/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ tests:
sample.usb_device_next.mass_ram_none:
min_ram: 128
depends_on: usbd
platform_allow:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
- stm32f723e_disco
- nucleo_f413zh
- mimxrt685_evk/mimxrt685s/cm33
- mimxrt1060_evk
extra_args:
Expand Down
2 changes: 1 addition & 1 deletion samples/subsys/usb/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common:
- usbd
tests:
sample.usbd.shell:
platform_allow:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
Expand Down
Loading