summaryrefslogtreecommitdiff
path: root/chip/stm32/config_chip.h
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2021-02-07 13:23:52 -0800
committerCommit Bot <commit-bot@chromium.org>2021-03-04 21:18:12 +0000
commite76187c9bf5a891992cc6cab05a6b626d7046208 (patch)
treeea0bf0a5c7bf207e5ea4add4ea23268da627109d /chip/stm32/config_chip.h
parent22c4439064728d0d83e708724c3f3da5fd5e65b3 (diff)
downloadchrome-ec-e76187c9bf5a891992cc6cab05a6b626d7046208.tar.gz
stm32g4: Add support for stm32g473xc variant
This CL adds the stm32g473xc variant to the STM32G4 family. The primary change is that the internal flash is increased from 128 to 256kB. In addition, the stm32g431xb flash size is set back to its actual value of 128kB. BUG=b:167462264 BRANCH=None TEST=make -j BOARD=quiche Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I163b6044d48425c70f9e6c5d7e352d5c1dd7df72 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2682783 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'chip/stm32/config_chip.h')
-rw-r--r--chip/stm32/config_chip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/stm32/config_chip.h b/chip/stm32/config_chip.h
index 35acf94c82..816737731f 100644
--- a/chip/stm32/config_chip.h
+++ b/chip/stm32/config_chip.h
@@ -61,6 +61,8 @@
#include "config-stm32h7x3.h"
#elif defined(CHIP_VARIANT_STM32G431XB)
#include "config-stm32g41xb.h"
+#elif defined(CHIP_VARIANT_STM32G473XC)
+#include "config-stm32g473xc.h"
#else
#error "Unsupported chip variant"
#endif