cpu/stm32_common: add PUF SRAM feature to makefile

This commit is contained in:
PeterKietzmann 2018-07-05 16:21:14 +02:00
parent 61e8825fa7
commit 45d47ea22f
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += puf_sram
ifneq (,$(filter $(BOARDS_WITHOUT_HWRNG),$(BOARD)))
FEATURES_PROVIDED := $(filter-out periph_hwrng,$(FEATURES_PROVIDED))

View File

@ -1,5 +1,4 @@
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += puf_sram
# the granularity of provided feature definition for STMs is currently by CPU
# sub-family (e.g., stm32f[1234]). Unfortunately, only some of e.g., the