arm: Support for new STM32F4 socs (STM32F407 and STM32F429)
In order to support the discovery STM32F4 and STM32F429 boards, it is necessary to make these socs available. Change-Id: I351d294fb02c4385f291a6e258a3f7d81e85627e Signed-off-by: Gustavo Denardin <gustavo.denardin@gmail.com>
This commit is contained in:
parent
bf2d34ba30
commit
3fdfcfc94f
4 changed files with 66 additions and 0 deletions
24
arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx
Normal file
24
arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Kconfig - ST STM32F429XX MCU configuration options
|
||||
#
|
||||
# Copyright (c) 2016 Linaro Limited.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_STM32F429XX
|
||||
|
||||
config SOC
|
||||
string
|
||||
default stm32f429xx
|
||||
|
||||
config SRAM_SIZE
|
||||
default 256
|
||||
|
||||
config FLASH_SIZE
|
||||
default 2048
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 85
|
||||
|
||||
endif # SOC_STM32F429XX
|
Loading…
Add table
Add a link
Reference in a new issue