Skip to content
Snippets Groups Projects
Commit d6f8cdf6 authored by Bas Stottelaar's avatar Bas Stottelaar
Browse files

boards: sltb001a + ikea_tradfri: adapt to new efm32 cpu

parent 8f12b989
No related branches found
No related tags found
No related merge requests found
# tell the Makefile.base which module to build
MODULE = board MODULE = board
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
...@@ -2,4 +2,4 @@ ifneq (,$(filter saul_default,$(USEMODULE))) ...@@ -2,4 +2,4 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio USEMODULE += saul_gpio
endif endif
include $(RIOTCPU)/efr32mg1p/Makefile.dep include $(RIOTCPU)/efm32/Makefile.dep
...@@ -9,4 +9,4 @@ FEATURES_PROVIDED += periph_uart ...@@ -9,4 +9,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2 FEATURES_MCU_GROUP = cortex_m4_2
include $(RIOTCPU)/efr32mg1p/Makefile.features include $(RIOTCPU)/efm32/Makefile.features
# define the cpu used by ikea-tradfri # define the cpu used by ikea-tradfri
export CPU = efr32mg1p export CPU = efm32
export CPU_MODEL = efr32mg1p132f256gm32 export CPU_MODEL = efr32mg1p132f256gm32
# set default port depending on operating system # set default port depending on operating system
......
# tell the Makefile.base which module to build
MODULE = board MODULE = board
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
...@@ -7,4 +7,4 @@ endif ...@@ -7,4 +7,4 @@ endif
# i2c is required for environmental sensors # i2c is required for environmental sensors
USEMODULE += periph_i2c USEMODULE += periph_i2c
include $(RIOTCPU)/efr32mg1p/Makefile.dep include $(RIOTCPU)/efm32/Makefile.dep
...@@ -11,4 +11,4 @@ FEATURES_PROVIDED += periph_uart ...@@ -11,4 +11,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2 FEATURES_MCU_GROUP = cortex_m4_2
include $(RIOTCPU)/efr32mg1p/Makefile.features include $(RIOTCPU)/efm32/Makefile.features
# define the cpu used by SLTB001A # define the cpu used by SLTB001A
export CPU = efr32mg1p export CPU = efm32
export CPU_MODEL = efr32mg1p132f256gm48 export CPU_MODEL = efr32mg1p132f256gm48
# set default port depending on operating system # set default port depending on operating system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment