Commit 0809b75b authored by Johann Fischer's avatar Johann Fischer Committed by Henrik Brix Andersen
Browse files

boards: remove test feature usb_cdc



This test feature is not required and was only used as a dependency in
the usb/console example. It is redundant since the sample already
depends on usb_device.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent ce7448b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ toolchain:
supported:
  - adc
  - usb_device
  - usb_cdc
  - ble
  - watchdog
  - counter
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ supported:
  - i2c
  - pwm
  - spi
  - usb_cdc
  - usb_device
  - watchdog
vendor: adafruit
+0 −1
Original line number Diff line number Diff line
@@ -14,6 +14,5 @@ supported:
  - arduino_spi
  - spi
  - memc
  - usb_cdc
  - usb_device
vendor: arduino
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ supported:
  - serial
  - spi
  - uart
  - usb_cdc
  - usb_device
  - watchdog
vendor: arduino
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ supported:
  - serial
  - spi
  - uart
  - usb_cdc
  - usb_device
  - watchdog
vendor: arduino
Loading