FreeCalypso > hg > fc-magnetite
changeset 643:6af4147329b3
gtm900mgc2 build target renamed to just gtm900mgc
based on the discovery of MGC1GSMT which is fw-compatible with
the more common and more familiar MGC2GSMT.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Feb 2020 17:57:21 +0000 |
parents | a6b7f63d94f1 |
children | 9bc993985bdc |
files | targets/gtm900mgc.conf targets/gtm900mgc.h targets/gtm900mgc2.conf targets/gtm900mgc2.h |
diffstat | 4 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc.conf Sat Feb 15 17:57:21 2020 +0000 @@ -0,0 +1,6 @@ +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template +MAIN_blob=blobs/patches/main-fchw.lib +INIT_blob=blobs/patches/main-fchw/init.obj +TPUDRV_blob= +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x10000
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc.h Sat Feb 15 17:57:21 2020 +0000 @@ -0,0 +1,4 @@ +#define CONFIG_TARGET_GTM900 1 +#define CONFIG_TARGET_MGC2GSMT 1 +#define GPIO1_SPEAKER_CTRL 0 +#define UARTFAX_CLASSIC_DTR_DCD 1
--- a/targets/gtm900mgc2.conf Fri Jan 31 02:52:29 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template -MAIN_blob=blobs/patches/main-fchw.lib -INIT_blob=blobs/patches/main-fchw/init.obj -TPUDRV_blob= -FLASH_BASE_ADDR=0 -FLASH_SECTOR_SIZE=0x10000