[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/deluge/Blink burn, 1.8, 1.9
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Aug 25 09:49:17 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14951/apps/tests/deluge/Blink
Modified Files:
burn
Log Message:
Deluge T2 support for Epic. This includes support for at45db161d and some refactoring and cleaning.
Index: burn
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink/burn,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** burn 19 May 2008 21:25:08 -0000 1.8
--- burn 25 Aug 2008 16:48:45 -0000 1.9
***************
*** 23,27 ****
echo " <port> /dev/ttyUSB0"
echo " <comm_port> /dev/ttyUSB1"
! echo " <platform> micaz, telosb or iris"
exit 2
fi
--- 23,27 ----
echo " <port> /dev/ttyUSB0"
echo " <comm_port> /dev/ttyUSB1"
! echo " <platform> micaz, telosb, iris or epic"
exit 2
fi
***************
*** 36,40 ****
fi
! if [ ${PLATFORM} != 'micaz' -a ${PLATFORM} != 'telosb' -a ${PLATFORM} != 'iris' ]; then
echo "\"${PLATFORM}\" is not a supported platform"
exit 2
--- 36,40 ----
fi
! if [ ${PLATFORM} != 'micaz' -a ${PLATFORM} != 'telosb' -a ${PLATFORM} != 'iris' -a ${PLATFORM} != 'epic' ]; then
echo "\"${PLATFORM}\" is not a supported platform"
exit 2
***************
*** 53,57 ****
then
CFLAGS=-DDELUGE_BASESTATION make ${PLATFORM} install mib510,${PPORT}
! elif [ $PLATFORM == 'telosb' ]
then
CFLAGS=-DDELUGE_BASESTATION make ${PLATFORM} install bsl,${PPORT}
--- 53,57 ----
then
CFLAGS=-DDELUGE_BASESTATION make ${PLATFORM} install mib510,${PPORT}
! elif [ $PLATFORM == 'telosb' -o $PLATFORM == 'epic' ]
then
CFLAGS=-DDELUGE_BASESTATION make ${PLATFORM} install bsl,${PPORT}
More information about the Tinyos-2-commits
mailing list