1# ST Microelectronics STM32L476RG MCU 2 3# Copyright (c) 2018 Allterco Robotics 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_STM32L471XX 7 8config SOC 9 default "stm32l471xx" 10 11config NUM_IRQS 12 default 82 13 14endif # SOC_STM32L471XX 15