]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/build/pdk_build_ver.h
PDK-4966: Added SA2UL Package Support - Use DDR for SAUL Buffers
[processor-sdk/pdk.git] / packages / ti / build / pdk_build_ver.h
1 #ifndef PDK_BUILD_VER_H
2 #define PDK_BUILD_VER_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 /* ============================================================= */
9 /**
10  *   @file  pdk_build_ver.h
11  *
12  *   path  ti/build/pdk_build_ver.h
13  *
14  *   @brief  PDK_BUILD infrastructure Version Definitions
15  *
16  *  ============================================================
17  *  Copyright (c) Texas Instruments Incorporated 2016
18  * 
19  *  Redistribution and use in source and binary forms, with or without 
20  *  modification, are permitted provided that the following conditions 
21  *  are met:
22  *
23  *    Redistributions of source code must retain the above copyright 
24  *    notice, this list of conditions and the following disclaimer.
25  *
26  *    Redistributions in binary form must reproduce the above copyright
27  *    notice, this list of conditions and the following disclaimer in the 
28  *    documentation and/or other materials provided with the   
29  *    distribution.
30  *
31  *    Neither the name of Texas Instruments Incorporated nor the names of
32  *    its contributors may be used to endorse or promote products derived
33  *    from this software without specific prior written permission.
34  *
35  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
36  *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
37  *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
38  *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
39  *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
40  *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
41  *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42  *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
43  *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
44  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
45  *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46  *
47 */
49 /**
50  * @brief   This is the PDK_BUILD Version. Versions numbers are encoded in the following 
51  * format:
52  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53  */
54 #define pdk_build_VERSION_ID                   (0x0100000DU)
56 /**
57  * @brief   This is the version string which describes the PDK_BUILD along with the
58  * date and build information.
59  */
60 #define pdk_build_VERSION_STR                  "PDK_BUILD Revision: 01.00.00.13"
63 #ifdef __cplusplus
64 }
65 #endif
66   
68 #endif  /* PDK_BUILD_VER_H */