mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/efm32: provide CPU_FAM
This commit is contained in:
parent
03b6658721
commit
d6b478f607
@ -1,4 +1,5 @@
|
||||
CPU = efm32
|
||||
CPU_FAM = efr32mg1p
|
||||
CPU_MODEL = efr32mg1p132f256gm32
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
|
@ -1,4 +1,5 @@
|
||||
CPU = efm32
|
||||
CPU_FAM = efm32pg1b
|
||||
CPU_MODEL = efm32pg1b200f256gm48
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
|
@ -1,4 +1,5 @@
|
||||
CPU = efm32
|
||||
CPU_FAM = efm32pg12b
|
||||
CPU_MODEL = efm32pg12b500f1024gl125
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
|
@ -1,4 +1,5 @@
|
||||
CPU = efm32
|
||||
CPU_FAM = efr32mg1p
|
||||
CPU_MODEL = efr32mg1p132f256gm48
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
|
@ -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,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,4 +1,5 @@
|
||||
CPU = efm32
|
||||
CPU_FAM = efm32lg
|
||||
CPU_MODEL = efm32lg990f256
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
|
@ -1,4 +1,5 @@
|
||||
CPU = efm32
|
||||
CPU_FAM = efm32gg
|
||||
CPU_MODEL = efm32gg990f1024
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
|
Loading…
Reference in New Issue
Block a user