From d36f228b248655f5d79d1a2a54d304d482e933e1 Mon Sep 17 00:00:00 2001
From: PeterKietzmann <peter.kietzmann@haw-hamburg.de>
Date: Thu, 5 Jul 2018 11:17:30 +0200
Subject: [PATCH] cpu/nrf5x_common: add PUF SRAM feature to makefile

---
 cpu/nrf5x_common/Makefile.features | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpu/nrf5x_common/Makefile.features b/cpu/nrf5x_common/Makefile.features
index cdeacf03d7..7fe6e293cd 100644
--- a/cpu/nrf5x_common/Makefile.features
+++ b/cpu/nrf5x_common/Makefile.features
@@ -5,5 +5,6 @@ FEATURES_PROVIDED += periph_hwrng
 
 # Various other features (if any)
 FEATURES_PROVIDED += radio_nrfmin
+FEATURES_PROVIDED += puf_sram
 
 -include $(RIOTCPU)/cortexm_common/Makefile.features
-- 
GitLab