[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/deluge/GoldenImage GoldenImageAppC.nc, 1.1, 1.2 Makefile, 1.4, 1.5 README.txt, 1.3, 1.4
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Jan 19 15:04:30 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/GoldenImage
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv576
Modified Files:
GoldenImageAppC.nc Makefile README.txt
Log Message:
Enable the Leds and the DELUGE_LIGHT_BASESTATION setting for GoldenImage.
Index: GoldenImageAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/GoldenImage/GoldenImageAppC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GoldenImageAppC.nc 26 Jun 2008 18:30:22 -0000 1.1
--- GoldenImageAppC.nc 19 Jan 2009 23:04:28 -0000 1.2
***************
*** 30,33 ****
--- 30,36 ----
{
components DelugeC;
+ components LedsC;
+
+ DelugeC.Leds -> LedsC;
}
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/GoldenImage/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 26 Jun 2008 18:30:22 -0000 1.4
--- Makefile 19 Jan 2009 23:04:28 -0000 1.5
***************
*** 2,7 ****
BOOTLOADER=tosboot
! #CFLAGS += -DDELUGE_BASESTATION
! #CFLAGS += -DDELUGE_LIGHT_BASESTATION
include $(MAKERULES)
--- 2,6 ----
BOOTLOADER=tosboot
! CFLAGS+=-DDELUGE_LIGHT_BASESTATION
include $(MAKERULES)
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/GoldenImage/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.txt 28 Jun 2008 00:49:48 -0000 1.3
--- README.txt 19 Jan 2009 23:04:28 -0000 1.4
***************
*** 8,17 ****
This is a sample application for Deluge T2. The application is similar
! to Null, but it includes Deluge T2.
!
! To program a basestation (a mote which can accept images over the
! serial port) you have to add CFLAGS=-DDELUGE_BASESTATION to the make
! command. For telosb this might look like this:
! CFLAGS=-DDELUGE_BASESTATION make telosb install bsl,/dev/ttyUSB0
Prerequisites:
--- 8,14 ----
This is a sample application for Deluge T2. The application is similar
! to Null, but it includes Deluge T2. The Makefile includes the
! DELUGE_LIGHT_BASESTATION flag to allow the nodes to be pinged using
! tos-deluge.
Prerequisites:
More information about the Tinyos-2-commits
mailing list