11 lines
		
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
CPU_CORE = cortex-m33
 | 
						|
MCU_VARIANT = ra6m5
 | 
						|
 | 
						|
# For flash-jlink target
 | 
						|
JLINK_DEVICE = R7FA6M5BH
 | 
						|
 | 
						|
# Port 1 is highspeed
 | 
						|
PORT ?= 1
 | 
						|
 | 
						|
flash: flash-jlink
 |