mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
|
||||
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…
Reference in New Issue
Block a user