FreeCalypso > hg > fc-selenite
changeset 157:fd5202e290bc
targets: j100 added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 17 Mar 2019 07:13:14 +0000 |
parents | b0a18d9f99f4 |
children | 8fe0cde2fd79 |
files | targets/j100.conf targets/j100.h targets/j100.m4 |
diffstat | 3 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/j100.conf Sun Mar 17 07:13:14 2019 +0000 @@ -0,0 +1,10 @@ +# hw properties +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template +FLASH_BASE_ADDR=0x10000 +FLASH_SECTOR_SIZE=0x10000 + +# default config +GPRS=0 +SRVC=0 +FCHG_STATE=1 +RVTMUX_ON_MODEM=1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/j100.h Sun Mar 17 07:13:14 2019 +0000 @@ -0,0 +1,4 @@ +#define CONFIG_TARGET_J100 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/j100.m4 Sun Mar 17 07:13:14 2019 +0000 @@ -0,0 +1,5 @@ +define(`FLASH_BOOT_VIA_BOOTROM',0)dnl +define(`FLASHIMAGE_BASE_ADDR',0x10000)dnl +define(`CONFIG_FWFLASH_SIZE',0x3C0000)dnl +define(`CONFIG_IRAM_SIZE',0x40000)dnl +define(`CONFIG_XRAM_SIZE',0x80000)dnl