Two boards from Olimex are added: olimex_hmz144 with PIC32MZ2048EFM144 olimex_emz64.c with PIC32MZ2048EFH064 Both can be programmed with Segger JLINK probe using ICSP interface. (JTAG not tested but could also work but header is not mounted).
		
			
				
	
	
		
			6 lines
		
	
	
		
			89 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			89 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
JLINK_DEVICE=PIC32MZ2048EFH064
 | 
						|
JLINK_IF=ICSP
 | 
						|
 | 
						|
CFLAGS += \
 | 
						|
  -mprocessor=32MZ2048EFH064 \
 |