From c4adedf6a7ad223a2cd0d95290e094d2a16592ea Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 31 Mar 2017 10:39:35 +0200 Subject: [PATCH] boards/nucleo144-f429: add hwrng support --- boards/nucleo144-f429/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nucleo144-f429/Makefile.features b/boards/nucleo144-f429/Makefile.features index 5d69098c65..8bab3dc608 100644 --- a/boards/nucleo144-f429/Makefile.features +++ b/boards/nucleo144-f429/Makefile.features @@ -1,6 +1,7 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_gpio +FEATURES_PROVIDED += periph_hwrng FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_spi