Browse Source

boards: add usbd supports for the rp2350 implemented boards

Add `usbd` support for boards that have the rp2350 SoC to run device tests.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
pull/88645/head
TOKITA Hiroshi 5 months ago committed by Benjamin Cabé
parent
commit
b63957351d
  1. 1
      boards/pimoroni/pico_plus2/pico_plus2_rp2350b_m33.yaml
  2. 1
      boards/raspberrypi/rpi_pico2/rpi_pico2_rp2350a_m33.yaml
  3. 1
      boards/wiznet/w5500_evb_pico2/w5500_evb_pico2_rp2350a_m33.yaml

1
boards/pimoroni/pico_plus2/pico_plus2_rp2350b_m33.yaml

@ -17,4 +17,5 @@ supported: @@ -17,4 +17,5 @@ supported:
- i2c
- pwm
- spi
- usbd
- uart

1
boards/raspberrypi/rpi_pico2/rpi_pico2_rp2350a_m33.yaml

@ -18,4 +18,5 @@ supported: @@ -18,4 +18,5 @@ supported:
- pwm
- spi
- uart
- usbd
- watchdog

1
boards/wiznet/w5500_evb_pico2/w5500_evb_pico2_rp2350a_m33.yaml

@ -18,4 +18,5 @@ supported: @@ -18,4 +18,5 @@ supported:
- pwm
- spi
- uart
- usbd
- watchdog

Loading…
Cancel
Save