FreeCalypso > hg > freecalypso-citrine
comparison include/condat-features.h @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 /* | |
2 * This header file is a FreeCalypso concoction; its inclusion will be added | |
3 * to all of the C modules comprising the core TI/Condat G23 protocol stack, | |
4 * along with config.h and fixedconf.h. All definitions given herein used | |
5 * to be -D options which had to be given on the compilation line for | |
6 * every single module. | |
7 * | |
8 * In terms of the staticness vs. configurability, the options given here | |
9 * fall somewhere in the middle between config.h and fixedconf.h. The | |
10 * values set here have been taken from the pdt_*.mak makefiles in the | |
11 * Leonardo semi-src from Sotovik. | |
12 */ | |
13 | |
14 #define AT_INTERPRETER 1 | |
15 #define DTI2 1 | |
16 #define FF_ATI 1 | |
17 #define FF_CPHS 1 | |
18 #define FF_EM_MODE 1 | |
19 #define FF_MULTIBAND 1 | |
20 #define FF_HOMEZONE 1 | |
21 #define FF_MMI_SMS_DYNAMIC 1 | |
22 #define HAS_FLASH_EPROM 1 | |
23 #define PHONEBOOK_EXTENSION 1 | |
24 #define SIM_TOOLKIT 1 | |
25 #define SMS_PDU_SUPPORT 1 | |
26 #define UART 1 | |
27 #define USE_L1FD_FUNC_INTERFACE 1 | |
28 #define VOCODER_FUNC_INTERFACE 1 |