[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-227-g035a4e5
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-04-24 07:35:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 035a4e5fb9b5450cfaa06066849141103925aa16 (commit)
from 8e8fe7be8c0ac4a4ac78e6bfe7d94b7289d30c81 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 035a4e5fb9b5450cfaa06066849141103925aa16
Author: Julien Boibessot <jul...@ar...>
Date: Thu Apr 24 09:32:48 2014 +0200
[TOOLS] Add some comments in gpio_helpers.sh
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/gpio/gpio_helpers.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/target/linux/modules/gpio/gpio_helpers.sh b/target/linux/modules/gpio/gpio_helpers.sh
index 894a7ad..e88f113 100755
--- a/target/linux/modules/gpio/gpio_helpers.sh
+++ b/target/linux/modules/gpio/gpio_helpers.sh
@@ -11,6 +11,10 @@
# (at your option) any later version.
#
+#
+# For old GPIO custom driver:
+#
+
GPIO_DEV_DIR=/dev/gpio
GPIO_PROC_DIR=/proc/driver/gpio
@@ -53,6 +57,7 @@ gpio_mode()
#
# For gpiolib:
#
+
gpio_direction_output()
{
if [ "$1" != "" ]; then
hooks/post-receive
--
armadeus
|