Skip to content

Commit

Permalink
boards/efm32: provide CPU_FAM
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx authored and fjmolinas committed Feb 11, 2020
1 parent 03b6658 commit d6b478f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/ikea-tradfri/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efr32mg1p
CPU_MODEL = efr32mg1p132f256gm32

# Put defined MCU peripherals here (in alphabetical order)
Expand Down
1 change: 1 addition & 0 deletions boards/slstk3401a/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32pg1b
CPU_MODEL = efm32pg1b200f256gm48

# Put defined MCU peripherals here (in alphabetical order)
Expand Down
1 change: 1 addition & 0 deletions boards/slstk3402a/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32pg12b
CPU_MODEL = efm32pg12b500f1024gl125

# Put defined MCU peripherals here (in alphabetical order)
Expand Down
1 change: 1 addition & 0 deletions boards/sltb001a/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efr32mg1p
CPU_MODEL = efr32mg1p132f256gm48

# Put defined MCU peripherals here (in alphabetical order)
Expand Down
1 change: 1 addition & 0 deletions boards/slwstk6000b-slwrb4150a/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# HACK this should be deduced from the daughter board in 'common/slwstk6000b'
CPU_FAM = efr32mg1p
CPU_MODEL = efr32mg1p233f256gm48
include $(RIOTBOARD)/common/slwstk6000b/Makefile.features
1 change: 1 addition & 0 deletions boards/slwstk6000b-slwrb4162a/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# HACK this should be deduced from the daughter board in 'common/slwstk6000b'
CPU_FAM = efr32mg12p
CPU_MODEL = efr32mg12p332f1024gl125
include $(RIOTBOARD)/common/slwstk6000b/Makefile.features
1 change: 1 addition & 0 deletions boards/stk3600/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32lg
CPU_MODEL = efm32lg990f256

# Put defined MCU peripherals here (in alphabetical order)
Expand Down
1 change: 1 addition & 0 deletions boards/stk3700/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32gg
CPU_MODEL = efm32gg990f1024

# Put defined MCU peripherals here (in alphabetical order)
Expand Down

0 comments on commit d6b478f

Please sign in to comment.