[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/doc motlle.txt, 1.3, 1.4 tinyscheme.txt, 1.3, 1.4

David Gay idgay at users.sourceforge.net
Mon Oct 31 18:37:13 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7321/languages/motlle/doc

Modified Files:
	motlle.txt tinyscheme.txt 
Log Message:
compile fix
update docs for telosb status


Index: motlle.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/doc/motlle.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** motlle.txt	30 Oct 2005 18:23:49 -0000	1.3
--- motlle.txt	1 Nov 2005 02:37:11 -0000	1.4
***************
*** 47,53 ****
  =======================
  
! Note: before building a motlle VM, make sure you have configured motlle
  by running `make' in motlle's main directory (see INSTALL file).
  
  The examples directory contains a file called base.vmsf which defines
  a simple motlle VM. We reproduce it here with comments explaining its
--- 47,56 ----
  =======================
  
! Note 1: before building a motlle VM, make sure you have configured motlle
  by running `make' in motlle's main directory (see INSTALL file).
  
+ Note 2: motlle is currently only supported on mica2 and micaz motes.
+ telosb support should be forthcoming in the next release.
+ 
  The examples directory contains a file called base.vmsf which defines
  a simple motlle VM. We reproduce it here with comments explaining its

Index: tinyscheme.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/doc/tinyscheme.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tinyscheme.txt	30 Oct 2005 18:23:49 -0000	1.3
--- tinyscheme.txt	1 Nov 2005 02:37:11 -0000	1.4
***************
*** 45,51 ****
  ===========================
  
! Note: before building a TinyScheme VM, make sure you have configured motlle
  by running `make' in motlle's main directory (see INSTALL file).
  
  The examples directory contains a file called scheme.vmsf which defines
  a simple TinyScheme VM. We reproduce it here with comments explaining its
--- 45,54 ----
  ===========================
  
! Note 1: before building a TinyScheme VM, make sure you have configured motlle
  by running `make' in motlle's main directory (see INSTALL file).
  
+ Note 2: TinyScheme is currently only supported on mica2 and micaz motes.
+ telosb support should be forthcoming in the next release.
+ 
  The examples directory contains a file called scheme.vmsf which defines
  a simple TinyScheme VM. We reproduce it here with comments explaining its



More information about the Tinyos-commits mailing list