]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
iris specific updates
authorsallai <sallai>
Mon, 21 Jul 2008 23:08:35 +0000 (23:08 +0000)
committersallai <sallai>
Mon, 21 Jul 2008 23:08:35 +0000 (23:08 +0000)
apps/tosthreads/apps/TestBasicsbSensors/README
apps/tosthreads/apps/TestBlockStorage/Makefile
apps/tosthreads/apps/TestBlockStorage/README
apps/tosthreads/apps/TestCollection/README
apps/tosthreads/capps/TestCollection/README

index 9dca24e88207a598f865a0edb47cf1a79ddf332f..964a2f3e4a52752878295ee6c7a070da89e14d4b 100644 (file)
@@ -1,4 +1,4 @@
-README for TOSThreads TestBasicsbSensors 
+README for TOSThreads TestBasicsbSensors
 Author/Contact: tinyos-help@millennium.berkeley.edu
 Author: Kevin Klues <klueska@cs.stanford.edu>
 
@@ -9,16 +9,16 @@ sensors on the basicsb sensor board.
 
 You can install TestBasicsbSensors on a mote via the following command:
   make <platform> threads install
-  
-Valid platforms are currently: mica2, and micaz 
 
-This application simply takes sensor readings in an infinite loop from the 
+Valid platforms are currently: mica2, micaz and iris
+
+This application simply takes sensor readings in an infinite loop from the
 Photo and Temperature sensors on the basicsb sensor board and forwards them
 over the serial interface.  Upon successful transmission, LED0 is toggled.
 
 A successful test will result in the TestBasicsbSensors mote constantly
-flickering LED0. Additionally, messages containing the sensor readings should 
-be forwarded over the serial interface as verified by running the following 
+flickering LED0. Additionally, messages containing the sensor readings should
+be forwarded over the serial interface as verified by running the following
 for the platform of interest:
   java net.tinyos.tools.Listen -comm serial@/dev/ttyUSBXXX:<baud_rate>
 
index 6861fb769cdb9f4a8d8084218a6719fe98b69217..c10c64ffd40a3942ea019ca7147f26080434d5ba 100644 (file)
@@ -3,7 +3,7 @@ COMPONENT=TestBlockStorageAppC
 ifneq ($(filter telosb,$(MAKECMDGOALS)),)
   CFLAGS+=-DUSE_STM25P
 endif
-ifneq ($(filter micaz,$(MAKECMDGOALS)),)
+ifneq ($(filter micaz iris,$(MAKECMDGOALS)),)
   CFLAGS+=-DUSE_AT45DB
 endif
 
index d321d605146b5bef4e96766dda8c2c09f1fff7e3..1528b88aa2a35e79bace97a821567b3238e5a85c 100644 (file)
@@ -1,4 +1,4 @@
-README for TOSThreads TestBlockStorage 
+README for TOSThreads TestBlockStorage
 Author/Contact: tinyos-help@millennium.berkeley.edu
 Author: Kevin Klues <klueska@cs.stanford.edu>
 
@@ -9,8 +9,8 @@ block storage.
 
 You can install TestBlockStorage on a mote via the following command:
   make <platform> threads install
-  
-Valid platforms are currently: tmote, telosb, mica2, and micaz 
+
+Valid platforms are currently: tmote, telosb, mica2, micaz and iris
 
 This application first checks the size of the block storage volume, and
 erases it. Then, it randomly writes records, followed by a verification
index 319f2a9470bf6dd5f7efdd7d92f0f8be04beca83..62061ce9e9e9503ad0b1459cd9efb4d9de517a4e 100644 (file)
@@ -13,16 +13,16 @@ application.
 
 You can install TestCollection on a mote via the following command:
   make <platform> cthreads install
-  
-Valid platforms are currently: tmote, telosb, mica2, and micaz 
+
+Valid platforms are currently: tmote, telosb, mica2, micaz and iris
 
 At least two motes must be used by this application, with one of them installed
 as a base station.  Base station motes can be created by installing them with
-NODE_ID % 500 == 0. 
+NODE_ID % 500 == 0.
   i.e. make <platform> threads install.0
        make <platform> threads install.500
        make <platform> threads install.1000
-  
+
 All other nodes can be installed with arbitrary NODE_IDs.
   make <platform> threads install.123
 
@@ -51,7 +51,7 @@ mote table.
 
 Notes:
 
-By default, the Makefile for TestCollection is setup to run CTP as the 
+By default, the Makefile for TestCollection is setup to run CTP as the
 underlying collection protocol.  The makefile can be modified to work with
 MultihopLQI by changing the appropriate include directories.
 
index 1d30676788a1ad5dd81c7e9cb7d4613a64206698..78ef60037464a80a1408dc934b505084c3faaf5a 100644 (file)
@@ -13,16 +13,16 @@ application.
 
 You can install TestCollection on a mote via the following command:
   make <platform> cthreads install
-  
-Valid platforms are currently: tmote, telosb, mica2, and micaz 
+
+Valid platforms are currently: tmote, telosb, mica2, micaz and iris
 
 At least two motes must be used by this application, with one of them installed
 as a base station.  Base station motes can be created by installing them with
-NODE_ID % 500 == 0. 
+NODE_ID % 500 == 0.
   i.e. make <platform> cthreads install.0
        make <platform> cthreads install.500
        make <platform> cthreads install.1000
-  
+
 All other nodes can be installed with arbitrary NODE_IDs.
   make <platform> threads install.123
 
@@ -50,14 +50,14 @@ change the color used to display a mote by clicking on its color in the
 mote table.
 
 Notes:
-  By default, the Makefile for TestCollection is setup to run CTP as the 
+  By default, the Makefile for TestCollection is setup to run CTP as the
   underlying collection protocol.  The makefile can be modified to work with
   MultihopLQI by changing the appropriate include directories.
 
 Known bugs/limitations:
   Warnings are issued about fan out on the 'Snoop.receive' and 'Receive.receive'
   events.  These warnings are harmless and are the result of providing a C based
-  API in which all events for receiving and snooping must be handled even if not 
-  used by a particular application.  The warnings occur because the underlying 
-  CTP or MultihopLQI stacks wire up to particular AM ids, which are also wired 
-  into the C API for handling message reception.  
+  API in which all events for receiving and snooping must be handled even if not
+  used by a particular application.  The warnings occur because the underlying
+  CTP or MultihopLQI stacks wire up to particular AM ids, which are also wired
+  into the C API for handling message reception.