Austin Schuh | 41baf20 | 2022-01-01 14:33:40 -0800 | [diff] [blame^] | 1 | CFLAGS += \ |
2 | -DSTM32L476xx \ | ||||
3 | |||||
4 | # All source paths should be relative to the top level. | ||||
5 | LD_FILE = $(BOARD_PATH)/STM32L476VGTx_FLASH.ld | ||||
6 | |||||
7 | SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l476xx.s | ||||
8 | |||||
9 | # For flash-jlink target | ||||
10 | JLINK_DEVICE = stm32l476vg |