1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #9505 from PeterKietzmann/pr_puf_stm32

cpu/stm32_common: add PUF SRAM feature to makefile
This commit is contained in:
MichelRottleuthner 2018-08-17 13:08:21 +02:00 committed by GitHub
commit 2db68b600b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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