mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/arduino: enable arduino_serial_stdio if stdio_cdc_acm is used
This commit is contained in:
parent
725472cbc4
commit
2dcd761954
@ -10,6 +10,9 @@ ifneq (,$(filter arduino,$(USEMODULE)))
|
||||
USEMODULE += fmt
|
||||
USEMODULE += ztimer_usec
|
||||
USEMODULE += ztimer_msec
|
||||
ifneq (,$(filter stdio_cdc_acm,$(USEMODULE)))
|
||||
USEMODULE += arduino_serial_stdio
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter arduino_pwm,$(FEATURES_USED)))
|
||||
|
@ -38,4 +38,5 @@ config MODULE_ARDUINO_PWM
|
||||
config MODULE_ARDUINO_SERIAL_STDIO
|
||||
bool "Use STDIO as Serial"
|
||||
depends on MODULE_ARDUINO
|
||||
depends on TEST_KCONFIG
|
||||
depends on TEST_KCONFIG
|
||||
default y if MODULE_STDIO_CDC_ACM
|
||||
|
Loading…
Reference in New Issue
Block a user