1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

Makefile.dep: add auto_init_usbus as usbus DEFAULT_MODULE

This commit is contained in:
Francisco Molina 2020-03-24 14:33:09 +01:00
parent 5ef0cb9c18
commit 15ab36409f
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
4 changed files with 1 additions and 5 deletions

View File

@ -901,6 +901,7 @@ ifneq (,$(filter tlsf-malloc,$(USEMODULE)))
endif
ifneq (,$(filter usbus,$(USEMODULE)))
DEFAULT_MODULE += auto_init_usbus
FEATURES_REQUIRED += periph_usbdev
USEMODULE += core_thread_flags
USEMODULE += event

View File

@ -3,9 +3,6 @@
# handled by the build system
DEFAULT_MODULE += stdio_cdc_acm
# Default auto-initialization of usbus for stdio other USB
USEMODULE += auto_init_usbus
# This boards requires support for Arduino bootloader.
USEMODULE += usb_board_reset
USEMODULE += boards_common_samd21-arduino-bootloader

View File

@ -1,7 +1,6 @@
BOARD ?= samr21-xpro
include ../Makefile.tests_common
USEMODULE += auto_init_usbus
USEMODULE += stdio_cdc_acm
USEMODULE += shell
USEMODULE += shell_commands

View File

@ -2,7 +2,6 @@ BOARD ?= samr21-xpro
include ../Makefile.tests_common
USEMODULE += auto_init_gnrc_netif
USEMODULE += auto_init_usbus
USEMODULE += gnrc_ipv6_router_default
USEMODULE += gnrc_icmpv6_echo
USEMODULE += usbus_cdc_ecm