summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuraj Das2017-03-10 14:30:02 -0600
committerSuraj Das2017-03-10 14:30:02 -0600
commitcbd8cacb5bed7e7cc4613a5e3be2660e51f25ae7 (patch)
treef92c532a9394447614b768277f457da6f8fd3a44
parent3c2242a026a379b94221d65ff673722e34e60594 (diff)
downloadpcie-lld-cbd8cacb5bed7e7cc4613a5e3be2660e51f25ae7.tar.gz
pcie-lld-cbd8cacb5bed7e7cc4613a5e3be2660e51f25ae7.tar.xz
pcie-lld-cbd8cacb5bed7e7cc4613a5e3be2660e51f25ae7.zip
update version and RN and tagDEV.PCIE_LLD.02.02.00.08
-rw-r--r--docs/ReleaseNotes_PCIE_LLD.docbin217088 -> 217600 bytes
-rw-r--r--docs/ReleaseNotes_PCIE_LLD.pdfbin336265 -> 336867 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 0487ab1..6e5c428 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 b49d36b..8e8d26f 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 ac9ebac..ef94f73 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, 7] { 12package ti.drv.pcie[2, 2, 0, 8] {
13 module Settings; 13 module Settings;
14} 14}
15 15
diff --git a/pciever.h b/pciever.h
index 2a17a14..41a6db9 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 (0x02020007U) 54#define pcie_LLD_VERSION_ID (0x02020008U)
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.07" 60#define pcie_LLD_VERSION_STR "PCIE LLD Revision: 02.02.00.08"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus