zephyr/arch/arm/soc/st_stm32/stm32f3/Kconfig.defconfig.stm32f373xc
Erwan Gouriou 8890b73b6e license: Replace Apache boilerplate with SPDX tag
Apply JIRA: ZEP-1457 to STM32F3X family porting patchset.

Change-Id: I352267a47847143e557a4016de12bb9a14a20067
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-01-23 15:15:53 -06:00

28 lines
357 B
Text

# Kconfig - ST Microelectronics STM32F373XC MCU
#
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F373XC
config SOC
string
default stm32f373xc
config SRAM_SIZE
default 32
config FLASH_SIZE
default 256
config FLASH_PAGE_SIZE
hex
default 0x800
config NUM_IRQS
int
default 82
endif # SOC_STM32F373XC