summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes_PA_LLD.docbin741376 -> 747520 bytes
-rw-r--r--docs/ReleaseNotes_PA_LLD.pdfbin1238779 -> 1242249 bytes
-rw-r--r--package.xdc4
-rw-r--r--paver.h4
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes_PA_LLD.doc b/docs/ReleaseNotes_PA_LLD.doc
index b49f773..c3f6409 100644
--- a/docs/ReleaseNotes_PA_LLD.doc
+++ b/docs/ReleaseNotes_PA_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_PA_LLD.pdf b/docs/ReleaseNotes_PA_LLD.pdf
index 556c76f..6351b25 100644
--- a/docs/ReleaseNotes_PA_LLD.pdf
+++ b/docs/ReleaseNotes_PA_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index da9520d..b2e05aa 100644
--- a/package.xdc
+++ b/package.xdc
@@ -6,10 +6,10 @@
6 * DESCRIPTION: 6 * DESCRIPTION:
7 * This file contains the package specification for the CPPI LLD library 7 * This file contains the package specification for the CPPI LLD library
8 * 8 *
9 * Copyright (C) 2009-2017, Texas Instruments, Inc. 9 * Copyright (C) 2009-2018, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.pa[3,0,2,5] { 12package ti.drv.pa[3,0,2,6] {
13 module Settings; 13 module Settings;
14} 14}
15 15
diff --git a/paver.h b/paver.h
index ad37d11..ae92ba9 100644
--- a/paver.h
+++ b/paver.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 PA_LLD_VERSION_ID (0x03000205) 54#define PA_LLD_VERSION_ID (0x03000206)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PA LLD along with the 57 * @brief This is the version string which describes the PA LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define PA_LLD_VERSION_STR "PA LLD Revision: 03.00.02.05" 60#define PA_LLD_VERSION_STR "PA LLD Revision: 03.00.02.06"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus