summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2018-07-17 07:46:13 -0500
committerMahesh Radhakrishnan2018-07-17 07:46:13 -0500
commite3a060276f73206f228f0079c2ec987dcdf6b611 (patch)
tree9a3efd4dc5ba412f8ada711a619085625874c6f8
parentf23bbdc38d462f591f20ba81b6663a12adff60ef (diff)
parent0d1bdeb4d5d79f24405abb1a1a320ea16584ef8b (diff)
downloadpktlib-e3a060276f73206f228f0079c2ec987dcdf6b611.tar.gz
pktlib-e3a060276f73206f228f0079c2ec987dcdf6b611.tar.xz
pktlib-e3a060276f73206f228f0079c2ec987dcdf6b611.zip
Merge pull request #2 in PROCESSOR-SDK/pktlib from Doc_ver_update_5.0 to masterDEV.PKTLIB.2.1.0.8
* commit '0d1bdeb4d5d79f24405abb1a1a320ea16584ef8b': Documentation and version updates for procsdk 5.0 release
-rw-r--r--ti/runtime/pktlib/docs/ReleaseNotes_pktLib.docbin125952 -> 127488 bytes
-rwxr-xr-xti/runtime/pktlib/docs/ReleaseNotes_pktLib.pdfbin317964 -> 221752 bytes
-rwxr-xr-xti/runtime/pktlib/package.xdc2
-rw-r--r--ti/runtime/pktlib/pktlibver.h4
4 files changed, 3 insertions, 3 deletions
diff --git a/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.doc b/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.doc
index 31ade8c..c726833 100644
--- a/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.doc
+++ b/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.doc
Binary files differ
diff --git a/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.pdf b/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.pdf
index 146d151..963538b 100755
--- a/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.pdf
+++ b/ti/runtime/pktlib/docs/ReleaseNotes_pktLib.pdf
Binary files differ
diff --git a/ti/runtime/pktlib/package.xdc b/ti/runtime/pktlib/package.xdc
index 60fdee1..e549a32 100755
--- a/ti/runtime/pktlib/package.xdc
+++ b/ti/runtime/pktlib/package.xdc
@@ -9,6 +9,6 @@
9 * Copyright (C) 2009,2013 Texas Instruments, Inc. 9 * Copyright (C) 2009,2013 Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.runtime.pktlib[02, 01, 00, 05] { 12package ti.runtime.pktlib[02, 01, 00, 08] {
13} 13}
14 14
diff --git a/ti/runtime/pktlib/pktlibver.h b/ti/runtime/pktlib/pktlibver.h
index 1d5e7d8..039038f 100644
--- a/ti/runtime/pktlib/pktlibver.h
+++ b/ti/runtime/pktlib/pktlibver.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 PKTLIB_VERSION_ID (0x02010007) 54#define PKTLIB_VERSION_ID (0x02010008)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PKTLIB driver along with the 57 * @brief This is the version string which describes the PKTLIB driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define PKTLIB_VERSION_STR "PKTLIB Driver Revision: 02.01.00.07" 60#define PKTLIB_VERSION_STR "PKTLIB Driver Revision: 02.01.00.08"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus