08a39c37dd
Add the STM32H735G discovery kit to the available boards. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
# ST STM32H723X MCU configuration options
|
|
|
|
# Copyright (c) 2021 SILA Embedded Solutions GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32H735XX
|
|
|
|
config SOC
|
|
default "stm32h735xx"
|
|
|
|
config NUM_IRQS
|
|
default 163
|
|
|
|
endif # SOC_STM32H735XX
|