Skip to content

Commit

Permalink
fixup! kinetis: move filtering-out periph_hwrng in cpu/kinetis
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed May 6, 2019
1 parent a7c9f95 commit 8676f2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpu/kinetis/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FEATURES_PROVIDED += periph_cpuid
# HACK Do not define 'hwrng' if the board does not supports it
# A whitelist on CPU_MODEL would be better but this information/variable is not
# available yet.
# HACK the board/cpu_model currently uses the wrong hwrng register
# Remove this line when fixed
# HWRNG uses the wrong hwrng register for the frdm-k64f board/cpu_model
_KINETIS_BOARDS_WITHOUT_HWRNG += frdm-k64f
# TRNG driver is not implemented for 'CPU_MODEL == mkw41z512vht4'
_KINETIS_BOARDS_WITHOUT_HWRNG += frdm-kw41z phynode-kw41z usb-kw41z
Expand Down

0 comments on commit 8676f2e

Please sign in to comment.