14 lines
		
	
	
		
			299 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			299 B
		
	
	
	
		
			INI
		
	
	
	
| # SPDX-License-Identifier: GPL-2.0-or-later
 | |
| 
 | |
| #
 | |
| # Texas Instruments XDS100 ver 3.0
 | |
| #
 | |
| # http://processors.wiki.ti.com/index.php/XDS100
 | |
| #
 | |
| 
 | |
| # Version 3.0 is the same as 2.0 as far as OpenOCD is concerned
 | |
| source [find interface/ftdi/xds100v2.cfg]
 | |
| 
 | |
| # The USB ids are different.
 | |
| ftdi vid_pid 0x0403 0xa6d1
 |