[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr mib510.extra, 1.7, 1.8
Janos Sallai
sallai at users.sourceforge.net
Mon Jan 26 11:40:48 PST 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/chips/rf230 RF230ActiveMessageC.nc, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioConfig.nc, NONE, 1.1 MessageBufferLayerC.nc, 1.1, 1.2 MessageBufferLayerP.nc, 1.3, 1.4 RF230ActiveMessageC.nc, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24661
Modified Files:
mib510.extra
Log Message:
fix for cygwin/avrdude to work with ports above com9
Index: mib510.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/mib510.extra,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mib510.extra 18 Jun 2008 20:22:51 -0000 1.7
--- mib510.extra 26 Jan 2009 19:40:38 -0000 1.8
***************
*** 6,9 ****
--- 6,13 ----
endif
+ ifeq ($(shell [ -f /bin/cygwin1.dll ] && echo cygwin),cygwin)
+ MIB510 := '\\.\$(MIB510)'
+ endif
+
PROGRAM = mib510
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/chips/rf230 RF230ActiveMessageC.nc, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioConfig.nc, NONE, 1.1 MessageBufferLayerC.nc, 1.1, 1.2 MessageBufferLayerP.nc, 1.3, 1.4 RF230ActiveMessageC.nc, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list