[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/tinysql
tinysql.txt, 1.4, 1.5
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/tinysql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7321/languages/tinysql
Modified Files:
tinysql.txt
Log Message:
compile fix
update docs for telosb status
Index: tinysql.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/tinysql/tinysql.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tinysql.txt 1 Nov 2005 02:31:29 -0000 1.4
--- tinysql.txt 1 Nov 2005 02:37:11 -0000 1.5
***************
*** 20,27 ****
This example is designed for use with mica2 motes with a micasb (aka
mts300) sensor board. To adapt it for other sensor boards, please see
! Section 6. You can use TinySQL with micaz or telosb motes simply
! by replacing mica2 by micaz/telosb in the examples below (for telosb
! motes, you might want to increase the amount of RAM available --
! see Section 6).
First, because Mate's TinySQL implementation is based on compiling TinySQL
--- 20,25 ----
This example is designed for use with mica2 motes with a micasb (aka
mts300) sensor board. To adapt it for other sensor boards, please see
! Section 6. You can use TinySQL with micaz motes simply by replacing mica2
! by micaz in the examples below (telosb motes are not yet supported).
First, because Mate's TinySQL implementation is based on compiling TinySQL
***************
*** 386,390 ****
<VM NAME="TSQLVM" DESC="A TinySQL VM with micasb sensor board support." DIR="../../../../../../apps/TSQLVM">
# The amount of RAM available for TinySQL queries
- # You can increase this on telosb motes
<OPTION CAPSULE_SIZE=1024>
<SEARCH PATH="../../../opcodes">
--- 384,387 ----
More information about the Tinyos-commits
mailing list