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
|
@ -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