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, 25 insertions, 0 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 new file mode 100755 index 00000000..b2f2faac --- /dev/null +++ b/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh | |||
@@ -0,0 +1,25 @@ | |||
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 | ||