Skip to content

Commit

Permalink
teensy31: Clean up Makefile.features
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed May 22, 2018
1 parent a6c30ab commit 31cf342
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions boards/teensy31/Makefile.features
@@ -1,11 +1,13 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

include $(RIOTCPU)/cortexm_common/Makefile.features
include $(RIOTCPU)/kinetis/Makefile.features
# No HWRNG in MK20D7 devices
FEATURES_PROVIDED := $(filter-out periph_hwrng,$(FEATURES_PROVIDED))

0 comments on commit 31cf342

Please sign in to comment.