This chip shares its design with STM32F469, but with an added cryptography accelerator. Signed-off-by: Christopher Cichiwskyj <cichiwskyj@gmail.com>
11 lines
200 B
Text
11 lines
200 B
Text
# ST STM32F479XI MCU configuration options
|
|
|
|
# Copyright (c) 2025 Christopher Cichiwskyj
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F479XX
|
|
|
|
config NUM_IRQS
|
|
default 93
|
|
|
|
endif # SOC_STM32F479XX
|