summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Tomas2015-02-09 04:59:35 -0600
committerSebastien Tomas2015-02-09 04:59:35 -0600
commit454ccbeccd37c1f581ab302b75744e82a738a96b (patch)
treea17031ab426055400ad111aff67cd5faca0d3476
parent2b7775ccd5a1a8a56ca4b54040b7f76902fa9dc8 (diff)
downloaddfe-lld-454ccbeccd37c1f581ab302b75744e82a738a96b.tar.gz
dfe-lld-454ccbeccd37c1f581ab302b75744e82a738a96b.tar.xz
dfe-lld-454ccbeccd37c1f581ab302b75744e82a738a96b.zip
getting 1.0.0.4 release ready
-rw-r--r--dfever.h4
-rw-r--r--docs/ReleaseNotes_DFE_LLD.docbin131584 -> 132608 bytes
-rw-r--r--docs/ReleaseNotes_DFE_LLD.pdfbin314037 -> 314776 bytes
-rw-r--r--package.xdc2
4 files changed, 3 insertions, 3 deletions
diff --git a/dfever.h b/dfever.h
index bec62b3..876aaa0 100644
--- a/dfever.h
+++ b/dfever.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 DFE_LLD_VERSION_ID (0x01000003) 54#define DFE_LLD_VERSION_ID (0x01000004)
55 55
56/** 56/**
57 * @brief This is the version string which describes the DFE LLD along with the 57 * @brief This is the version string which describes the DFE LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define DFE_LLD_VERSION_STR "DFE LLD Revision: 01.00.00.03" 60#define DFE_LLD_VERSION_STR "DFE LLD Revision: 01.00.00.04"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/docs/ReleaseNotes_DFE_LLD.doc b/docs/ReleaseNotes_DFE_LLD.doc
index dd6d73b..bdbec24 100644
--- a/docs/ReleaseNotes_DFE_LLD.doc
+++ b/docs/ReleaseNotes_DFE_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_DFE_LLD.pdf b/docs/ReleaseNotes_DFE_LLD.pdf
index 9c9b087..7954e9f 100644
--- a/docs/ReleaseNotes_DFE_LLD.pdf
+++ b/docs/ReleaseNotes_DFE_LLD.pdf
Binary files differ
diff --git a/package.xdc b/package.xdc
index b5d7ccd..2e8ef64 100644
--- a/package.xdc
+++ b/package.xdc
@@ -14,6 +14,6 @@ requires ti.drv.cppi;
14requires ti.drv.qmss; 14requires ti.drv.qmss;
15requires ti.drv.pa; 15requires ti.drv.pa;
16*/ 16*/
17package ti.drv.dfe[01,00,00,03] { 17package ti.drv.dfe[01,00,00,04] {
18 module Settings; 18 module Settings;
19} 19}