summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5b4344)
raw | patch | inline | side by side (parent: c5b4344)
author | Casey Smith <c-smith@ti.com> | |
Tue, 14 May 2013 19:57:36 +0000 (15:57 -0400) | ||
committer | Casey Smith <c-smith@ti.com> | |
Tue, 14 May 2013 19:57:36 +0000 (15:57 -0400) |
33 files changed:
diff --git a/utility_apps/utility_imageproc/desc_utility_imageproc.html b/imageproc_demo/desc_imageproc_demo.html
similarity index 100%
rename from utility_apps/utility_imageproc/desc_utility_imageproc.html
rename to imageproc_demo/desc_imageproc_demo.html
rename from utility_apps/utility_imageproc/desc_utility_imageproc.html
rename to imageproc_demo/desc_imageproc_demo.html
diff --git a/imageproc_demo/imageproc_demo.desktop b/imageproc_demo/imageproc_demo.desktop
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Image Processing Demo
+GenericName=Image Processing Demo
+Icon=/usr/share/matrix-gui-2.0/apps/images/imageproc-icon.png
+Type=Application
+Exec=/usr/share/matrix-gui-2.0/apps/imageproc_demo/imageproc_demo.sh
+Categories=imageproc
+ProgramType=console
+X-MATRIX-Description=/usr/share/matrix-gui-2.0/apps/imageproc_demo/desc_imageproc_demo.html
+X-MATRIX-DisplayPriority=1
diff --git a/utility_apps/utility_imageproc/utility_imageproc.html b/imageproc_demo/imageproc_demo.html
similarity index 95%
rename from utility_apps/utility_imageproc/utility_imageproc.html
rename to imageproc_demo/imageproc_demo.html
index 44f3876d85bfda53e54ebcebff25bea8beae2d06..c14722c109b6fa0ee05163ecbd9f7d97d89421d5 100644 (file)
rename from utility_apps/utility_imageproc/utility_imageproc.html
rename to imageproc_demo/imageproc_demo.html
index 44f3876d85bfda53e54ebcebff25bea8beae2d06..c14722c109b6fa0ee05163ecbd9f7d97d89421d5 100644 (file)
</table>
<!--</div>-->
<!--<div align="center">-->
-<form enctype="multipart/form-data" method="post" name="userinput" onsubmit="return CheckExtentionBMP();" action="apps/utility_imageproc/cgi-bin/image_processing_evmtci6638k2k_master.out"><br>
+<form enctype="multipart/form-data" method="post" name="userinput" onsubmit="return CheckExtentionBMP();" action="apps/imageproc_demo/cgi-bin/image_processing_evmtci6638k2k_master.out"><br>
<table cellspacing="10">
<tbody>
<tr>
diff --git a/imageproc_demo/imageproc_demo.sh b/imageproc_demo/imageproc_demo.sh
--- /dev/null
@@ -0,0 +1,39 @@
+#!/bin/sh
+# Module: utilities_main
+#
+# Description: This script is used to run the utilities application demo
+#
+# Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
+#
+# Redistribution and use in source and binary forms, with or withou
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the
+# distribution.
+#
+# Neither the name of Texas Instruments Incorporated nor the names of
+# its contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+/usr/share/matrix-gui-2.0/apps/imageproc_demo/run_dsp.sh $2> /dev/null
+
+cat /usr/share/matrix-gui-2.0/apps/imageproc_demo/imageproc_demo.html
similarity index 91%
rename from utility_apps/utility_imageproc/run_dsp.sh
rename to imageproc_demo/run_dsp.sh
index e76b3a498d9fbb666359997bfcfda6523c958fa0..ac1e45abcc4fa265aad1c101c0088f5d2ea3968d 100644 (file)
rename from utility_apps/utility_imageproc/run_dsp.sh
rename to imageproc_demo/run_dsp.sh
index e76b3a498d9fbb666359997bfcfda6523c958fa0..ac1e45abcc4fa265aad1c101c0088f5d2ea3968d 100644 (file)
-export SLAVE_DIR=/usr/share/matrix-gui-2.0/apps/utility_imageproc/bin
+export SLAVE_DIR=/usr/share/matrix-gui-2.0/apps/imageproc_demo/bin
mpmcl reset dsp0
mpmcl reset dsp1
similarity index 100%
rename from images/utilities-imageproc.png
rename to images/imageproc-icon.png
rename from images/utilities-imageproc.png
rename to images/imageproc-icon.png
diff --git a/utility_apps/utility_imageproc/utility_imageproc.desktop b/utility_apps/utility_imageproc/utility_imageproc.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Image Processing Demo
-GenericName=Image Processing Demo
-Icon=/usr/share/matrix-gui-2.0/apps/images/utilities-imageproc.png
-Type=Application
-Exec=/usr/share/matrix-gui-2.0/apps/utility_imageproc/utility_imageproc.sh
-Categories=utilities
-ProgramType=console
-X-MATRIX-Description=/usr/share/matrix-gui-2.0/apps/utility_imageproc/desc_utility_imageproc.html
-X-MATRIX-DisplayPriority=1
diff --git a/utility_apps/utility_imageproc/utility_imageproc.sh b/utility_apps/utility_imageproc/utility_imageproc.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-# Module: utilities_main
-#
-# Description: This script is used to run the utilities application demo
-#
-# Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
-#
-# Redistribution and use in source and binary forms, with or withou
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the
-# distribution.
-#
-# Neither the name of Texas Instruments Incorporated nor the names of
-# its contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-/usr/share/matrix-gui-2.0/apps/utility_imageproc/run_dsp.sh $2> /dev/null
-
-cat /usr/share/matrix-gui-2.0/apps/utility_imageproc/utility_imageproc.html
diff --git a/utility_apps/utility_eeprom/cgi-bin/eepromread.cgi b/utility_eeprom/cgi-bin/eepromread.cgi
similarity index 100%
rename from utility_apps/utility_eeprom/cgi-bin/eepromread.cgi
rename to utility_eeprom/cgi-bin/eepromread.cgi
rename from utility_apps/utility_eeprom/cgi-bin/eepromread.cgi
rename to utility_eeprom/cgi-bin/eepromread.cgi
diff --git a/utility_apps/utility_eeprom/cgi-bin/eepromwrite.cgi b/utility_eeprom/cgi-bin/eepromwrite.cgi
similarity index 100%
rename from utility_apps/utility_eeprom/cgi-bin/eepromwrite.cgi
rename to utility_eeprom/cgi-bin/eepromwrite.cgi
rename from utility_apps/utility_eeprom/cgi-bin/eepromwrite.cgi
rename to utility_eeprom/cgi-bin/eepromwrite.cgi
diff --git a/utility_apps/utility_eeprom/desc_utility_i2c.html b/utility_eeprom/desc_utility_i2c.html
similarity index 100%
rename from utility_apps/utility_eeprom/desc_utility_i2c.html
rename to utility_eeprom/desc_utility_i2c.html
rename from utility_apps/utility_eeprom/desc_utility_i2c.html
rename to utility_eeprom/desc_utility_i2c.html
similarity index 100%
rename from utility_apps/utility_eeprom/i2c.html
rename to utility_eeprom/i2c.html
rename from utility_apps/utility_eeprom/i2c.html
rename to utility_eeprom/i2c.html
similarity index 100%
rename from utility_apps/utility_eeprom/utility_i2c.desktop
rename to utility_eeprom/utility_i2c.desktop
rename from utility_apps/utility_eeprom/utility_i2c.desktop
rename to utility_eeprom/utility_i2c.desktop
similarity index 100%
rename from utility_apps/utility_eeprom/utility_i2c.sh
rename to utility_eeprom/utility_i2c.sh
rename from utility_apps/utility_eeprom/utility_i2c.sh
rename to utility_eeprom/utility_i2c.sh
diff --git a/utility_apps/utility_filesystem/cgi-bin/filesystemwrite.cgi b/utility_filesystem/cgi-bin/filesystemwrite.cgi
similarity index 100%
rename from utility_apps/utility_filesystem/cgi-bin/filesystemwrite.cgi
rename to utility_filesystem/cgi-bin/filesystemwrite.cgi
rename from utility_apps/utility_filesystem/cgi-bin/filesystemwrite.cgi
rename to utility_filesystem/cgi-bin/filesystemwrite.cgi
diff --git a/utility_apps/utility_filesystem/desc_utility_filesystem.html b/utility_filesystem/desc_utility_filesystem.html
similarity index 100%
rename from utility_apps/utility_filesystem/desc_utility_filesystem.html
rename to utility_filesystem/desc_utility_filesystem.html
rename from utility_apps/utility_filesystem/desc_utility_filesystem.html
rename to utility_filesystem/desc_utility_filesystem.html
similarity index 100%
rename from utility_apps/utility_filesystem/filesystem.html
rename to utility_filesystem/filesystem.html
rename from utility_apps/utility_filesystem/filesystem.html
rename to utility_filesystem/filesystem.html
diff --git a/utility_apps/utility_filesystem/utility_filesystem.desktop b/utility_filesystem/utility_filesystem.desktop
similarity index 100%
rename from utility_apps/utility_filesystem/utility_filesystem.desktop
rename to utility_filesystem/utility_filesystem.desktop
rename from utility_apps/utility_filesystem/utility_filesystem.desktop
rename to utility_filesystem/utility_filesystem.desktop
diff --git a/utility_apps/utility_filesystem/utility_filesystem.sh b/utility_filesystem/utility_filesystem.sh
similarity index 100%
rename from utility_apps/utility_filesystem/utility_filesystem.sh
rename to utility_filesystem/utility_filesystem.sh
rename from utility_apps/utility_filesystem/utility_filesystem.sh
rename to utility_filesystem/utility_filesystem.sh
similarity index 100%
rename from utility_apps/utility_flash/cgi-bin/flashread.cgi
rename to utility_flash/cgi-bin/flashread.cgi
rename from utility_apps/utility_flash/cgi-bin/flashread.cgi
rename to utility_flash/cgi-bin/flashread.cgi
diff --git a/utility_apps/utility_flash/cgi-bin/flashwrite.cgi b/utility_flash/cgi-bin/flashwrite.cgi
similarity index 100%
rename from utility_apps/utility_flash/cgi-bin/flashwrite.cgi
rename to utility_flash/cgi-bin/flashwrite.cgi
rename from utility_apps/utility_flash/cgi-bin/flashwrite.cgi
rename to utility_flash/cgi-bin/flashwrite.cgi
diff --git a/utility_apps/utility_flash/desc_utility_flash.html b/utility_flash/desc_utility_flash.html
similarity index 100%
rename from utility_apps/utility_flash/desc_utility_flash.html
rename to utility_flash/desc_utility_flash.html
rename from utility_apps/utility_flash/desc_utility_flash.html
rename to utility_flash/desc_utility_flash.html
similarity index 100%
rename from utility_apps/utility_flash/flash.html
rename to utility_flash/flash.html
rename from utility_apps/utility_flash/flash.html
rename to utility_flash/flash.html
similarity index 100%
rename from utility_apps/utility_flash/utility_flash.desktop
rename to utility_flash/utility_flash.desktop
rename from utility_apps/utility_flash/utility_flash.desktop
rename to utility_flash/utility_flash.desktop
similarity index 100%
rename from utility_apps/utility_flash/utility_flash.sh
rename to utility_flash/utility_flash.sh
rename from utility_apps/utility_flash/utility_flash.sh
rename to utility_flash/utility_flash.sh
similarity index 100%
rename from utility_apps/utility_info/cgi-bin/info.cgi
rename to utility_info/cgi-bin/info.cgi
rename from utility_apps/utility_info/cgi-bin/info.cgi
rename to utility_info/cgi-bin/info.cgi
similarity index 100%
rename from utility_apps/utility_info/desc_utility_info.html
rename to utility_info/desc_utility_info.html
rename from utility_apps/utility_info/desc_utility_info.html
rename to utility_info/desc_utility_info.html
similarity index 100%
rename from utility_apps/utility_info/utility_info.desktop
rename to utility_info/utility_info.desktop
rename from utility_apps/utility_info/utility_info.desktop
rename to utility_info/utility_info.desktop
similarity index 100%
rename from utility_apps/utility_info/utility_info.sh
rename to utility_info/utility_info.sh
rename from utility_apps/utility_info/utility_info.sh
rename to utility_info/utility_info.sh
similarity index 100%
rename from utility_apps/utility_stats/cgi-bin/stats.cgi
rename to utility_stats/cgi-bin/stats.cgi
rename from utility_apps/utility_stats/cgi-bin/stats.cgi
rename to utility_stats/cgi-bin/stats.cgi
diff --git a/utility_apps/utility_stats/desc_utility_stats.html b/utility_stats/desc_utility_stats.html
similarity index 100%
rename from utility_apps/utility_stats/desc_utility_stats.html
rename to utility_stats/desc_utility_stats.html
rename from utility_apps/utility_stats/desc_utility_stats.html
rename to utility_stats/desc_utility_stats.html
similarity index 100%
rename from utility_apps/utility_stats/utility_stats.desktop
rename to utility_stats/utility_stats.desktop
rename from utility_apps/utility_stats/utility_stats.desktop
rename to utility_stats/utility_stats.desktop
similarity index 100%
rename from utility_apps/utility_stats/utility_stats.sh
rename to utility_stats/utility_stats.sh
rename from utility_apps/utility_stats/utility_stats.sh
rename to utility_stats/utility_stats.sh