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

@@ -22,6 +22,8 @@
# include "../stm32/g4/vector_nvic.c"
#elif defined(STM32H7)
# include "../stm32/h7/vector_nvic.c"
#elif defined(STM32U5)
# include "../stm32/u5/vector_nvic.c"
#elif defined(GD32F1X0)
# include "../gd32/f1x0/vector_nvic.c"