stm32g4: Add basic support

* memorymap
* vectors
* rcc
* gpios
* makefiles
* devices for linker script generation
* doc structure
This commit is contained in:
Karl Palsson
2020-04-09 23:29:00 +00:00
parent 57373b3413
commit 4e70d06d63
16 changed files with 1342 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
# setup TARGETS if not set for legacy and ease of debug.
TARGETS ?= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 stm32/h7 \
stm32/l0 stm32/l1 stm32/l4 \
stm32/g0 \
stm32/g0 stm32/g4 \
gd32/f1x0 \
efm32/g efm32/gg efm32/hg efm32/lg efm32/tg \
efm32/wg efm32/ezr32wg \

1
doc/stm32g4/doxy.custom Normal file
View File

@@ -0,0 +1 @@
PREDEFINED += __ARM_ARCH_7EM__