[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-278-g5a7e266
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-04-01 08:31:37
|
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 5a7e266ff75a4e7fc99b2ba565c2db7342eb2cb6 (commit)
via b95b36b2438cee8601d0f67dd839175c45f23e89 (commit)
from 9f82a44fded13f6391e9bbdb1cc99c7f66550488 (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 5a7e266ff75a4e7fc99b2ba565c2db7342eb2cb6
Merge: b95b36b2438cee8601d0f67dd839175c45f23e89 9f82a44fded13f6391e9bbdb1cc99c7f66550488
Author: Fabien Marteau <fab...@ar...>
Date: Thu Apr 1 10:31:05 2010 +0200
Merge branch 'master' of ssh://fabm@armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit b95b36b2438cee8601d0f67dd839175c45f23e89
Author: Fabien Marteau <fab...@ar...>
Date: Thu Apr 1 10:30:11 2010 +0200
[linux] Correcting comments in loadgpio.sh
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/gpio/loadgpio.sh | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/modules/gpio/loadgpio.sh b/target/linux/modules/gpio/loadgpio.sh
index c644d8b..1c13b89 100755
--- a/target/linux/modules/gpio/loadgpio.sh
+++ b/target/linux/modules/gpio/loadgpio.sh
@@ -73,15 +73,15 @@ fi
if [ "$BOARD" == "APF27" ]; then
# PortA[0-31]
create_dev A 0 31 0
- # PortB[8-31]
+ # PortB[0-31]
create_dev B 0 31 32
- # PortC[3-17]
+ # PortC[5-31]
create_dev C 5 31 64
- # PortD[6-31]
+ # PortD[16-31]
create_dev D 16 31 96
- # PortE[6-31]
+ # PortE[3-23]
create_dev E 3 23 128
- # PortF[6-31]
+ # PortF[7-22]
create_dev F 7 22 160
echo
fi
hooks/post-receive
--
armadeus
|