diff options
Diffstat (limited to 'recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh')
| -rwxr-xr-x | recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh b/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh deleted file mode 100755 index b2f2faac..00000000 --- a/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | |||
| 3 | echo "Running Loop Sample App" | ||
| 4 | ./loopgpp loop.out 1024 2000 0 | ||
| 5 | |||
| 6 | echo "Running Message Sample App" | ||
| 7 | ./messagegpp message.out 10000 0 | ||
| 8 | |||
| 9 | echo "Running Message Multi Sample App" | ||
| 10 | ./messagemultigpp messagemulti.out 128 1 0 | ||
| 11 | |||
| 12 | echo "Running MultiProcessor List Sample App" | ||
| 13 | ./mplistgpp mplist.out 128 128 0 | ||
| 14 | |||
| 15 | echo "Running MultiProcessorCriticalSection Transfer Sample App" | ||
| 16 | ./mpcsxfergpp mpcsxfer.out 128 1000 0 | ||
| 17 | |||
| 18 | echo "Running Ringio Sample App" | ||
| 19 | ./ringiogpp ringio.out 2048 128 0 | ||
| 20 | |||
| 21 | echo "Running Scale Sample App" | ||
| 22 | ./scalegpp scale.out 128 500 0 | ||
| 23 | |||
| 24 | #echo "Running Read/Write Sample App" | ||
| 25 | #./readwritegpp readwrite.out | ||
