14 lines
		
	
	
		
			360 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			360 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
CFLAGS += \
 | 
						|
  -DSTM32L476xx \
 | 
						|
 | 
						|
# GCC
 | 
						|
GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l476xx.s
 | 
						|
GCC_LD_FILE = $(BOARD_PATH)/STM32L476VGTx_FLASH.ld
 | 
						|
 | 
						|
# IAR
 | 
						|
IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32l476xx.s
 | 
						|
IAR_LD_FILE = $(ST_CMSIS)/Source/Templates/iar/linker/stm32l476xx_flash.icf
 | 
						|
 | 
						|
# For flash-jlink target
 | 
						|
JLINK_DEVICE = stm32l476vg
 |