aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/internal.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-12-18 19:11:17 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-12-23 22:15:25 -0500
commit6e8f28117b25a19c865b9ac8660c22339b2e2b76 (patch)
treee37fea89de43d846f9e726e71ca64f1aed54b096 /src/stm32/internal.h
parent4576b3918c09b1e4fc8b440459f62406c1addb21 (diff)
downloadkutter-6e8f28117b25a19c865b9ac8660c22339b2e2b76.tar.gz
kutter-6e8f28117b25a19c865b9ac8660c22339b2e2b76.tar.xz
kutter-6e8f28117b25a19c865b9ac8660c22339b2e2b76.zip
stm32: Initial support for stm32g0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/internal.h')
-rw-r--r--src/stm32/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32/internal.h b/src/stm32/internal.h
index 9c0da6c6..6101e0f2 100644
--- a/src/stm32/internal.h
+++ b/src/stm32/internal.h
@@ -12,6 +12,8 @@
#include "stm32f2xx.h"
#elif CONFIG_MACH_STM32F4
#include "stm32f4xx.h"
+#elif CONFIG_MACH_STM32G0
+#include "stm32g0xx.h"
#elif CONFIG_MACH_STM32H7
#include "stm32h7xx.h"
#endif