stm32g0: add base, irqs, memorymap and current devices.

This commit is contained in:
Guillaume Revaillot
2019-01-23 19:00:51 +01:00
committed by Karl Palsson
parent 8a952d8476
commit b8d4b03722
9 changed files with 192 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@
# include <libopencm3/stm32/l1/nvic.h>
#elif defined(STM32L4)
# include <libopencm3/stm32/l4/nvic.h>
#elif defined(STM32G0)
# include <libopencm3/stm32/g0/nvic.h>
#elif defined(GD32F1X0)
# include <libopencm3/gd32/f1x0/nvic.h>