mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
feather-nrf52840: use CDC ACM as default STDIO
This commit is contained in:
parent
9d4f7fb506
commit
66168ef134
@ -1,5 +1,7 @@
|
||||
# Use Segger's RTT by default for stdio on this board
|
||||
DEFAULT_MODULE += stdio_rtt
|
||||
# Provide stdio over USB by default
|
||||
# This is a temporary solution until management of stdio is correctly
|
||||
# handled by the build system
|
||||
DEFAULT_MODULE += stdio_cdc_acm
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
|
Loading…
Reference in New Issue
Block a user