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

tests/usbus_cdc_ecm: blacklist boards with insufficient number of EPs

This commit is contained in:
Gunar Schorcht 2023-03-15 06:57:51 +01:00
parent af0eaa99ce
commit b4d39db8d5

View File

@ -9,4 +9,13 @@ USEMODULE += shell
USEMODULE += shell_cmds_default
USEMODULE += ps
# Boards that don't have enough endpoints to use CDC ACM together with CDC ECM
BOARD_BLACKLIST += \
stm32f429i-disco \
stm32f4discovery \
weact-f401cc \
weact-f401ce \
weact-f411ce \
#
include $(RIOTBASE)/Makefile.include