From 105bebe37aff25173e8a887ab8ce260900700ee1 Mon Sep 17 00:00:00 2001 From: liang_mike Date: Mon, 11 Jan 2010 22:28:53 +0000 Subject: [PATCH] Update READMEs Update Makefile for Epic cthreads --- apps/tosthreads/capps/Blink/README | 2 +- apps/tosthreads/capps/Bounce/README | 2 +- apps/tosthreads/capps/RadioStress/README | 2 +- apps/tosthreads/capps/SenseAndSend/Makefile | 2 +- apps/tosthreads/capps/TestCollection/Makefile | 2 +- apps/tosthreads/capps/TestCollection/README | 2 +- apps/tosthreads/capps/TestJoin/README | 2 +- apps/tosthreads/capps/TestLogStorage/Makefile | 4 ++-- apps/tosthreads/capps/TestLogStorage/README | 2 +- apps/tosthreads/capps/TestPrintf/README | 2 +- apps/tosthreads/capps/TestSineSensor/README | 2 +- apps/tosthreads/capps/ThreadStress/README | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/tosthreads/capps/Blink/README b/apps/tosthreads/capps/Blink/README index 853f0ce1..2321f41c 100644 --- a/apps/tosthreads/capps/Blink/README +++ b/apps/tosthreads/capps/Blink/README @@ -10,7 +10,7 @@ TOSThreads. You can install Blink on a mote via the following command: make 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. diff --git a/apps/tosthreads/capps/Bounce/README b/apps/tosthreads/capps/Bounce/README index 7bedfdec..2a5c0100 100644 --- a/apps/tosthreads/capps/Bounce/README +++ b/apps/tosthreads/capps/Bounce/README @@ -15,7 +15,7 @@ You can install Bounce on a mote via the following command: make cthreads install.0 make 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 diff --git a/apps/tosthreads/capps/RadioStress/README b/apps/tosthreads/capps/RadioStress/README index a6263dff..fae9f9f7 100644 --- a/apps/tosthreads/capps/RadioStress/README +++ b/apps/tosthreads/capps/RadioStress/README @@ -12,7 +12,7 @@ You can install RadioStress on a mote via the following command: make cthreads install.0 make 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 diff --git a/apps/tosthreads/capps/SenseAndSend/Makefile b/apps/tosthreads/capps/SenseAndSend/Makefile index 911a0420..edf90505 100644 --- a/apps/tosthreads/capps/SenseAndSend/Makefile +++ b/apps/tosthreads/capps/SenseAndSend/Makefile @@ -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 %: diff --git a/apps/tosthreads/capps/TestCollection/Makefile b/apps/tosthreads/capps/TestCollection/Makefile index 4b84d685..7e378bf0 100644 --- a/apps/tosthreads/capps/TestCollection/Makefile +++ b/apps/tosthreads/capps/TestCollection/Makefile @@ -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 %: diff --git a/apps/tosthreads/capps/TestCollection/README b/apps/tosthreads/capps/TestCollection/README index 6d98ea4a..905ec365 100644 --- a/apps/tosthreads/capps/TestCollection/README +++ b/apps/tosthreads/capps/TestCollection/README @@ -14,7 +14,7 @@ application. You can install TestCollection on a mote via the following command: make 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 diff --git a/apps/tosthreads/capps/TestJoin/README b/apps/tosthreads/capps/TestJoin/README index a22b29cf..424e07b2 100644 --- a/apps/tosthreads/capps/TestJoin/README +++ b/apps/tosthreads/capps/TestJoin/README @@ -11,7 +11,7 @@ based application. You can install TestJoin on a mote via the following command: make 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, diff --git a/apps/tosthreads/capps/TestLogStorage/Makefile b/apps/tosthreads/capps/TestLogStorage/Makefile index 5a4a3997..cf587f24 100644 --- a/apps/tosthreads/capps/TestLogStorage/Makefile +++ b/apps/tosthreads/capps/TestLogStorage/Makefile @@ -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 diff --git a/apps/tosthreads/capps/TestLogStorage/README b/apps/tosthreads/capps/TestLogStorage/README index fda716a9..a0a1461b 100644 --- a/apps/tosthreads/capps/TestLogStorage/README +++ b/apps/tosthreads/capps/TestLogStorage/README @@ -18,7 +18,7 @@ platform independent way. To run this application install it on a mote via the command: make 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 diff --git a/apps/tosthreads/capps/TestPrintf/README b/apps/tosthreads/capps/TestPrintf/README index 44f63a58..17294b55 100644 --- a/apps/tosthreads/capps/TestPrintf/README +++ b/apps/tosthreads/capps/TestPrintf/README @@ -11,7 +11,7 @@ prints. You can install TestPrintf on a mote via the following command: make 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. diff --git a/apps/tosthreads/capps/TestSineSensor/README b/apps/tosthreads/capps/TestSineSensor/README index f071c655..852411ad 100644 --- a/apps/tosthreads/capps/TestSineSensor/README +++ b/apps/tosthreads/capps/TestSineSensor/README @@ -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 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 diff --git a/apps/tosthreads/capps/ThreadStress/README b/apps/tosthreads/capps/ThreadStress/README index ce519719..34c59e6f 100644 --- a/apps/tosthreads/capps/ThreadStress/README +++ b/apps/tosthreads/capps/ThreadStress/README @@ -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 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. -- 2.39.2