FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/etm/etm_version.h @ 164:d78219c43fbf
gsm-fw/services/etm: initial import from the Leonardo semi-src
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 18 Nov 2013 06:39:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
163:5e0e41cd7c9f | 164:d78219c43fbf |
---|---|
1 /******************************************************************************** | |
2 * Enhanced TestMode (ETM) - Revision Controle System Header | |
3 * @file etm_version.h | |
4 * | |
5 * @author Kim T. Peteren (ktp@ti.com) | |
6 * @version 0.1 | |
7 * | |
8 | |
9 * | |
10 * History: | |
11 * | |
12 * Date Modification | |
13 * ------------------------------------ | |
14 * 21/10/2003 Creation | |
15 * | |
16 * | |
17 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved | |
18 *********************************************************************************/ | |
19 | |
20 #ifndef _ETM_VERSION_H_ | |
21 #define _ETM_VERSION_H_ | |
22 | |
23 | |
24 /****************************************************************************** | |
25 * Enhanced TestMode version numbers | |
26 *****************************************************************************/ | |
27 | |
28 //#define ETM_VERSION 0x0100L // First Version | |
29 //#define ETM_VERSION 0x0102L // Updated ETM task state machine, removed recption of ATP events. | |
30 #define ETM_VERSION 0x0103L // Fixed issue regarding interaction with the ETM registration database | |
31 | |
32 | |
33 #define ETM_API_VERSION 0x0100L // First Version | |
34 | |
35 | |
36 /****************************************************************************** | |
37 * Version of ETM CORE | |
38 *****************************************************************************/ | |
39 | |
40 //#define ETM_CORE_VERSION 0x0101L // First Version | |
41 //#define ETM_CORE_VERSION 0x0102L // | |
42 #define ETM_CORE_VERSION 0x0103L // Updated core FIDs with new values and added | |
43 // support for Die-ID read. | |
44 | |
45 /****************************************************************************** | |
46 * Version of ETM AUDIO | |
47 *****************************************************************************/ | |
48 | |
49 //#define ETM_AUDIO_VERSION 0x0100L // First Version | |
50 //#define ETM_AUDIO_VERSION 0x0101L // Version updated with support of new AUDIO parameters - not yet fully tested | |
51 #define ETM_AUDIO_VERSION 0x0102L // Implemented callback function instead of msg handling. | |
52 #endif // End of ETM_VERSION | |
53 | |
54 | |
55 /****************************************************************************** | |
56 * Version of ETM PWR | |
57 *****************************************************************************/ | |
58 | |
59 #define ETM_PWR_VERSION 0x0100L // First Version |