12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CFLAGS += -DSTM32F070xB -DCFG_EXAMPLE_VIDEO_READONLY
 | |
| 
 | |
| LD_FILE = $(BOARD_PATH)/stm32F070rbtx_flash.ld
 | |
| 
 | |
| SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f070xb.s
 | |
| 
 | |
| # For flash-jlink target
 | |
| JLINK_DEVICE = stm32f070rb
 | |
| 
 | |
| # flash target using on-board stlink
 | |
| flash: flash-stlink
 | 
