From bfcb963d1ef7e3ae9371364e109f19b05d6803c8 Mon Sep 17 00:00:00 2001 From: francisco Date: Tue, 11 Jun 2019 09:41:13 +0200 Subject: [PATCH] boards/nucleo-f446re: add riotboot --- boards/nucleo-f446re/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nucleo-f446re/Makefile.features b/boards/nucleo-f446re/Makefile.features index f174862bda..fc96658a9c 100644 --- a/boards/nucleo-f446re/Makefile.features +++ b/boards/nucleo-f446re/Makefile.features @@ -10,6 +10,7 @@ FEATURES_PROVIDED += periph_qdec # Various other features (if any) FEATURES_PROVIDED += motor_driver +FEATURES_PROVIDED += riotboot # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features