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

@@ -24,7 +24,7 @@ STYLECHECKFLAGS := --no-tree -f --terse --mailback
TARGETS ?= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \
stm32/l0 stm32/l1 stm32/l4 \
stm32/g0 \
stm32/g0 stm32/g4 \
stm32/h7 \
gd32/f1x0 \
lpc13xx lpc17xx lpc43xx/m4 lpc43xx/m0 \