1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 15:32:44 +01:00
RIOT/boards/common/samd21-arduino-bootloader/Makefile.dep
Benjamin Valentin 971f0f6fee boards: remove the bootloader_% pseudo-feature
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
2020-10-13 10:30:22 +02:00

6 lines
149 B
Makefile

# This boards requires support for Arduino bootloader.
USEMODULE += usb_board_reset
USEMODULE += stdio_cdc_acm
FEATURES_REQUIRED += highlevel_stdio