summaryrefslogtreecommitdiff
path: root/chip/stm32/config_chip.h
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2020-03-31 17:41:32 -0700
committerCommit Bot <commit-bot@chromium.org>2020-07-29 03:49:06 +0000
commitad2d43937e22bea80e42af692c1593d928828ae4 (patch)
tree6f25a60ed31fb0dbf6c73ac34178f86d9196a1ec /chip/stm32/config_chip.h
parentdea20bc5f83286287abfd3c219391f44a2e5122a (diff)
downloadchrome-ec-ad2d43937e22bea80e42af692c1593d928828ae4.tar.gz
stm32g4: Add config-chip for stm32g41xb
This CL adds config-chip for stm32g41xb variant of the stm32g4 chip family. BUG=148493929 BRANCH=None TEST=verfied that the GPIO, clocks, and EC console over LPUART Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I418179153b631e2d7abb597fbf77374f94c4c501 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2195543 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@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 441e261420..35acf94c82 100644
--- a/chip/stm32/config_chip.h
+++ b/chip/stm32/config_chip.h
@@ -59,6 +59,8 @@
#include "config-stm32f03x.h"
#elif defined(CHIP_VARIANT_STM32H7X3)
#include "config-stm32h7x3.h"
+#elif defined(CHIP_VARIANT_STM32G431XB)
+#include "config-stm32g41xb.h"
#else
#error "Unsupported chip variant"
#endif