1
0
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:
Martine S. Lenders 2020-03-18 11:30:31 +01:00
parent 9d4f7fb506
commit 66168ef134
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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