STM32F439 SoC is an STM32F429 with an integrated crypto/hash processor providing hardware acceleration for encryption (AES and TDES) and hash (MD5, SHA-1 and SHA-2). Signed-off-by: Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>
11 lines
232 B
Text
11 lines
232 B
Text
# ST STM32F439XX MCU configuration options
|
|
|
|
# Copyright (c) 2025 Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F439XX
|
|
|
|
config NUM_IRQS
|
|
default 91
|
|
|
|
endif # SOC_STM32F439XX
|