[Tinyos-commits] CVS: tinyos-1.x/tools/make/pxa27x jtag.extra, 1.3, 1.4

Robbie Adler radler at users.sourceforge.net
Mon Jun 13 12:54:00 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29257

Modified Files:
	jtag.extra 
Log Message:
Fix JTAG dongle selection syntax for non-INTEL dongles


Index: jtag.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pxa27x/jtag.extra,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** jtag.extra	11 Jun 2005 01:26:10 -0000	1.3
--- jtag.extra	13 Jun 2005 19:53:43 -0000	1.4
***************
*** 4,14 ****
  PROGRAM = jtag
  
! ifndef PXA27X_JTAG
! PXA27X_JTAG = c:/nordheim/xflash/xflash.exe
! endif
! 
! ifndef PXA27X_JTAG_DEV
! PXA27X_JTAG_DEV = "\"JTAG CPU\""
! endif
  
  program: FORCE
--- 4,9 ----
  PROGRAM = jtag
  
! PXA27X_JTAG ?= c:/nordheim/xflash/xflash.exe
! PXA27X_JTAG_DEV ?= "JTAG CPU"
  
  program: FORCE



More information about the Tinyos-commits mailing list