]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Update READMEs
authorliang_mike <liang_mike>
Mon, 11 Jan 2010 22:28:53 +0000 (22:28 +0000)
committerliang_mike <liang_mike>
Mon, 11 Jan 2010 22:28:53 +0000 (22:28 +0000)
Update Makefile for Epic cthreads

12 files changed:
apps/tosthreads/capps/Blink/README
apps/tosthreads/capps/Bounce/README
apps/tosthreads/capps/RadioStress/README
apps/tosthreads/capps/SenseAndSend/Makefile
apps/tosthreads/capps/TestCollection/Makefile
apps/tosthreads/capps/TestCollection/README
apps/tosthreads/capps/TestJoin/README
apps/tosthreads/capps/TestLogStorage/Makefile
apps/tosthreads/capps/TestLogStorage/README
apps/tosthreads/capps/TestPrintf/README
apps/tosthreads/capps/TestSineSensor/README
apps/tosthreads/capps/ThreadStress/README

index 853f0ce136f2a6dbe74930a72d509005d58e073b..2321f41c5766b4a7eff6816c623041390d5c7376 100644 (file)
@@ -10,7 +10,7 @@ TOSThreads.
 You can install Blink on a mote via the following command:
   make <platform> cthreads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Upon a successful burn, you should see LED0 flashing with a period of every
 200ms, and LED1 and LED2 flashing in unison with a period of 1000ms.
index 7bedfdecef040ba1c6f7968878246e703aaeb716..2a5c010028e474e7dc9fad5f3e4388a3bab85929 100644 (file)
@@ -15,7 +15,7 @@ You can install Bounce on a mote via the following command:
   make <platform> cthreads install.0
   make <platform> cthreads install.1
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Three different threads run that each contain an infinite loop that first sends
 a message and then waits to receive a message before returning to the top of the
index a6263dffb67a20aa83dc0486d94d38695610a400..fae9f9f749fd11e13b97331049f986ebf6fcf083 100644 (file)
@@ -12,7 +12,7 @@ You can install RadioStress on a mote via the following command:
   make <platform> cthreads install.0
   make <platform> cthreads install.1
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 The application burned with NODE_ID 0 will be programmed as a Receiver and will
 wait for messages from the sender programmed with NODE_ID 1.  In the case of the
index 911a04200fc5bb6ba443c5ce08536a6d2af96ae3..edf90505bf3e2e09f4950e87d11c7f782834c9d5 100644 (file)
@@ -1,7 +1,7 @@
 TOSTHREAD_MAIN=SenseAndSend.c
 CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/tmote_onboard
 
-ifneq ($(filter telosb tmote clean,$(MAKECMDGOALS)),) 
+ifneq ($(filter telosb tmote epic clean,$(MAKECMDGOALS)),) 
   include $(MAKERULES)
 else
 %:
index 4b84d685829ba0a2fda7d8e3be177cb74c252d77..7e378bf078429c641532acaaf1e7eb17309bf94b 100644 (file)
@@ -8,7 +8,7 @@ CFLAGS += -I$(TOSDIR)/lib/net/
 CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp
 CFLAGS += -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
 
-ifneq ($(filter telosb tmote tinynode shimmer iris clean,$(MAKECMDGOALS)),) 
+ifneq ($(filter telosb tmote tinynode shimmer iris epic clean,$(MAKECMDGOALS)),) 
   include $(MAKERULES)
 else
 %:
index 6d98ea4a367f23ba583005d64e68280ed0066eec..905ec365a92ca0970b198ca44344d31afeca7fcf 100644 (file)
@@ -14,7 +14,7 @@ application.
 You can install TestCollection on a mote via the following command:
   make <platform> cthreads install
 
-Valid platforms are currently: tmote, telosb, mica2, micaz and iris
+Valid platforms are currently: tmote, telosb, mica2, micaz, iris, and epic
 
 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
index a22b29cfe5cf91e615d7d079f5797115baa7e0c7..424e07b2c6d35a6b021af0ab054b9159f3a8abcf 100644 (file)
@@ -11,7 +11,7 @@ based application.
 You can install TestJoin on a mote via the following command:
   make <platform> threads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Upon a successful burn, you should first see LED0 flash twice with a period of
 1s and LED1 flash 4 times with a period of 1s. After these are done,
index 5a4a3997dcd6976c69b8ed44db401afd04004545..cf587f24074f815c9300d4a19a04af77ada3aa10 100644 (file)
@@ -1,11 +1,11 @@
 TOSTHREAD_MAIN=TestLogStorage.c
-THIS_SUPPORTED_PLATFORMS=tmote telos telosb eyesIFXv1 eyesIFXv2 mica2 mica2dot telosa eyesIFX micaz iris tinynode
+THIS_SUPPORTED_PLATFORMS=tmote telos telosb eyesIFXv1 eyesIFXv2 mica2 mica2dot telosa eyesIFX micaz iris tinynode epic
 
 ifneq ($(filter $(THIS_SUPPORTED_PLATFORMS) clean,$(MAKECMDGOALS)),)
         ifneq ($(filter tmote telos telosb eyesIFXv1,$(MAKECMDGOALS)),)
                 CFLAGS+=-DUSE_STM25P
         endif
-        ifneq ($(filter mica2 telosa mica2dot eyesIFX eyesIFXv2 micaz iris tinynode,$(MAKECMDGOALS)),)
+        ifneq ($(filter mica2 telosa mica2dot eyesIFX eyesIFXv2 micaz iris tinynode epic,$(MAKECMDGOALS)),)
                 CFLAGS+=-DUSE_AT45DB
         endif
 
index fda716a9f79561fc2f438fab71d9e425fa154221..a0a1461bde5b21a03703557b5b0ca0097975ca74 100644 (file)
@@ -18,7 +18,7 @@ platform independent way.
 To run this application install it on a mote via the command:
   make <platform> cthreads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Readings are taken from the dummy sensor and logged to flash as one record in an
 infinite loop. Records are then read out of flash and and sent out over the
index 44f63a58159fec2803024ffbf5f0b01bf041e9f5..17294b551455c479e7bc6807cdb1a23fb7309477 100644 (file)
@@ -11,7 +11,7 @@ prints.
 You can install TestPrintf on a mote via the following command:
   make <platform> cthreads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Once burned on a mote, the java based PrintfClient must be ran to verify
 proper operation of the application.
index f071c65527a56112c71383c9064eda4a1db7b921..852411adc24085a05975ec91ec1afa7c7362732f 100644 (file)
@@ -10,7 +10,7 @@ the software based SineSensor usable by any platform for demonstration purposes.
 You can install TestSineSensor on a mote via the following comand:
   make <platform> cthreads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 This application simply takes sensor readings in an infinite loop from the
 SineSensor and forwards them over the serial interface.  Upon successful
index ce519719be260380bb2293f629a7d18452468c0b..34c59e6f83ce2dbe3e9859481aaa850daef882c5 100644 (file)
@@ -13,7 +13,7 @@ toggled is offset so that the three LEDS do not come on in unison.
 You can install ThreadStress on a mote via the following command:
   make <platform> cthreads install
   
-Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
 Successful running of this application will result in all three leds flashing at
 a rate determined by how long it takes to spawn a thread on a given platform.