stm32g4: Add basic support
* memorymap * vectors * rcc * gpios * makefiles * devices for linker script generation * doc structure
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
# include "../stm32/l4/vector_nvic.c"
|
||||
#elif defined(STM32G0)
|
||||
# include "../stm32/g0/vector_nvic.c"
|
||||
#elif defined(STM32G4)
|
||||
# include "../stm32/g4/vector_nvic.c"
|
||||
#elif defined(STM32H7)
|
||||
# include "../stm32/h7/vector_nvic.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user