comparison services/etm/etm_version.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 * 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