X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FThreadStress%2FREADME;h=34c59e6f83ce2dbe3e9859481aaa850daef882c5;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hp=914818a4dc9320b8c31f7f6b543f284d9dca41a5;hpb=8fec7616e6486b038461944622beccf47415d992;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/ThreadStress/README b/apps/tosthreads/capps/ThreadStress/README index 914818a4..34c59e6f 100644 --- a/apps/tosthreads/capps/ThreadStress/README +++ b/apps/tosthreads/capps/ThreadStress/README @@ -10,14 +10,14 @@ completion. Three different thread start functions are used, each toggling one of LED0, LED1, and LED2 every 256 spawnings. The time at which each LED is toggled is offset so that the three LEDS do not come on in unison. -You can install ThreadStress on a mote via the following comand: +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. -All three LEDs should flash at this rate in an infite loop forever. Given the +All three LEDs should flash at this rate in an infinite loop forever. Given the dynamics on the mote the rate may vary over time, but the important thing is that all three LEDs continue to toggle at a reasonably visible rate.