FreeCalypso > hg > fc-selenite
changeset 122:7c68000b87cf
targets: c155 added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 07 Nov 2018 06:55:49 +0000 |
parents | 746db8fa3398 |
children | 9582a626345c |
files | targets/c155.conf targets/c155.h targets/c155.m4 |
diffstat | 3 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/c155.conf Wed Nov 07 06:55:49 2018 +0000 @@ -0,0 +1,9 @@ +# hw properties +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc155.template +FLASH_BASE_ADDR=0x20000 +FLASH_SECTOR_SIZE=0x10000 + +# default config +GPRS=0 +SRVC=0 +FCHG_STATE=1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/c155.h Wed Nov 07 06:55:49 2018 +0000 @@ -0,0 +1,4 @@ +#define CONFIG_TARGET_C155 1 +#define CONFIG_TARGET_COMPAL 1 +#define USE_TSPACT2_FOR_TXLOW 0 +#define UARTFAX_CLASSIC_DTR_DCD 0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/c155.m4 Wed Nov 07 06:55:49 2018 +0000 @@ -0,0 +1,5 @@ +define(`FLASH_BOOT_VIA_BOOTROM',0)dnl +define(`FLASHIMAGE_BASE_ADDR',0x20000)dnl +define(`CONFIG_FWFLASH_SIZE',0x700000)dnl +define(`CONFIG_IRAM_SIZE',0x40000)dnl +define(`CONFIG_XRAM_SIZE',0x200000)dnl