1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/weact-f411ce: add highlevel_stdio feature

This commit is contained in:
Benjamin Valentin 2020-11-02 21:25:39 +01:00
parent 44911bc3e0
commit 9b91bf0a3e
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -10,3 +10,5 @@ FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += highlevel_stdio