Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
# EFM32GG11B (Giant Gecko) MCU line
|
|
# Copyright (c) 2019 Interay Solutions B.V.
|
|
# Copyright (c) 2019 Oane Kingma
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_EFM32GG11B
|
|
select ARM
|
|
select HAS_SILABS_GECKO
|
|
select HAS_SWO
|
|
select CPU_CORTEX_M4
|
|
select CPU_HAS_FPU
|
|
select CPU_HAS_ARM_MPU
|
|
select SOC_GECKO_HAS_INDIVIDUAL_PIN_LOCATION
|
|
select SOC_GECKO_HAS_HFRCO_FREQRANGE
|
|
select SOC_GECKO_CMU
|
|
select SOC_GECKO_EMU
|
|
select SOC_GECKO_GPIO
|
|
select SOC_GECKO_TRNG
|
|
select SOC_GECKO_SERIES1
|