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:
commit
bf2b495d34
@ -901,6 +901,7 @@ ifneq (,$(filter tlsf-malloc,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter usbus,$(USEMODULE)))
|
ifneq (,$(filter usbus,$(USEMODULE)))
|
||||||
|
DEFAULT_MODULE += auto_init_usbus
|
||||||
FEATURES_REQUIRED += periph_usbdev
|
FEATURES_REQUIRED += periph_usbdev
|
||||||
USEMODULE += core_thread_flags
|
USEMODULE += core_thread_flags
|
||||||
USEMODULE += event
|
USEMODULE += event
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
# handled by the build system
|
# handled by the build system
|
||||||
DEFAULT_MODULE += stdio_cdc_acm
|
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.
|
# This boards requires support for Arduino bootloader.
|
||||||
USEMODULE += usb_board_reset
|
USEMODULE += usb_board_reset
|
||||||
USEMODULE += boards_common_samd21-arduino-bootloader
|
USEMODULE += boards_common_samd21-arduino-bootloader
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
BOARD ?= samr21-xpro
|
BOARD ?= samr21-xpro
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += auto_init_usbus
|
|
||||||
USEMODULE += stdio_cdc_acm
|
USEMODULE += stdio_cdc_acm
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
@ -2,7 +2,6 @@ BOARD ?= samr21-xpro
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += auto_init_usbus
|
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
USEMODULE += gnrc_icmpv6_echo
|
USEMODULE += gnrc_icmpv6_echo
|
||||||
USEMODULE += usbus_cdc_ecm
|
USEMODULE += usbus_cdc_ecm
|
||||||
|
Loading…
Reference in New Issue
Block a user