]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/tcp3d-lld.git/commitdiff
Documentation and version updates for procsdk 5.0 release
authorSinthu Raja M <x0257345@ti.com>
Tue, 17 Jul 2018 11:54:37 +0000 (17:24 +0530)
committerSinthu Raja M <x0257345@ti.com>
Tue, 17 Jul 2018 11:54:37 +0000 (17:24 +0530)
docs/ReleaseNotes_TCP3DDriver.doc
docs/ReleaseNotes_TCP3DDriver.pdf
package.xdc
tcp3dver.h

index 0b00622579120a06b24b9e89e1cf3e66e34307f8..b07052fe8c61275a9ade371f3ef8b30de8bf0a19 100644 (file)
Binary files a/docs/ReleaseNotes_TCP3DDriver.doc and b/docs/ReleaseNotes_TCP3DDriver.doc differ
index 173e7f6cc7101982ce52377fe20df84631fda502..2c0c35227b32b67992df21babf7db148e774b7de 100644 (file)
Binary files a/docs/ReleaseNotes_TCP3DDriver.pdf and b/docs/ReleaseNotes_TCP3DDriver.pdf differ
index 541a696bf9d8aadccd690b2f5f3ffca9f4d87385..c6a87652d680c38f245fc03ac5c58d38f081a8f6 100644 (file)
@@ -9,7 +9,7 @@
  * Copyright (C) 2012, 2015, Texas Instruments, Inc.\r
  *****************************************************************************/\r
 \r
-package ti.drv.tcp3d[2, 01, 00, 05] {\r
+package ti.drv.tcp3d[2, 01, 00, 06] {\r
     module Settings;\r
 }\r
 \r
index e672e6adad7f9a13fb3410ef6929f88eca2d26ba..fdbc02555ea99997b1e1cb5f30e169cae8bb2c26 100644 (file)
@@ -51,13 +51,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define TCP3D_DRV_VERSION_ID                   (0x02010005)
+#define TCP3D_DRV_VERSION_ID                   (0x02010006)
 
 /**
  * @brief   This is the version string which describes the TCP3D Driver along with the
  * date and build information.
  */
-#define TCP3D_DRV_VERSION_STR                  "TCP3D Driver Revision: 02.01.00.05"
+#define TCP3D_DRV_VERSION_STR                  "TCP3D Driver Revision: 02.01.00.06"
 
 
 #ifdef __cplusplus