[Tinyos-2-commits] CVS: tinyos-2.x/support/make iris.target, 1.3, 1.4 micaz.target, 1.5, 1.6
Janos Sallai
sallai at users.sourceforge.net
Wed Jul 9 08:36:53 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX TimeSyncMessageP.nc, 1.1, 1.2 TimeSyncMessageC.nc, 1.1, 1.2 PacketStampP.nc, 1.1, 1.2 PacketStampC.nc, 1.1, 1.2 LocalTimeP.nc, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/transmit CC2420TransmitP.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3098
Modified Files:
iris.target micaz.target
Log Message:
added channel selection support to makefiles for micaz and iris
Index: iris.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/iris.target,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** iris.target 6 Nov 2007 21:43:03 -0000 1.3
--- iris.target 9 Jul 2008 15:36:50 -0000 1.4
***************
*** 21,24 ****
--- 21,29 ----
AVR_FUSE_H ?= 0xd9
AVR_FUSE_L ?= 0xff
+
+ ifdef RF230_CHANNEL
+ PFLAGS += -DRF230_DEF_CHANNEL=$(RF230_CHANNEL)
+ endif
+
$(call TOSMake_include_platform,avr)
Index: micaz.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/micaz.target,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** micaz.target 6 Nov 2007 19:32:56 -0000 1.5
--- micaz.target 9 Jul 2008 15:36:50 -0000 1.6
***************
*** 12,18 ****
PROGRAMMER_PART ?= -dpart=ATmega128 --wr_fuse_e=ff
endif
!
AVR_FUSE_H ?= 0xd9
$(call TOSMake_include_platform,avr)
--- 12,22 ----
PROGRAMMER_PART ?= -dpart=ATmega128 --wr_fuse_e=ff
endif
!
AVR_FUSE_H ?= 0xd9
+ ifdef CC2420_CHANNEL
+ PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
+ endif
+
$(call TOSMake_include_platform,avr)
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX TimeSyncMessageP.nc, 1.1, 1.2 TimeSyncMessageC.nc, 1.1, 1.2 PacketStampP.nc, 1.1, 1.2 PacketStampC.nc, 1.1, 1.2 LocalTimeP.nc, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/transmit CC2420TransmitP.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list