15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
# Copyright (c) 2019 Antony Pavlov <antonynpavlov@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F030X4
|
|
|
|
# STM32F0 Cube package advises to use 'stm32f030x6' code
|
|
# for both STM32F030x4 and STM32F030x6 SoC variants.
|
|
config SOC
|
|
default "stm32f030x6"
|
|
|
|
config NUM_IRQS
|
|
default 29
|
|
|
|
endif # SOC_STM32F030X4
|