summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2018-07-17 07:31:40 -0500
committerMahesh Radhakrishnan2018-07-17 07:31:40 -0500
commitf76b6da0a31e4232c0f728703f8dece3d8d88aaa (patch)
tree6431460013028655c9591f4854a53d8796bea9ed
parent2fff6a5e6122062f2322738f28cd31f87609672b (diff)
parenta8c37d769f5530766fc0aca81f65ae5e1ee1a131 (diff)
downloadtcp3d-lld-f76b6da0a31e4232c0f728703f8dece3d8d88aaa.tar.gz
tcp3d-lld-f76b6da0a31e4232c0f728703f8dece3d8d88aaa.tar.xz
tcp3d-lld-f76b6da0a31e4232c0f728703f8dece3d8d88aaa.zip
Merge pull request #2 in PROCESSOR-SDK/tcp3d-lld from Doc_ver_update_5.0 to masterDEV.TCP3D_LLD.02.01.00.06DEV.PROCESSOR-SDK.05.01.00.11DEV.PROCESSOR-SDK.05.01.00.10
* commit 'a8c37d769f5530766fc0aca81f65ae5e1ee1a131': Documentation and version updates for procsdk 5.0 release
-rw-r--r--docs/ReleaseNotes_TCP3DDriver.docbin149504 -> 153088 bytes
-rw-r--r--docs/ReleaseNotes_TCP3DDriver.pdfbin93361 -> 267140 bytes
-rw-r--r--package.xdc2
-rw-r--r--tcp3dver.h4
4 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes_TCP3DDriver.doc b/docs/ReleaseNotes_TCP3DDriver.doc
index 0b00622..b07052f 100644
--- a/docs/ReleaseNotes_TCP3DDriver.doc
+++ b/docs/ReleaseNotes_TCP3DDriver.doc
Binary files differ
diff --git a/docs/ReleaseNotes_TCP3DDriver.pdf b/docs/ReleaseNotes_TCP3DDriver.pdf
index 173e7f6..2c0c352 100644
--- a/docs/ReleaseNotes_TCP3DDriver.pdf
+++ b/docs/ReleaseNotes_TCP3DDriver.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index 541a696..c6a8765 100644
--- a/package.xdc
+++ b/package.xdc
@@ -9,7 +9,7 @@
9 * Copyright (C) 2012, 2015, Texas Instruments, Inc. 9 * Copyright (C) 2012, 2015, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.tcp3d[2, 01, 00, 05] { 12package ti.drv.tcp3d[2, 01, 00, 06] {
13 module Settings; 13 module Settings;
14} 14}
15 15
diff --git a/tcp3dver.h b/tcp3dver.h
index e672e6a..fdbc025 100644
--- a/tcp3dver.h
+++ b/tcp3dver.h
@@ -51,13 +51,13 @@ extern "C" {
51 * format: 51 * format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */ 53 */
54#define TCP3D_DRV_VERSION_ID (0x02010005) 54#define TCP3D_DRV_VERSION_ID (0x02010006)
55 55
56/** 56/**
57 * @brief This is the version string which describes the TCP3D Driver along with the 57 * @brief This is the version string which describes the TCP3D Driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define TCP3D_DRV_VERSION_STR "TCP3D Driver Revision: 02.01.00.05" 60#define TCP3D_DRV_VERSION_STR "TCP3D Driver Revision: 02.01.00.06"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus