boards/frdm-k64f: hack disable periph_hwrng as it crashes
Use the same disable as in `frdm-kw41z`.
This commit is contained in:
parent
215d5cdc1c
commit
8f9c629aaf
@ -12,3 +12,6 @@ FEATURES_PROVIDED += periph_uart
|
|||||||
FEATURES_MCU_GROUP = cortex_m4_1
|
FEATURES_MCU_GROUP = cortex_m4_1
|
||||||
|
|
||||||
include $(RIOTCPU)/kinetis/Makefile.features
|
include $(RIOTCPU)/kinetis/Makefile.features
|
||||||
|
# HACK the board currently uses the wrong hwrng register
|
||||||
|
# Remove this line when fixed
|
||||||
|
FEATURES_PROVIDED := $(filter-out periph_hwrng,$(FEATURES_PROVIDED))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user