summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Dowdal2014-12-05 12:34:46 -0600
committerJohn Dowdal2014-12-05 12:34:46 -0600
commitac8948144708ca492ef5f39c22634af037c0b03d (patch)
tree23de749092109a58da99ce138c19ead7556bc7de
parent4e4929f15dbf499d38e70048bc79d24114d62311 (diff)
downloadcppi-lld-ac8948144708ca492ef5f39c22634af037c0b03d.tar.gz
cppi-lld-ac8948144708ca492ef5f39c22634af037c0b03d.tar.xz
cppi-lld-ac8948144708ca492ef5f39c22634af037c0b03d.zip
-rw-r--r--cppiver.h4
-rwxr-xr-xdocs/ReleaseNotes_CPPI_LLD.docbin171520 -> 173056 bytes
-rwxr-xr-xdocs/ReleaseNotes_CPPI_LLD.pdfbin428991 -> 401759 bytes
-rw-r--r--package.xdc2
4 files changed, 3 insertions, 3 deletions
diff --git a/cppiver.h b/cppiver.h
index ca509f8..70b38fd 100644
--- a/cppiver.h
+++ b/cppiver.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 CPPI_LLD_VERSION_ID (0x02010007) 54#define CPPI_LLD_VERSION_ID (0x02010008)
55 55
56/** 56/**
57 * @brief This is the version string which describes the CPPI LLD along with the 57 * @brief This is the version string which describes the CPPI LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define CPPI_LLD_VERSION_STR "CPPI LLD Revision: 02.01.00.07" 60#define CPPI_LLD_VERSION_STR "CPPI LLD Revision: 02.01.00.08"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/docs/ReleaseNotes_CPPI_LLD.doc b/docs/ReleaseNotes_CPPI_LLD.doc
index f7a0b76..103de43 100755
--- a/docs/ReleaseNotes_CPPI_LLD.doc
+++ b/docs/ReleaseNotes_CPPI_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_CPPI_LLD.pdf b/docs/ReleaseNotes_CPPI_LLD.pdf
index 23478b0..942440c 100755
--- a/docs/ReleaseNotes_CPPI_LLD.pdf
+++ b/docs/ReleaseNotes_CPPI_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index 6b61320..719dbc6 100644
--- a/package.xdc
+++ b/package.xdc
@@ -9,6 +9,6 @@
9 * Copyright (C) 2011-2014, Texas Instruments, Inc. 9 * Copyright (C) 2011-2014, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.cppi[2,1,0,7] { 12package ti.drv.cppi[2,1,0,8] {
13 module Settings; 13 module Settings;
14} 14}