zephyr/soc/arm/st_stm32/stm32g0/Kconfig.defconfig.stm32g070xx
Eric Hay 31fca27d83 soc: arm: stm32g0: Set IRQs to 30 for stm32g070 series
The number of IRQs for the g070 is 30, not 32.

Signed-off-by: Eric Hay <EHay@sierrawireless.com>
2020-10-09 11:49:39 +02:00

17 lines
235 B
Plaintext

# STMicroelectronics STM32G070xx MCU
# Copyright (c) 2019 Sierra Wireless
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32G070XX
config SOC
string
default "stm32g070xx"
config NUM_IRQS
int
default 30
endif # SOC_STM32G070XX