Skip to content

Commit

Permalink
boards/common/weact-f4x1cx: remove tinyUSB feature
Browse files Browse the repository at this point in the history
weact-f4xcx boards have only a single USB-C connector that is used for `highlevel_stdio` via USBUS CDC ACM so that it conflicts with tinyUSB for the moment.
  • Loading branch information
gschorcht committed Dec 4, 2022
1 parent 5c38faf commit 44893a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions boards/common/weact-f4x1cx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ config BOARD_COMMON_WEACT_F4X1CX
select HAS_PERIPH_USBDEV
select HAS_HIGHLEVEL_STDIO

# Put other features for this board (in alphabetical order)
select HAS_TINYUSB_DEVICE

# Clock configuration
select BOARD_HAS_HSE
select BOARD_HAS_LSE
Expand Down
2 changes: 0 additions & 2 deletions boards/common/weact-f4x1cx/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ FEATURES_PROVIDED += periph_usbdev

# Various other features (if any)
FEATURES_PROVIDED += highlevel_stdio
FEATURES_PROVIDED += tinyusb_device


# This configuration enables modules that are only available when using Kconfig
# module modelling
Expand Down

0 comments on commit 44893a3

Please sign in to comment.