FreeCalypso > hg > fc-magnetite
changeset 696:2d310cfce661
targets/*.h: sync with Tourmaline: new preprocessor symbols
CONFIG_TARGET_LEO_RFFE and ABB_SLEEP_RESTRICTION
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 09 Jun 2021 17:05:01 +0000 |
parents | 530f71d65c20 |
children | e0feeea32ca5 |
files | targets/leonardo.h targets/luna1.h targets/luna2.h targets/tangomdm.h |
diffstat | 4 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/targets/leonardo.h Sat Oct 24 17:33:10 2020 +0000 +++ b/targets/leonardo.h Wed Jun 09 17:05:01 2021 +0000 @@ -1,3 +1,4 @@ #define CONFIG_TARGET_LEONARDO 1 +#define CONFIG_TARGET_LEO_RFFE 1 #define GPIO1_SPEAKER_CTRL 1 #define UARTFAX_CLASSIC_DTR_DCD 0
--- a/targets/luna1.h Sat Oct 24 17:33:10 2020 +0000 +++ b/targets/luna1.h Wed Jun 09 17:05:01 2021 +0000 @@ -1,9 +1,11 @@ #define CONFIG_TARGET_LUNA 1 #define CONFIG_TARGET_TANGO 1 +#define CONFIG_TARGET_LEO_RFFE 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 ABB_SLEEP_RESTRICTION 1 #define TARGET_HAS_PWL 1
--- a/targets/luna2.h Sat Oct 24 17:33:10 2020 +0000 +++ b/targets/luna2.h Wed Jun 09 17:05:01 2021 +0000 @@ -1,7 +1,9 @@ #define CONFIG_TARGET_LUNA 1 #define CONFIG_TARGET_TANGO 1 +#define CONFIG_TARGET_LEO_RFFE 1 #define CONFIG_GPIO046_OUTPUTS 1 #define CONFIG_GPIO1_HIGH 1 #define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 1 +#define ABB_SLEEP_RESTRICTION 1 #define TARGET_HAS_PWL 1