From 9b91bf0a3efbfa45db7a70e10db1a6f87631a05b Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 2 Nov 2020 21:25:39 +0100 Subject: [PATCH] boards/weact-f411ce: add highlevel_stdio feature --- boards/weact-f411ce/Kconfig | 3 +++ boards/weact-f411ce/Makefile.features | 2 ++ 2 files changed, 5 insertions(+) diff --git a/boards/weact-f411ce/Kconfig b/boards/weact-f411ce/Kconfig index c7e815f7dd..c6efb0e783 100644 --- a/boards/weact-f411ce/Kconfig +++ b/boards/weact-f411ce/Kconfig @@ -22,3 +22,6 @@ config BOARD_WEACT_F411CE select HAS_PERIPH_TIMER select HAS_PERIPH_UART select HAS_PERIPH_USBDEV + + # Put other features for this board (in alphabetical order) + select HAS_HIGHLEVEL_STDIO diff --git a/boards/weact-f411ce/Makefile.features b/boards/weact-f411ce/Makefile.features index 965128c1e4..19e8cb8315 100644 --- a/boards/weact-f411ce/Makefile.features +++ b/boards/weact-f411ce/Makefile.features @@ -10,3 +10,5 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev + +FEATURES_PROVIDED += highlevel_stdio