From db13b62871b68db5362208d4e06cc6d44e9502a0 Mon Sep 17 00:00:00 2001 From: r-studio Date: Wed, 28 Oct 2009 07:17:22 +0000 Subject: [PATCH] added mulle support --- apps/tests/deluge/Blink/burn | 3 ++- apps/tests/deluge/Blink/burn-net | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/tests/deluge/Blink/burn b/apps/tests/deluge/Blink/burn index 69b56108..df748c38 100755 --- a/apps/tests/deluge/Blink/burn +++ b/apps/tests/deluge/Blink/burn @@ -17,7 +17,7 @@ if [[ $# -ne 3 ]]; then echo "Usage: $0 " echo " bsl,PORT | mib510,PORT | eprb,HOST" echo " serial@PORT:SPEED | network@HOST:PORT" - echo " micaz | telosb | iris | epic" + echo " micaz | telosb | iris | epic | mulle" exit 2 fi @@ -28,6 +28,7 @@ PLATFORM=$3 if [ ${PLATFORM} != 'micaz' -a \ ${PLATFORM} != 'telosb' -a \ ${PLATFORM} != 'iris' -a \ + ${PLATFORM} != 'mulle' -a \ ${PLATFORM} != 'epic' ] then echo "\"${PLATFORM}\" is not a supported platform" diff --git a/apps/tests/deluge/Blink/burn-net b/apps/tests/deluge/Blink/burn-net index 152e01fb..544c06ab 100755 --- a/apps/tests/deluge/Blink/burn-net +++ b/apps/tests/deluge/Blink/burn-net @@ -15,7 +15,7 @@ fi if [ $# -ne 2 ]; then echo "Usage: $0 " - echo " micaz, telosb or iris" + echo " micaz, telosb or iris or mulle" echo " how many motes will be used in the test" exit 2 fi @@ -26,6 +26,8 @@ NO_MOTES=$2 if [ ${PLATFORM} != 'micaz' -a \ ${PLATFORM} != 'telosb' -a \ ${PLATFORM} != 'iris' \ + ${PLATFORM} != 'iris' -a \ + ${PLATFORM} != 'mulle' -a \ ${PLATFORM} != 'epic' ] then echo "\"${PLAFTORM}\" is not a supported platform" -- 2.39.2