1# ST Microelectronics STM32F303XC MCU
2
3# Copyright (c) 2020 Paul M. Bendixen
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_STM32F303XE
7
8config SOC
9	default "stm32f303xe"
10
11config NUM_IRQS
12	default 85
13
14endif # SOC_STM32F303XE
15