board: Add support of STM32F143xG SOC
The only difference between the F413xH and F413xG is flash memory size. STMF413xH: 1536 Kbytes STMF413xG: 1024 Kbytes Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com>
This commit is contained in:
parent
602e08c69a
commit
270ec15482
6 changed files with 30 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
# Kconfig - ST STM32F413XH MCU configuration options
|
||||
# Kconfig - ST STM32F413XX MCU configuration options
|
||||
#
|
||||
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_STM32F413XH
|
||||
if SOC_STM32F413XX
|
||||
|
||||
config SOC
|
||||
string
|
||||
|
@ -32,4 +32,4 @@ config ENTROPY_STM32_RNG
|
|||
|
||||
endif # ENTROPY_GENERATOR
|
||||
|
||||
endif # SOC_STM32F413XH
|
||||
endif # SOC_STM32F413XX
|
||||
|
|
|
@ -27,8 +27,8 @@ config SOC_STM32F412CG
|
|||
config SOC_STM32F412ZG
|
||||
bool "STM32F412ZG"
|
||||
|
||||
config SOC_STM32F413XH
|
||||
bool "STM32F413XH"
|
||||
config SOC_STM32F413XX
|
||||
bool "STM32F413XX"
|
||||
|
||||
config SOC_STM32F417XE
|
||||
bool "STM32F417XE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue