FreeCalypso > hg > fc-selenite
changeset 184:034c9c90398e
gtm900 build target renamed to gtm900mgc (sync with Magnetite)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Feb 2020 20:09:38 +0000 |
parents | 9029c222c426 |
children | 68ff79fcaec5 |
files | targets/gtm900.conf targets/gtm900.h targets/gtm900.m4 targets/gtm900mgc.conf targets/gtm900mgc.h targets/gtm900mgc.m4 |
diffstat | 6 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/targets/gtm900.conf Sun Jan 19 22:04:28 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -# hw properties -LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template -FLASH_BASE_ADDR=0 -FLASH_SECTOR_SIZE=0x10000 - -# default config -GPRS=1 -SRVC=1 -FCHG_STATE=0 -RVTMUX_ON_MODEM=0
--- a/targets/gtm900.h Sun Jan 19 22:04:28 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -#define CONFIG_TARGET_GTM900 1 -#define GPIO1_SPEAKER_CTRL 0 -#define UARTFAX_CLASSIC_DTR_DCD 1
--- a/targets/gtm900.m4 Sun Jan 19 22:04:28 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -define(`FLASH_BOOT_VIA_BOOTROM',1)dnl -define(`FLASHIMAGE_BASE_ADDR',0x2000)dnl -define(`CONFIG_FWFLASH_SIZE',0x380000)dnl -define(`CONFIG_IRAM_SIZE',0x40000)dnl -define(`CONFIG_XRAM_SIZE',0x200000)dnl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc.conf Sat Feb 15 20:09:38 2020 +0000 @@ -0,0 +1,10 @@ +# hw properties +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x10000 + +# default config +GPRS=1 +SRVC=1 +FCHG_STATE=0 +RVTMUX_ON_MODEM=0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc.h Sat Feb 15 20:09:38 2020 +0000 @@ -0,0 +1,3 @@ +#define CONFIG_TARGET_GTM900 1 +#define GPIO1_SPEAKER_CTRL 0 +#define UARTFAX_CLASSIC_DTR_DCD 1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc.m4 Sat Feb 15 20:09:38 2020 +0000 @@ -0,0 +1,5 @@ +define(`FLASH_BOOT_VIA_BOOTROM',1)dnl +define(`FLASHIMAGE_BASE_ADDR',0x2000)dnl +define(`CONFIG_FWFLASH_SIZE',0x380000)dnl +define(`CONFIG_IRAM_SIZE',0x40000)dnl +define(`CONFIG_XRAM_SIZE',0x200000)dnl