FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/include/l1_confg.h @ 526:80ee7eacdaeb
L1 configuration: try a cut-down version first
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 14 Jul 2014 20:57:06 +0000 |
parents | 2c9c2b95ddec |
children | 25a7fe25864c |
comparison
equal
deleted
inserted
replaced
525:98c6be4d3d8d | 526:80ee7eacdaeb |
---|---|
63 | 63 |
64 /* FreeCalypso */ | 64 /* FreeCalypso */ |
65 #define CODE_VERSION NOT_SIMULATION | 65 #define CODE_VERSION NOT_SIMULATION |
66 #define AMR 1 | 66 #define AMR 1 |
67 #define L1_12NEIGH 1 | 67 #define L1_12NEIGH 1 |
68 #define L1_DYN_DSP_DWNLD 1 | 68 #define L1_DYN_DSP_DWNLD 0 /* for now */ |
69 #define L1_EOTD 0 | 69 #define L1_EOTD 0 |
70 #define L1_GTT 0 | 70 #define L1_GTT 0 |
71 #define MELODY_E2 1 | |
72 #define ORDER2_TX_TEMP_CAL 1 | 71 #define ORDER2_TX_TEMP_CAL 1 |
73 #define TESTMODE 1 | |
74 #define TRACE_TYPE 4 | 72 #define TRACE_TYPE 4 |
75 #define VCXO_ALGO 1 | 73 #define VCXO_ALGO 1 |
74 | |
75 /* TESTMODE will be enabled with feature l1tm */ | |
76 | |
77 #if CONFIG_AUDIO | |
78 # define AUDIO_TASK 1 // Enable the L1 audio features | |
79 # define MELODY_E2 1 | |
80 #endif | |
76 | 81 |
77 #if CONFIG_GPRS | 82 #if CONFIG_GPRS |
78 # define L1_GPRS 1 | 83 # define L1_GPRS 1 |
79 #else | 84 #else |
80 # define L1_GPRS 0 | 85 # define L1_GPRS 0 |
210 #define FACCH_TEST 0 // FACCH test enabled. | 215 #define FACCH_TEST 0 // FACCH test enabled. |
211 | 216 |
212 #define ADC_TIMER_ON 0 // Timer for ADC measurements | 217 #define ADC_TIMER_ON 0 // Timer for ADC measurements |
213 #define AFC_ON 1 // Enable of the Omega AFC module | 218 #define AFC_ON 1 // Enable of the Omega AFC module |
214 | 219 |
220 #if 0 | |
221 /* FreeCalypso: moved to config section above */ | |
215 #define AUDIO_TASK 1 // Enable the L1 audio features | 222 #define AUDIO_TASK 1 // Enable the L1 audio features |
223 #endif | |
216 #define AUDIO_SIMULATION 0 // Audio simulator for the audio tasks (works only with the new audio design i.e. AUDIO_TASK=1) | 224 #define AUDIO_SIMULATION 0 // Audio simulator for the audio tasks (works only with the new audio design i.e. AUDIO_TASK=1) |
217 #if (OP_L1_STANDALONE == 1) | 225 #if (OP_L1_STANDALONE == 1) |
218 #define AUDIO_L1_STANDALONE 1 // Flag to enable the audio simulator used with the L1 stand-alone (works only with the new audio design i.e. AUDIO_TASK=1) | 226 #define AUDIO_L1_STANDALONE 1 // Flag to enable the audio simulator used with the L1 stand-alone (works only with the new audio design i.e. AUDIO_TASK=1) |
219 #else | 227 #else |
220 #define AUDIO_L1_STANDALONE 0 | 228 #define AUDIO_L1_STANDALONE 0 |