soc: arm: st_stm32: add support for stm32h7b0xx and stm32h7b0xxQ
Add Kconfig SoC configurations. Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
This commit is contained in:
parent
c56bfb9d06
commit
63ceeb3bba
2 changed files with 25 additions and 0 deletions
15
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7b0xx
Normal file
15
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7b0xx
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ST STM32H7B0XX MCU configuration options
|
||||
|
||||
# Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32H7B0XX || SOC_STM32H7B0XXQ
|
||||
|
||||
config SOC
|
||||
default "stm32h7b0xxQ" if SOC_STM32H7B0XXQ
|
||||
default "stm32h7b0xx" if SOC_STM32H7B0XX
|
||||
|
||||
config NUM_IRQS
|
||||
default 155
|
||||
|
||||
endif # SOC_STM32H7B0XX || SOC_STM32H7B0XXQ
|
|
@ -73,6 +73,16 @@ config SOC_STM32H7A3XXQ
|
|||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
config SOC_STM32H7B0XX
|
||||
bool "STM32H7B0XX"
|
||||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
config SOC_STM32H7B0XXQ
|
||||
bool "STM32H7B0XXQ"
|
||||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
config SOC_STM32H7B3XX
|
||||
bool "STM32H7B3XX"
|
||||
select CPU_CORTEX_M7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue