2017-10-28 17:48:01 +02:00
|
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
|
|
|
|
|
|
# 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
|
|
|
|
# stm32f4 have an RNG peripheral. As during evaluation of the features , no
|
|
|
|
# CPU variable is available, we need to filter by board.
|
|
|
|
#
|
2018-02-27 14:32:20 +01:00
|
|
|
BOARDS_WITHOUT_HWRNG += nucleo-f401re
|
2018-02-27 14:34:18 +01:00
|
|
|
BOARDS_WITHOUT_HWRNG += nucleo-f411re
|
2018-02-27 14:35:57 +01:00
|
|
|
BOARDS_WITHOUT_HWRNG += nucleo-f446re
|
2018-02-27 14:20:48 +01:00
|
|
|
BOARDS_WITHOUT_HWRNG += nucleo-f446ze
|
2017-10-28 17:48:01 +02:00
|
|
|
|
|
|
|
-include $(RIOTCPU)/stm32_common/Makefile.features
|