summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2018-12-07 13:11:56 -0600
committerTinku Mannan2018-12-07 13:11:56 -0600
commitc58b80f9ac111865e15e4469d7ce98dad50be120 (patch)
tree0495b77b31d875937e006730452396210c32396a
parente759161bd872e327dca41173f31e92d5c1cf2c2f (diff)
downloadicss-emac-c58b80f9ac111865e15e4469d7ce98dad50be120.tar.gz
icss-emac-c58b80f9ac111865e15e4469d7ce98dad50be120.tar.xz
icss-emac-c58b80f9ac111865e15e4469d7ce98dad50be120.zip
Release notes and verion update for 5.2
Signed-off-by: Tinku Mannan <tmannan@ti.com>
-rw-r--r--docs/ReleaseNotes_ICSS_EMAC_LLD.docbin138752 -> 138752 bytes
-rw-r--r--docs/ReleaseNotes_ICSS_EMAC_LLD.pdfbin386601 -> 451541 bytes
-rw-r--r--icss_emac_ver.h4
-rw-r--r--package.xdc4
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes_ICSS_EMAC_LLD.doc b/docs/ReleaseNotes_ICSS_EMAC_LLD.doc
index d650b2e..c793e37 100644
--- a/docs/ReleaseNotes_ICSS_EMAC_LLD.doc
+++ b/docs/ReleaseNotes_ICSS_EMAC_LLD.doc
Binary files differ
diff --git a/docs/ReleaseNotes_ICSS_EMAC_LLD.pdf b/docs/ReleaseNotes_ICSS_EMAC_LLD.pdf
index 9e4d591..169070b 100644
--- a/docs/ReleaseNotes_ICSS_EMAC_LLD.pdf
+++ b/docs/ReleaseNotes_ICSS_EMAC_LLD.pdf
Binary files differ
diff --git a/icss_emac_ver.h b/icss_emac_ver.h
index b2e809c..8b01f6f 100644
--- a/icss_emac_ver.h
+++ b/icss_emac_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 ICSS_EMAC_DRV_VERSION_ID (0x0100000C) 54#define ICSS_EMAC_DRV_VERSION_ID (0x0100000E)
55 55
56/** 56/**
57 * @brief This is the version string which describes the icss_emac driver along with the 57 * @brief This is the version string which describes the icss_emac driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define ICSS_EMAC_DRV_VERSION_STR "icss_emac Driver Revision: 01.00.00.12" 60#define ICSS_EMAC_DRV_VERSION_STR "icss_emac Driver Revision: 01.00.00.14"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/package.xdc b/package.xdc
index c7ec58d..38e867c 100644
--- a/package.xdc
+++ b/package.xdc
@@ -1,4 +1,4 @@
1/****************************************************************************** 1g******************************************************************************
2 * FILE PURPOSE: Package specification file 2 * FILE PURPOSE: Package specification file
3 ****************************************************************************** 3 ******************************************************************************
4 * FILE NAME: package.xdc 4 * FILE NAME: package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.drv.icss_emac[1, 0, 0, 12] { 13package ti.drv.icss_emac[1, 0, 0, 14] {
14 module Settings; 14 module Settings;
15} 15}
16 16