Skip to content

Commit

Permalink
boards: mark boards as supporting usb_cdc in DT
Browse files Browse the repository at this point in the history
Remove whitelisting and enable broader testing on all boards with needed
features.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jul 12, 2019
1 parent 0277f1a commit 99d6529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/nrf52840_pca10056/nrf52840_pca10056.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ toolchain:
supported:
- adc
- usb_device
- usb_cdc
- ble
- ieee802154
- pwm
Expand Down
1 change: 1 addition & 0 deletions boards/arm/nrf52840_pca10059/nrf52840_pca10059.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ toolchain:
- xtools
supported:
- usb_device
- usb_cdc
- ble
- ieee802154
1 change: 1 addition & 0 deletions boards/arm/reel_board/reel_board.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ supported:
- spi
- gpio
- usb_device
- usb_cdc
- ble
- ieee802154

0 comments on commit 99d6529

Please sign in to comment.