Commit 6f57a7a3 authored by Johann Fischer's avatar Johann Fischer Committed by Benjamin Cabé
Browse files

boards: replace test feature usb_device with usbd for some boards



Replace test feature usb_device with usbd for boards that use the CDC
ACM serial backend. Otherwise, Twister could use these boards with
deprecated legacy samples, but the build would fail due to warnings
about the CDC ACM log level.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 8b065f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ toolchain:
  - gnuarmemb
supported:
  - adc
  - usb_device
  - usbd
  - ble
  - watchdog
  - counter
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ toolchain:
  - gnuarmemb
supported:
  - adc
  - usb_device
  - usbd
  - ble
  - watchdog
  - counter
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ toolchain:
  - gnuarmemb
supported:
  - adc
  - usb_device
  - usbd
  - ble
  - watchdog
  - counter
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ toolchain:
  - gnuarmemb
supported:
  - adc
  - usb_device
  - usbd
  - ble
  - watchdog
  - counter
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ supported:
  - i2c
  - pwm
  - spi
  - usb_device
  - usbd
  - watchdog
vendor: adafruit
Loading