blob: 4ecf2f5ececd00891606884c71c50f471a16e7f8 [file] [log] [blame]
# Kconfig - ST Microelectronics STM32F103VE MCU
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F103XE
config SOC
string
default stm32f103xe
config SRAM_SIZE
default 64
config FLASH_SIZE
default 512
config NUM_IRQS
int
default 68
endif # SOC_STM32F103XE