blob: 752bef8969081279043bc94382e69024a7405b56 [file] [log] [blame]
# ST Microelectronics STM32F303XC MCU
# Copyright (c) 2016 RnDity Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0
# The HAL expects STM32F302XC to be defined for both the xB and xC variants (only RAM- and Flash-
# size differ).
if SOC_STM32F303XB || SOC_STM32F303XC
config SOC
default "stm32f303xc"
config NUM_IRQS
default 82
endif # SOC_STM32F303XB || SOC_STM32F303XC