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

Merge pull request #6828 from aabadie/nucleo_f429_hwrng

boards/nucleo144-f429: add hwrng feature
This commit is contained in:
Vincent Dupont 2017-03-31 16:12:24 +02:00 committed by GitHub
commit a5ef3d606c

View File

@ -1,6 +1,7 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_spi