Added device family to linker generator

This commit is contained in:
Mateusz Myalski
2024-10-07 18:16:41 +02:00
committed by Piotr Esden-Tempski
parent b7fcf025e7
commit 6bcdb117b7
3 changed files with 7 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
# include <libopencm3/stm32/g4/nvic.h>
#elif defined(STM32H7)
# include <libopencm3/stm32/h7/nvic.h>
#elif defined(STM32U5)
# include <libopencm3/stm32/u5/nvic.h>
#elif defined(GD32F1X0)
# include <libopencm3/gd32/f1x0/nvic.h>