From: r-studio Date: Wed, 28 Oct 2009 07:17:22 +0000 (+0000) Subject: added mulle support X-Git-Tag: rc_6_tinyos_2_1_1~179 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=db13b62871b68db5362208d4e06cc6d44e9502a0 added mulle support --- 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"