diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-ti-split.tar.gz |
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring
extra non-standard dependencies besides oe-core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh')
-rwxr-xr-x | extras/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/extras/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh b/extras/recipes-ti/dsplink/ti-dsplink/ti-dsplink-examples-run.sh new file mode 100755 index 00000000..b2f2faac --- /dev/null +++ b/extras/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 | ||