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>
28 lines
357 B
Text
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
|