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:
Benoit Leforestier 2018-11-07 14:53:03 +01:00 committed by Kumar Gala
commit 270ec15482
6 changed files with 30 additions and 8 deletions

View file

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