From 7108d35b9ceddc22fa0f19304f7b9de713489ace Mon Sep 17 00:00:00 2001 From: sallai Date: Tue, 1 Jul 2008 23:46:20 +0000 Subject: [PATCH] added IRIS to the supported platforms --- apps/tests/TestLPL/README.txt | 5 +++-- apps/tests/TestLPL/TestLplAppC.nc | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/tests/TestLPL/README.txt b/apps/tests/TestLPL/README.txt index f8c81df3..1add1755 100644 --- a/apps/tests/TestLPL/README.txt +++ b/apps/tests/TestLPL/README.txt @@ -6,8 +6,9 @@ Description: A simple low-power-listening test app, which cycles through different low-power-listening settings every ~32s, repeating every ~256s. -This application currently runs on motes using the CC1000 and CC2420 -radios. To compile for motes with CC2420 radios, you must do: +This application currently runs on motes using the CC1000, CC2420 and +RF230 radios. To compile for motes with CC2420 or RF230 radios, you +must do: env CFLAGS="-DLOW_POWER_LISTENING" make This application blinks LED 0 every time it sends a message, and toggles diff --git a/apps/tests/TestLPL/TestLplAppC.nc b/apps/tests/TestLPL/TestLplAppC.nc index ecd07717..997cb9d7 100644 --- a/apps/tests/TestLPL/TestLplAppC.nc +++ b/apps/tests/TestLPL/TestLplAppC.nc @@ -47,6 +47,8 @@ implementation { components CC1000CsmaRadioC as LplRadio; #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) components CC2420ActiveMessageC as LplRadio; +#elif defined(PLATFORM_IRIS) + components RF230ActiveMessageC as LplRadio; #else #error "LPL testing not supported on this platform" #endif -- 2.39.2