summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.docbin127488 -> 128512 bytes
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.pdfbin393042 -> 457878 bytes
-rw-r--r--package.xdc2
-rw-r--r--pruicss_ver.h4
4 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes_PRUSS_LLD.doc b/docs/ReleaseNotes_PRUSS_LLD.doc
index 5feb24b..c610e20 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 b1ba657..76b712f 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 1fab957..030f2ec 100644
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.pruss[1, 0, 0, 10] { 13package ti.drv.pruss[1, 0, 0, 11] {
14 module Settings; 14 module Settings;
15} 15}
16 16
diff --git a/pruicss_ver.h b/pruicss_ver.h
index e5e1875..ac5c470 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 (0x0100000A) 54#define PRUICSS_DRV_VERSION_ID (0x0100000B)
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.10" 60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.11"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus