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

boards/common/blxxxpill: enable riotboot feature

This commit is contained in:
Gunar Schorcht 2022-11-26 18:39:01 +01:00
parent 941d6be666
commit 9fa01d69d8
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ config BOARD_COMMON_BLXXXPILL
select HAS_PERIPH_UART
select HAS_PERIPH_QDEC
select HAS_PERIPH_USBDEV
select HAS_RIOTBOOT
# Clock configuration
select BOARD_HAS_HSE

View File

@ -12,3 +12,6 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_qdec
FEATURES_PROVIDED += periph_usbdev
# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += riotboot