mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 15:32:44 +01:00
971f0f6fee
This feature is only used to blacklist stdio via CDC ACM. Introduce the `highlevel_stdio` feature instead to indicate that stdio functionality requires a running thread to print anything
6 lines
149 B
Makefile
6 lines
149 B
Makefile
# This boards requires support for Arduino bootloader.
|
|
USEMODULE += usb_board_reset
|
|
USEMODULE += stdio_cdc_acm
|
|
|
|
FEATURES_REQUIRED += highlevel_stdio
|