Skip to content

Commit

Permalink
Merge pull request #9505 from PeterKietzmann/pr_puf_stm32
Browse files Browse the repository at this point in the history
cpu/stm32_common: add PUF SRAM feature to makefile
  • Loading branch information
MichelRottleuthner authored Aug 17, 2018
2 parents 0644855 + 45d47ea commit 2db68b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cpu/stm32_common/Makefile.features
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
1 change: 0 additions & 1 deletion cpu/stm32f4/Makefile.features
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2db68b6

Please sign in to comment.