[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-243-gf39412f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-06-27 15:47:02
|
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 f39412fe7cbbd63aa6fb64c0a60b854e78f88d20 (commit)
via 5abaa358c3fa9a214f9db6f0eaa9377f3ec5c770 (commit)
from 76c7fa1f4ace790ac1ed973fe525166db4ddcd13 (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 f39412fe7cbbd63aa6fb64c0a60b854e78f88d20
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 27 17:46:16 2011 +0200
[FIRMWARE] POD scripts: rename gsm_gps_firmware.* -> apf51_gsm_gps_firmware.*
commit 5abaa358c3fa9a214f9db6f0eaa9377f3ec5c770
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 27 17:43:22 2011 +0200
[FIRMWARE] Rename scripts_pod -> pod_scripts
-----------------------------------------------------------------------
Summary of changes:
.../apf51_gsm_gps_firmware.bin} | Bin 340604 -> 340604 bytes
.../apf51_gsm_gps_firmware.pod} | 2 +-
target/demos/gpio/README | 2 ++
3 files changed, 3 insertions(+), 1 deletions(-)
rename firmware/{scripts_pod/gsm_gps_firmware.bin => pod_scripts/apf51_gsm_gps_firmware.bin} (100%)
rename firmware/{scripts_pod/gsm_gps_firmware.pod => pod_scripts/apf51_gsm_gps_firmware.pod} (96%)
create mode 100644 target/demos/gpio/README
diff --git a/firmware/scripts_pod/gsm_gps_firmware.pod b/firmware/pod_scripts/apf51_gsm_gps_firmware.pod
similarity index 96%
rename from firmware/scripts_pod/gsm_gps_firmware.pod
rename to firmware/pod_scripts/apf51_gsm_gps_firmware.pod
index faaaad1..285151d 100644
--- a/firmware/scripts_pod/gsm_gps_firmware.pod
+++ b/firmware/pod_scripts/apf51_gsm_gps_firmware.pod
@@ -1,4 +1,4 @@
-project.create gsm_gps_firmware
+project.create apf51_gsm_gps_firmware
project.selectplatform standard.apf51
project.addinstance components.uart16750 gsm_uart
project.addinstance components.uart16750 gps_uart
diff --git a/target/demos/gpio/README b/target/demos/gpio/README
new file mode 100644
index 0000000..25edc7b
--- /dev/null
+++ b/target/demos/gpio/README
@@ -0,0 +1,2 @@
+This example only works on APF9328 and APF27 with old GPIO driver.
+For new applications please use gpiolib directly or through as_devices.
hooks/post-receive
--
armadeus
|