From 30fcea3ba5afecc5d21c25147e670833c8edaeb1 Mon Sep 17 00:00:00 2001 From: francisco Date: Thu, 6 Jun 2019 11:55:06 +0200 Subject: [PATCH] boards/nucleo-l476rg: add riotboot support --- boards/nucleo-l476rg/Makefile.features | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/nucleo-l476rg/Makefile.features b/boards/nucleo-l476rg/Makefile.features index c7fd38ab62..4bd9aedb8c 100644 --- a/boards/nucleo-l476rg/Makefile.features +++ b/boards/nucleo-l476rg/Makefile.features @@ -8,6 +8,9 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart +# Put other features for this board (in alphabetical order) +FEATURES_PROVIDED += riotboot + # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features