summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2018-03-08 13:34:27 -0600
committerTinku Mannan2018-03-08 13:34:27 -0600
commit49716e2cbce87176932016b68728767026311d1c (patch)
tree2da74ce490b4198e87f982767f5a5495829f499b
parent081a8bffd4d64b38d66780ba050f8c963fd4b0ed (diff)
parent1a53a19ac57a29f4e93ee9fccefb50eaef739f41 (diff)
downloadpruss-lld-49716e2cbce87176932016b68728767026311d1c.tar.gz
pruss-lld-49716e2cbce87176932016b68728767026311d1c.tar.xz
pruss-lld-49716e2cbce87176932016b68728767026311d1c.zip
Merge pull request #42 in PROCESSOR-SDK/pruss-lld from REL_NOTES_1_0_0_9 to masterDEV.PRUSS_LLD.01.00.00.09
* commit '1a53a19ac57a29f4e93ee9fccefb50eaef739f41': Release notes and versioning info update
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.docbin119808 -> 127488 bytes
-rw-r--r--docs/ReleaseNotes_PRUSS_LLD.pdfbin390957 -> 392676 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 18722ed..a931714 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 73443b1..fca4ea6 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 6715e99..a2efdec 100644
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.pruss[1, 0, 0, 8] { 13package ti.drv.pruss[1, 0, 0, 9] {
14 module Settings; 14 module Settings;
15} 15}
16 16
diff --git a/pruicss_ver.h b/pruicss_ver.h
index ac95626..bbd655f 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 (0x01000008) 54#define PRUICSS_DRV_VERSION_ID (0x01000009)
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.08" 60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.09"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus