Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
# EFM32HG (Happy Gecko) MCU line
|
|
|
|
# Copyright (c) 2018 Marcio Montenegro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_EFM32HG
|
|
select ARM
|
|
select CPU_CORTEX_M0PLUS
|
|
select CPU_CORTEX_M_HAS_SYSTICK
|
|
select CPU_CORTEX_M_HAS_VTOR
|
|
select HAS_SILABS_GECKO
|
|
select SOC_GECKO_CMU
|
|
select SOC_GECKO_GPIO
|
|
select HAS_PM
|
|
select SOC_GECKO_SERIES0
|