# HG changeset patch # User Mychaela Falconia # Date 1602528684 0 # Node ID 59f07d67eb45cd313b5f254b6833375e37ac9f39 # Parent 3fb7384e820d10ce61ad6025ae9f727b8773ee97 luna target split into luna1 and luna2 luna1 is FC Luna based on iWOW DSK v4.0 or v5.0 motherboard luna2 is FC Luna based on FC Caramel2 MB diff -r 3fb7384e820d -r 59f07d67eb45 targets/luna.conf --- a/targets/luna.conf Thu Sep 24 21:03:08 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_amd8_tango.template -TPUDRV_blob=blobs/patches/tpudrv-leonardo.lib -FLASH_BASE_ADDR=0 -FLASH_SECTOR_SIZE=0x10000 diff -r 3fb7384e820d -r 59f07d67eb45 targets/luna.h --- a/targets/luna.h Thu Sep 24 21:03:08 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#define CONFIG_TARGET_LUNA 1 -#define CONFIG_TARGET_TANGO 1 -#define CONFIG_GPIO046_OUTPUTS 1 -#define CONFIG_MCSI_UNUSED 1 -#define CONFIG_GPIO1_HIGH 1 -#define GPIO1_SPEAKER_CTRL 0 -#define UARTFAX_CLASSIC_DTR_DCD 0 -#define TARGET_HAS_PWL 1 diff -r 3fb7384e820d -r 59f07d67eb45 targets/luna1.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/luna1.conf Mon Oct 12 18:51:24 2020 +0000 @@ -0,0 +1,4 @@ +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_amd8_tango.template +TPUDRV_blob=blobs/patches/tpudrv-leonardo.lib +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x10000 diff -r 3fb7384e820d -r 59f07d67eb45 targets/luna1.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/luna1.h Mon Oct 12 18:51:24 2020 +0000 @@ -0,0 +1,9 @@ +#define CONFIG_TARGET_LUNA 1 +#define CONFIG_TARGET_TANGO 1 +#define CONFIG_GPIO046_OUTPUTS 1 +#define CONFIG_MCSI_UNUSED 1 +#define CONFIG_GPIO1_HIGH 1 +#define CONFIG_GPIO3_OUTPUT 1 +#define GPIO1_SPEAKER_CTRL 0 +#define UARTFAX_CLASSIC_DTR_DCD 0 +#define TARGET_HAS_PWL 1 diff -r 3fb7384e820d -r 59f07d67eb45 targets/luna2.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/luna2.conf Mon Oct 12 18:51:24 2020 +0000 @@ -0,0 +1,4 @@ +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_amd8_tango.template +TPUDRV_blob=blobs/patches/tpudrv-leonardo.lib +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x10000 diff -r 3fb7384e820d -r 59f07d67eb45 targets/luna2.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/luna2.h Mon Oct 12 18:51:24 2020 +0000 @@ -0,0 +1,7 @@ +#define CONFIG_TARGET_LUNA 1 +#define CONFIG_TARGET_TANGO 1 +#define CONFIG_GPIO046_OUTPUTS 1 +#define CONFIG_GPIO1_HIGH 1 +#define GPIO1_SPEAKER_CTRL 0 +#define UARTFAX_CLASSIC_DTR_DCD 1 +#define TARGET_HAS_PWL 1