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

boards/stm32f429i-disco: add highlevel_stdio feature

This commit is contained in:
Benjamin Valentin 2020-11-02 21:24:45 +01:00
parent e77d12da26
commit 44911bc3e0
2 changed files with 3 additions and 0 deletions

View File

@ -22,4 +22,5 @@ config BOARD_STM32F429I_DISCO
select HAS_PERIPH_USBDEV
# Put other features for this board (in alphabetical order)
select HAS_HIGHLEVEL_STDIO
select HAS_RIOTBOOT

View File

@ -1 +1,3 @@
FEATURES_PROVIDED += highlevel_stdio
include $(RIOTBOARD)/stm32f429i-disc1/Makefile.features