2020-06-18 16:02:27 +02:00
|
|
|
# Copyright (c) 2020 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
|
|
|
|
config CPU_FAM_EFM32PG12B
|
|
|
|
bool
|
|
|
|
select CPU_CORE_CORTEX_M4F
|
|
|
|
select CPU_COMMON_EFM32
|
2020-01-12 22:55:50 +01:00
|
|
|
select CPU_EFM32_SERIES1
|
2021-09-28 19:39:48 +02:00
|
|
|
|
2020-06-18 16:02:27 +02:00
|
|
|
## CPU Models
|
|
|
|
config CPU_MODEL_EFM32PG12B500F1024IM48
|
|
|
|
bool
|
|
|
|
select CPU_FAM_EFM32PG12B
|
|
|
|
|
|
|
|
config CPU_MODEL_EFM32PG12B500F1024IL125
|
|
|
|
bool
|
|
|
|
select CPU_FAM_EFM32PG12B
|
|
|
|
|
|
|
|
config CPU_MODEL_EFM32PG12B500F1024GL125
|
|
|
|
bool
|
|
|
|
select CPU_FAM_EFM32PG12B
|
|
|
|
|
|
|
|
config CPU_MODEL_EFM32PG12B500F1024GM48
|
|
|
|
bool
|
|
|
|
select CPU_FAM_EFM32PG12B
|
|
|
|
|
|
|
|
## Common CPU symbols
|
|
|
|
config CPU_FAM
|
|
|
|
default "efm32pg12b" if CPU_FAM_EFM32PG12B
|
|
|
|
|
|
|
|
config CPU_MODEL
|
|
|
|
default "efm32pg12b500f1024im48" if CPU_MODEL_EFM32PG12B500F1024IM48
|
|
|
|
default "efm32pg12b500f1024il125" if CPU_MODEL_EFM32PG12B500F1024IL125
|
|
|
|
default "efm32pg12b500f1024gl125" if CPU_MODEL_EFM32PG12B500F1024GL125
|
|
|
|
default "efm32pg12b500f1024gm48" if CPU_MODEL_EFM32PG12B500F1024GM48
|