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

boards: sltb001a + ikea_tradfri: adapt to new efm32 cpu

This commit is contained in:
Bas Stottelaar 2017-11-29 19:54:49 +01:00
parent 8f12b9896f
commit d6f8cdf634
8 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,3 @@
# tell the Makefile.base which module to build
MODULE = board
include $(RIOTBASE)/Makefile.base

View File

@ -2,4 +2,4 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
include $(RIOTCPU)/efr32mg1p/Makefile.dep
include $(RIOTCPU)/efm32/Makefile.dep

View File

@ -9,4 +9,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2
include $(RIOTCPU)/efr32mg1p/Makefile.features
include $(RIOTCPU)/efm32/Makefile.features

View File

@ -1,5 +1,5 @@
# define the cpu used by ikea-tradfri
export CPU = efr32mg1p
export CPU = efm32
export CPU_MODEL = efr32mg1p132f256gm32
# set default port depending on operating system

View File

@ -1,4 +1,3 @@
# tell the Makefile.base which module to build
MODULE = board
include $(RIOTBASE)/Makefile.base

View File

@ -7,4 +7,4 @@ endif
# i2c is required for environmental sensors
USEMODULE += periph_i2c
include $(RIOTCPU)/efr32mg1p/Makefile.dep
include $(RIOTCPU)/efm32/Makefile.dep

View File

@ -11,4 +11,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2
include $(RIOTCPU)/efr32mg1p/Makefile.features
include $(RIOTCPU)/efm32/Makefile.features

View File

@ -1,5 +1,5 @@
# define the cpu used by SLTB001A
export CPU = efr32mg1p
export CPU = efm32
export CPU_MODEL = efr32mg1p132f256gm48
# set default port depending on operating system