]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added mulle support
authorr-studio <r-studio>
Wed, 28 Oct 2009 07:17:22 +0000 (07:17 +0000)
committerr-studio <r-studio>
Wed, 28 Oct 2009 07:17:22 +0000 (07:17 +0000)
apps/tests/deluge/Blink/burn
apps/tests/deluge/Blink/burn-net

index 69b561080e666be344ec3dd5d5dc44b08c4e0da4..df748c386346b9012ed7c98099e6be0750a6b318 100755 (executable)
@@ -17,7 +17,7 @@ if [[ $# -ne 3 ]]; then
   echo "Usage: $0 <prog_source> <comm_source> <platform>"
   echo "  <prog_source> bsl,PORT | mib510,PORT | eprb,HOST"
   echo "  <comm_source> serial@PORT:SPEED | network@HOST:PORT"
-  echo "  <platform>    micaz | telosb | iris | epic"
+  echo "  <platform>    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"
index 152e01fb6fed045b852681a392f59c36a598a1f9..544c06ab544be7e8d196f9a4ed21b5fc59e2e73c 100755 (executable)
@@ -15,7 +15,7 @@ fi
 
 if [ $# -ne 2 ]; then
   echo "Usage: $0 <platform> <number of motes>"
-  echo "  <platform>         micaz, telosb or iris"
+  echo "  <platform>         micaz, telosb or iris or mulle"
   echo "  <number of motes>  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"