summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2019-03-12 12:50:03 -0500
committerTinku Mannan2019-03-12 13:18:02 -0500
commitb735f43029d2f39771941939596d6017710bd805 (patch)
tree2a9e100869bf0c15e9a492f891a908b314613ef9
parent21fee01370547a5a84076a50e66fe0d4f5dc51f2 (diff)
downloadpruss-lld-b735f43029d2f39771941939596d6017710bd805.tar.gz
pruss-lld-b735f43029d2f39771941939596d6017710bd805.tar.xz
pruss-lld-b735f43029d2f39771941939596d6017710bd805.zip
Release notes and version update
Signed-off-by: Tinku Mannan <tmannan@ti.com>
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.docbin128512 -> 129024 bytes
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.pdfbin457878 -> 458200 bytes
-rw-r--r--package.xdc4
-rw-r--r--pruicss_ver.h4
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes_PRUSS_LLD.doc b/docs/ReleaseNotes_PRUSS_LLD.doc
index c610e20..9ba1a3c 100644
--- a/docs/ReleaseNotes_PRUSS_LLD.doc
+++ b/docs/ReleaseNotes_PRUSS_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_PRUSS_LLD.pdf b/docs/ReleaseNotes_PRUSS_LLD.pdf
index 76b712f..bc2d227 100644
--- a/docs/ReleaseNotes_PRUSS_LLD.pdf
+++ b/docs/ReleaseNotes_PRUSS_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index 030f2ec..c604e26 100644
--- a/package.xdc
+++ b/package.xdc
@@ -6,11 +6,11 @@
6 * DESCRIPTION: 6 * DESCRIPTION:
7 * This file contains the package specification for the pruss Driver 7 * This file contains the package specification for the pruss Driver
8 * 8 *
9 * Copyright (C) 2009-2018, Texas Instruments, Inc. 9 * Copyright (C) 2009-2019, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.pruss[1, 0, 0, 11] { 13package ti.drv.pruss[1, 0, 0, 13] {
14 module Settings; 14 module Settings;
15} 15}
16 16
diff --git a/pruicss_ver.h b/pruicss_ver.h
index ac5c470..4c4900e 100644
--- a/pruicss_ver.h
+++ b/pruicss_ver.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 PRUICSS_DRV_VERSION_ID (0x0100000B) 54#define PRUICSS_DRV_VERSION_ID (0x0100000D)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PRUICSS driver along with the 57 * @brief This is the version string which describes the PRUICSS driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.11" 60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.13"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus