[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/tosthreads tosthreads-gen-dynamic-app, 1.1, 1.2 tosthreads_standard_api.py, 1.1, 1.2 tosthreads_tenet_api.py, 1.1, 1.2
Chieh-Jan Mike Liang
liang_mike at users.sourceforge.net
Wed Feb 4 12:10:13 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/tosthreads
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1684/tools/tinyos/tosthreads
Modified Files:
tosthreads-gen-dynamic-app tosthreads_standard_api.py
tosthreads_tenet_api.py
Log Message:
Add tosthread_join support to TinyLD
Fix a typo in README
Index: tosthreads-gen-dynamic-app
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/tosthreads/tosthreads-gen-dynamic-app,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tosthreads-gen-dynamic-app 4 Feb 2009 07:41:35 -0000 1.1
--- tosthreads-gen-dynamic-app 4 Feb 2009 20:10:11 -0000 1.2
***************
*** 1,4 ****
--- 1,26 ----
#!/bin/bash
+ # Copyright (c) 2008 Johns Hopkins University.
+ # All rights reserved.
+ #
+ # Permission to use, copy, modify, and distribute this software and its
+ # documentation for any purpose, without fee, and without written
+ # agreement is hereby granted, provided that the above copyright
+ # notice, the (updated) modification history and the author appear in
+ # all copies of this source code.
+ #
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
+ # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS
+ # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF USE, DATA,
+ # OR PROFITS) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ # THE POSSIBILITY OF SUCH DAMAGE.
+
+ # @author Chieh-Jan Mike Liang <cliang4 at cs.jhu.edu>
+
if [ $# -ne 1 -a $# -ne 2 ]
then
Index: tosthreads_standard_api.py
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/tosthreads/tosthreads_standard_api.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tosthreads_standard_api.py 12 Jun 2008 15:16:03 -0000 1.1
--- tosthreads_standard_api.py 4 Feb 2009 20:10:11 -0000 1.2
***************
*** 90,93 ****
"getLeds":107, "setLeds":108,
! "__divmodhi4":109}
--- 90,95 ----
"getLeds":107, "setLeds":108,
! "__divmodhi4":109,
!
! "tosthread_join":110}
Index: tosthreads_tenet_api.py
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/tosthreads/tosthreads_tenet_api.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tosthreads_tenet_api.py 12 Jun 2008 15:16:03 -0000 1.1
--- tosthreads_tenet_api.py 4 Feb 2009 20:10:11 -0000 1.2
***************
*** 55,59 ****
"read_temperature":35, "read_humidity":36,
! "__divmodhi4":36
}
--- 55,59 ----
"read_temperature":35, "read_humidity":36,
! "__divmodhi4":37
}
More information about the Tinyos-2-commits
mailing list