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

Merge pull request #13703 from fjmolinas/pr_usbus_autoinit

Makefile.dep: add auto_init_usbus as usbus DEFAULT_MODULE
This commit is contained in:
Koen Zandberg 2020-03-25 10:19:04 +01:00 committed by GitHub
commit bf2b495d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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