6 lines
221 B
Makefile
6 lines
221 B
Makefile
|
MCU_SERIES = wb
|
||
|
CMSIS_MCU = STM32WB55xx
|
||
|
AF_FILE = boards/stm32wb55_af.csv
|
||
|
LD_FILES = boards/stm32wb55xg.ld boards/common_basic.ld
|
||
|
STARTUP_FILE = lib/stm32lib/CMSIS/STM32WBxx/Source/Templates/gcc/startup_stm32wb55xx_cm4.o
|