25 lines
337 B
Plaintext
25 lines
337 B
Plaintext
# ST STM32F407XX MCU configuration options
|
|
|
|
# Copyright (c) 2016 Linaro Limited.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F407XE
|
|
|
|
config SOC
|
|
default "stm32f407xx"
|
|
|
|
config NUM_IRQS
|
|
default 82
|
|
|
|
endif # SOC_STM32F407XE
|
|
|
|
if SOC_STM32F407XG
|
|
|
|
config SOC
|
|
default "stm32f407xx"
|
|
|
|
config NUM_IRQS
|
|
default 82
|
|
|
|
endif # SOC_STM32F407XG
|