FreeCalypso > hg > freecalypso-sw
changeset 935:b458e6f5f7ac
gsm-fw configs restructured a little
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 31 Oct 2015 08:29:12 +0000 |
parents | a8fc7526935e |
children | 1e80730db11b |
files | gsm-fw/configs/c139-gsm-flash gsm-fw/configs/c155-experimental gsm-fw/configs/c155-gsm-ramonly gsm-fw/configs/pirelli-gsm gsm-fw/configs/pirelli-gsm-rvtat |
diffstat | 5 files changed, 33 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/c139-gsm-flash Sat Oct 31 08:29:12 2015 +0000 @@ -0,0 +1,11 @@ +# This configuration builds an experimental flashImage that runs on the +# Mot C139/C140 target and includes the GSM protocol stack. Control is via +# AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and +# initialized blank on every boot. + +target c139 +feature gsm +feature at-rvtmux + +feature etm +feature tmffs2
--- a/gsm-fw/configs/c155-experimental Sat Oct 31 03:47:18 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# This configuration builds an experimental ramImage that runs on the -# Mot C155/C156 target and includes the GSM protocol stack. Control is via -# AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and -# initialized blank on every boot. - -target c155 -feature gsm -feature at-rvtmux - -feature etm -feature tmffs2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/c155-gsm-ramonly Sat Oct 31 08:29:12 2015 +0000 @@ -0,0 +1,11 @@ +# This configuration builds an experimental ramImage that runs on the +# Mot C155/C156 target and includes the GSM protocol stack. Control is via +# AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and +# initialized blank on every boot. + +target c155 +feature gsm +feature at-rvtmux + +feature etm +feature tmffs2
--- a/gsm-fw/configs/pirelli-gsm Sat Oct 31 03:47:18 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# This configuration builds an experimental ramImage that runs on the Pirelli -# target and includes the GSM protocol stack. Control is via AT commands over -# RVTMUX. Flash is not touched; FFS is in RAM and initialized blank on every -# boot. - -target pirelli -feature gsm -feature at-rvtmux - -feature etm -feature tmffs2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/pirelli-gsm-rvtat Sat Oct 31 08:29:12 2015 +0000 @@ -0,0 +1,11 @@ +# This configuration builds an experimental ramImage that runs on the Pirelli +# target and includes the GSM protocol stack. Control is via AT commands over +# RVTMUX. Flash is not touched; FFS is in RAM and initialized blank on every +# boot. + +target pirelli +feature gsm +feature at-rvtmux + +feature etm +feature tmffs2