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

Merge pull request #15363 from benpicco/board/stm32-highlevel_stdio

boards: provide highlevel_stdio feature on STM32 boards with STDIO CDC ACM
This commit is contained in:
Alexandre Abadie 2020-11-03 09:20:18 +01:00 committed by GitHub
commit a95b0c699e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 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

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