comparison gsm-fw/include/fixedconf.h @ 665:39bacc7d5c49

gsm-fw: starting to compile comlib
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 28 Sep 2014 05:42:46 +0000
parents
children
comparison
equal deleted inserted replaced
664:d36f647c2432 665:39bacc7d5c49
1 /*
2 * This header file is a FreeCalypso addition, and it is intended to serve
3 * as a workaround for TI's habit of requiring a ton of -D options to be
4 * supplied on the compilation line for every single module.
5 *
6 * I am just now beginning to integrate the G23 protocol stack. L1, GPF and
7 * CCD have already been integrated, and thus predate the addition of this
8 * header file. However, I expect that all G23 code that uses the headers
9 * under include/condat (which used to be g23m/condat/com/include) will need
10 * to include this FreeCalypso header as well, starting with comlib.
11 *
12 * The definitions set here have been taken from TCS211 pdt_*.mak makefiles.
13 * They are given as -D options when compiling every module in the group
14 * just described, and are obviously constant, as in independent of any
15 * possible target or feature configuration.
16 */
17
18 #define _TARGET_ 1
19 #define ALR 1
20 #define CCDTABLES_EXTERN 1
21 #define NEW_ENTITY 1
22 #define NEW_FRAME 1
23 #define OPTION_MULTITHREAD 1
24 #define SHARED_VSI 1