summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2018-07-17 13:53:13 -0500
committerAravind Batni2018-07-17 13:53:13 -0500
commit7934ae59f545b302ede96482e61a1f79ff3518ce (patch)
tree6f50344709711011a0d25c3febae23f675c72847
parenta0410bd2bf7f39d71d5985bd5404bedc6b7d9bfd (diff)
parent4cd1e880926e1634ae531fb516ecca5bb946eaf8 (diff)
downloadqmss-lld-7934ae59f545b302ede96482e61a1f79ff3518ce.tar.gz
qmss-lld-7934ae59f545b302ede96482e61a1f79ff3518ce.tar.xz
qmss-lld-7934ae59f545b302ede96482e61a1f79ff3518ce.zip
* commit '4cd1e880926e1634ae531fb516ecca5bb946eaf8': documentation update for PRSDK 5.0 release
-rw-r--r--docs/ReleaseNotes_QMSS_LLD.docbin204800 -> 205824 bytes
-rw-r--r--docs/ReleaseNotes_QMSS_LLD.pdfbin459964 -> 600448 bytes
-rw-r--r--package.xdc4
-rw-r--r--qmssver.h4
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes_QMSS_LLD.doc b/docs/ReleaseNotes_QMSS_LLD.doc
index b82aa09..6dbd9cc 100644
--- a/docs/ReleaseNotes_QMSS_LLD.doc
+++ b/docs/ReleaseNotes_QMSS_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_QMSS_LLD.pdf b/docs/ReleaseNotes_QMSS_LLD.pdf
index ff0c24d..2b5d037 100644
--- a/docs/ReleaseNotes_QMSS_LLD.pdf
+++ b/docs/ReleaseNotes_QMSS_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index 28cb143..fb158bf 100644
--- a/package.xdc
+++ b/package.xdc
@@ -6,9 +6,9 @@
6 * DESCRIPTION: 6 * DESCRIPTION:
7 * This file contains the package specification for the QMSS LLD library 7 * This file contains the package specification for the QMSS LLD library
8 * 8 *
9 * Copyright (C) 2011-2017, Texas Instruments, Inc. 9 * Copyright (C) 2011-2018, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.qmss[2,1,0,15] { 12package ti.drv.qmss[2,1,0,16] {
13 module Settings; 13 module Settings;
14} 14}
diff --git a/qmssver.h b/qmssver.h
index 3cc2a39..9e14dc7 100644
--- a/qmssver.h
+++ b/qmssver.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 QMSS_LLD_VERSION_ID (0x0201000F) 54#define QMSS_LLD_VERSION_ID (0x02010010)
55 55
56/** 56/**
57 * @brief This is the version string which describes the QMSS LLD along with the 57 * @brief This is the version string which describes the QMSS LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define QMSS_LLD_VERSION_STR "QMSS LLD Revision: 02.01.00.15" 60#define QMSS_LLD_VERSION_STR "QMSS LLD Revision: 02.01.00.16"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus