1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/common/weact-f4x1cx: remove tinyUSB feature

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.
This commit is contained in:
Gunar Schorcht 2022-12-04 16:22:38 +01:00
parent 5c38fafee4
commit 44893a37e4
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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