summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuraj Das2016-06-24 13:39:15 -0500
committerSuraj Das2016-06-24 13:39:15 -0500
commitcc86018e4f2243e98ff05501c7f127b220c5c499 (patch)
treea6cdcd773c634c4a0dfc07cae757abf8dff7b0ca
parent5151891eb63eafb997a6a54ed6fc17ae85baec89 (diff)
downloadpcie-lld-cc86018e4f2243e98ff05501c7f127b220c5c499.tar.gz
pcie-lld-cc86018e4f2243e98ff05501c7f127b220c5c499.tar.xz
pcie-lld-cc86018e4f2243e98ff05501c7f127b220c5c499.zip
updated release notes and versionDEV.PCIE_LLD.02.02.00.05
-rw-r--r--docs/ReleaseNotes_PCIE_LLD.docbin216576 -> 216064 bytes
-rw-r--r--docs/ReleaseNotes_PCIE_LLD.pdfbin318464 -> 318416 bytes
-rw-r--r--package.xdc2
-rw-r--r--pciever.h4
4 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes_PCIE_LLD.doc b/docs/ReleaseNotes_PCIE_LLD.doc
index 77e3a12..aa640eb 100644
--- a/docs/ReleaseNotes_PCIE_LLD.doc
+++ b/docs/ReleaseNotes_PCIE_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_PCIE_LLD.pdf b/docs/ReleaseNotes_PCIE_LLD.pdf
index 07c1f94..587eb5f 100644
--- a/docs/ReleaseNotes_PCIE_LLD.pdf
+++ b/docs/ReleaseNotes_PCIE_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index 293bbde..c4b07e8 100644
--- a/package.xdc
+++ b/package.xdc
@@ -9,7 +9,7 @@
9 * Copyright (C) 2012-2016, Texas Instruments, Inc. 9 * Copyright (C) 2012-2016, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.pcie[2, 2, 0, 4] { 12package ti.drv.pcie[2, 2, 0, 5] {
13 module Settings; 13 module Settings;
14} 14}
15 15
diff --git a/pciever.h b/pciever.h
index a29ddc4..a554b22 100644
--- a/pciever.h
+++ b/pciever.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 pcie_LLD_VERSION_ID (0x02020004U) 54#define pcie_LLD_VERSION_ID (0x02020005U)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PCIE LLD along with the 57 * @brief This is the version string which describes the PCIE LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define pcie_LLD_VERSION_STR "PCIE LLD Revision: 02.02.00.04" 60#define pcie_LLD_VERSION_STR "PCIE LLD Revision: 02.02.00.05"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus