summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fw/v0/pdsp_ver.h')
-rw-r--r--fw/v0/pdsp_ver.h70
1 files changed, 70 insertions, 0 deletions
diff --git a/fw/v0/pdsp_ver.h b/fw/v0/pdsp_ver.h
new file mode 100644
index 0000000..e13050c
--- /dev/null
+++ b/fw/v0/pdsp_ver.h
@@ -0,0 +1,70 @@
1//============================================================================
2// pdsp_ver_gen1.h
3//
4//
5//
6// TEXAS INSTRUMENTS TEXT FILE LICENSE
7//
8// Copyright (c) 2016 Texas Instruments Incorporated
9//
10// All rights reserved not granted herein.
11//
12// Limited License.
13//
14// Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
15// license under copyrights and patents it now or hereafter owns or controls to
16// make, have made, use, import, offer to sell and sell ("Utilize") this software
17// subject to the terms herein. With respect to the foregoing patent license,
18// such license is granted solely to the extent that any such patent is necessary
19// to Utilize the software alone. The patent license shall not apply to any
20// combinations which include this software, other than combinations with devices
21// manufactured by or for TI (“TI Devices”). No hardware patent is licensed hereunder.
22//
23// Redistributions must preserve existing copyright notices and reproduce this license
24// (including the above copyright notice and the disclaimer and (if applicable) source
25// code license limitations below) in the documentation and/or other materials provided
26// with the distribution.
27//
28// Redistribution and use in binary form, without modification, are permitted provided
29// that the following conditions are met:
30// No reverse engineering, decompilation, or disassembly of this software is
31// permitted with respect to any software provided in binary form.
32// Any redistribution and use are licensed by TI for use only with TI Devices.
33// Nothing shall obligate TI to provide you with source code for the software
34// licensed and provided to you in object code.
35//
36// If software source code is provided to you, modification and redistribution of the
37// source code are permitted provided that the following conditions are met:
38// Any redistribution and use of the source code, including any resulting derivative
39// works, are licensed by TI for use only with TI Devices.
40// Any redistribution and use of any object code compiled from the source code
41// and any resulting derivative works, are licensed by TI for use only with TI Devices.
42//
43// Neither the name of Texas Instruments Incorporated nor the names of its suppliers
44// may be used to endorse or promote products derived from this software without
45// specific prior written permission.
46//
47// DISCLAIMER.
48//
49// THIS SOFTWARE IS PROVIDED BY TI AND TI’S LICENSORS "AS IS" AND ANY EXPRESS OR IMPLIED
50// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
51// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL TI AND TI’S
52// LICENSORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
53// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
54// GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
55// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
56// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
57// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58//
59//
60//
61
62#ifndef _PDSP_VER_GEN1_H
63#define _PDSP_VER_GEN1_H 1
64
65#define PASS_VERSION_STR "03.00.02.00"
66
67// Common PDSP version number
68#define PASS_VERSION 0x03000200
69
70#endif \ No newline at end of file