FreeCalypso > hg > fc-magnetite
comparison src/cs/system/main/sys_ver.h @ 519:838eeafb0051
Main and Audio source directories lowercased
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 07:41:05 +0000 |
parents | src/cs/system/Main/sys_ver.h@945cf7f506b2 |
children |
comparison
equal
deleted
inserted
replaced
518:4b7e0dba42f6 | 519:838eeafb0051 |
---|---|
1 /******************************************************************************* | |
2 * | |
3 * SYS_VER.H | |
4 * | |
5 * This module defines the S/W versions for: | |
6 * - TI Layer1, | |
7 * - Condat G.2-3, | |
8 * - TI Ref. Design Release (GSM Platform Software Team). | |
9 * | |
10 * (C) Texas Instruments 2000 | |
11 * | |
12 ******************************************************************************/ | |
13 | |
14 /* | |
15 * TI Layer1 S/W Version | |
16 */ | |
17 #include "l1_ver.h" | |
18 #include "l1p_ver.h" | |
19 #include "l1tm_ver.h" | |
20 | |
21 | |
22 /* | |
23 * Condat G.2-3 GSM/GPRS New Frame S/W Version | |
24 */ | |
25 | |
26 //#define G23VERSION 0x122 | |
27 //#define G23VERSION 0x130 | |
28 //#define G23VERSION 0x131 | |
29 //#define G23VERSION 0x132 | |
30 //#define G23VERSION 0x1322 | |
31 //#define G23VERSION 0x1323 | |
32 //#define G23VERSION 0x133 // 133e1p4 | |
33 //#define G23VERSION 0x1331 // Snapshot 15 | |
34 //#define G23VERSION 0x1334 // Snapshot 48 | |
35 //#define G23VERSION 0x140 // 140p2 | |
36 //#define G23VERSION 0x140 // Snapshot 175 | |
37 //#define G23VERSION 0x140 // Snapshot 192 | |
38 //#define G23VERSION 0x140 // Snapshot 211 | |
39 //#define G23VERSION 0x140 // Snapshot 222 | |
40 //#define G23VERSION 0x140 // Snapshot 237 | |
41 //#define G23VERSION 0x140 // Snapshot 296 | |
42 #define G23VERSION 0x140 // Snapshot 301 | |
43 | |
44 | |
45 /* | |
46 * TI Ref. Design Release | |
47 */ | |
48 | |
49 //#define SYSTEMVERSION 0x100 // Works with Condat 3.2.0 & Layer1 1326 Port.14 | |
50 // Released on June 9th 00 | |
51 // First delivery on B-Sample board | |
52 //#define SYSTEMVERSION 0x110 // Works with Condat 3.2.0 & Layer1 1326 Port.14 | |
53 // Released on July 12th 00 | |
54 // Added AEC, ADC, AT-Cmd, Serialswitch | |
55 //#define SYSTEMVERSION 0x200 // Works with Condat 3.2.1 & Layer1 1332 Port.14 | |
56 // Released on August 16th 00 | |
57 // Added TM3, Voice Memo - Pre-FTA version | |
58 //#define SYSTEMVERSION 0x210 // Works with Condat 3.2.2 & Layer1 1332 Port.14 | |
59 // Released on September 13th 00 | |
60 // Added F&D, Big Sleep | |
61 //#define SYSTEMVERSION 0x300 // Works with Condat 3.2.2 & Layer1 1332 Port.14 | |
62 // Released on November 27th 00 | |
63 // Added FFS, VM in Flash, Riviera Environment, | |
64 // New SPI and LCD drivers, Deep Sleep | |
65 //#define SYSTEMVERSION 0x301 // Works with Condat 3.3.0 & Layer1 1332 Port.14 | |
66 // Released on January 23th 01 | |
67 // Added Multi VM in Flash, UARTs wake-up after | |
68 // deep sleep, Stack Monitoring | |
69 //#define SYSTEMVERSION 0x302 // Works with Condat 3.3.0 & Layer1 1332 Port.14 | |
70 // Released on April 9th 01 | |
71 // New Trace Integration, Testmode PCTM rework | |
72 //#define SYSTEMVERSION 0x320 // Works with Condat 3.3.2 & Layer1 1352 | |
73 // Released on June 29th 01 | |
74 // New Layer1 Integration, Testmode PCTM rework, | |
75 // Audio + RTC SW entities | |
76 // FFS single bank | |
77 //#define SYSTEMVERSION 0x520 // Works with Condat GPRS 1.2.2 & Layer1 1354 | |
78 // First external GPRS release | |
79 // Released on July 31th 01 | |
80 //#define SYSTEMVERSION 0x530 // Works with Condat GSM 3.3.3 & Layer1 1354 | |
81 // Released on Sept 11th 01 | |
82 // Works with Condat GPRS 1.3.0 & Layer1 1354 | |
83 //#define SYSTEMVERSION 0x531 // Works with Condat GPRS 1.3.1 & Layer1 1366_112_404 | |
84 // Released on Nov 16th 01 | |
85 // New Layer1 Integration, Appli Init rework, | |
86 // Riviera v1.6, Serialswitch rework, DCD/DTR | |
87 // support in UARTFAX | |
88 // DAR + KPD + PWR + R2D SW entities | |
89 //#define SYSTEMVERSION 0x532 // Works with Condat GPRS 1.3.2 & Layer1 1372_115_404 | |
90 // Released on Feb 06th 02 | |
91 // New Layer1 Integration, Riviera v1.61, Audio Name | |
92 // Dialing & Configuration, RGUI SW entities | |
93 //#define SYSTEMVERSION 0x533 // Works with Condat GPRS 1.3.2.2 & Layer1 1379_120_404 | |
94 // Released on March 29th 02 | |
95 // Melody E2 first step and D-Sample IOTA support | |
96 //#define SYSTEMVERSION 0x540 // Works with Condat GPRS 1.3.3e1p4 & Layer1 1386_124_405 | |
97 // Released on July 19th 02 | |
98 | |
99 #define SYSTEMVERSION 0x542 |