zephyr/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.stm32f105xc

17 lines
242 B
Plaintext

# ST Microelectronics STM32F105XC MCU
# Copyright (c) 2019 Argentum Systems Ltd.
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F105XC
config SOC
string
default "stm32f105xc"
config NUM_IRQS
int
default 68
endif # SOC_STM32F105XC