|
From: Lin Gu <li...@us...> - 2005-04-19 19:53:57
|
Update of /cvsroot/vert/shamrock/src/app/mag/mag.stand-alone In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28550/src/app/mag/mag.stand-alone Modified Files: Makefile README Log Message: Updated Index: README =================================================================== RCS file: /cvsroot/vert/shamrock/src/app/mag/mag.stand-alone/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 18 Apr 2005 00:23:30 -0000 1.1.1.1 --- README 19 Apr 2005 19:53:46 -0000 1.2 *************** *** 2,6 **** Author/Contact: Lin Gu / li...@cs... ! Description: - Magnetic sensing --- 2,31 ---- Author/Contact: Lin Gu / li...@cs... ! This is a stand-alone application testing the magnetic sensing algorithm. ! ! ! Configuration: ! This application depends on some modules which do not exist in the TinyOS source tree. Hence, please configure it before compiling and running the application. ! ! 1. Set up the SHAMROCKDIR environment variable to the path where the shamrock directory is, e.g.: ! ! export SHAMROCKDIR=/usr/src/shamrock ! ! 2. Set up the TOSMAKE_PATH environment variable as follows: ! ! export TOSMAKE_PATH=$SHAMROCKDIR/src/sys/arch/xsm ! ! 3. Run "configenv" in the $SHAMROCKDIR directory, e.g., ! ! cd $SHAMROCK ! ./configenv ! ! Build ! ===== ! ! Make sure the SHAMROCKDIR and TOSMAKE_PATH is set correctly. ! Build the application as in TinyOS, e.g., ! ! make xsm ! Index: Makefile =================================================================== RCS file: /cvsroot/vert/shamrock/src/app/mag/mag.stand-alone/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 18 Apr 2005 00:23:30 -0000 1.1.1.1 --- Makefile 19 Apr 2005 19:53:46 -0000 1.2 *************** *** 3,5 **** # SENSORBOARD=echelon #TINYOS_NP = TKER ! include ../../Makerules --- 3,5 ---- # SENSORBOARD=echelon #TINYOS_NP = TKER ! include $(TOSDIR)/../apps/Makerules |