 d749597591
			
		
	
	d749597591
	
	
	
		
			
			This reads HID devices over host and then translates that to ASCII and sends it over CDC device.
		
			
				
	
	
		
			15 lines
		
	
	
		
			261 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			261 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CFLAGS += -DCPU_MIMXRT1062DVL6A
 | |
| MCU_VARIANT = MIMXRT1062
 | |
| 
 | |
| # For flash-jlink target
 | |
| JLINK_DEVICE = MIMXRT1062xxx6A
 | |
| 
 | |
| # For flash-pyocd target
 | |
| PYOCD_TARGET = mimxrt1060
 | |
| 
 | |
| BOARD_DEVICE_RHPORT_NUM = 1
 | |
| BOARD_HOST_RHPORT_NUM = 0
 | |
| 
 | |
| # flash using pyocd
 | |
| flash: flash-pyocd
 |