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

View File

@@ -16,6 +16,8 @@
# include <libopencmsis/stm32/l1/irqhandlers.h>
#elif defined(STM32L4)
# include <libopencmsis/stm32/l4/irqhandlers.h>
#elif defined(STM32G0)
# include <libopencmsis/stm32/l4/irqhandlers.h>
#elif defined(GD32F1X0)
# include <libopencmsis/gd32/f1x0/irqhandlers.h>