1
0
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:
Bas Stottelaar 2020-02-04 20:58:21 +01:00 committed by Francisco Molina
parent 03b6658721
commit d6b478f607
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
8 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efr32mg1p
CPU_MODEL = efr32mg1p132f256gm32
# Put defined MCU peripherals here (in alphabetical order)

View File

@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32pg1b
CPU_MODEL = efm32pg1b200f256gm48
# Put defined MCU peripherals here (in alphabetical order)

View File

@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32pg12b
CPU_MODEL = efm32pg12b500f1024gl125
# Put defined MCU peripherals here (in alphabetical order)

View File

@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efr32mg1p
CPU_MODEL = efr32mg1p132f256gm48
# Put defined MCU peripherals here (in alphabetical order)

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32lg
CPU_MODEL = efm32lg990f256
# Put defined MCU peripherals here (in alphabetical order)

View File

@ -1,4 +1,5 @@
CPU = efm32
CPU_FAM = efm32gg
CPU_MODEL = efm32gg990f1024
# Put defined MCU peripherals here (in alphabetical order)