summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2015-06-18 08:09:47 -0500
committerTinku Mannan2015-06-18 08:14:22 -0500
commit6147572f60f3dfc2acaf7506bae6ff9e8fc7a6ca (patch)
tree886d0d019514177184dfbee4e55450587304852b
parent212f9a0e18bdcfe2691f36b4d5bd2f798e9e7c86 (diff)
downloadnwal-lld-6147572f60f3dfc2acaf7506bae6ff9e8fc7a6ca.tar.gz
nwal-lld-6147572f60f3dfc2acaf7506bae6ff9e8fc7a6ca.tar.xz
nwal-lld-6147572f60f3dfc2acaf7506bae6ff9e8fc7a6ca.zip
Release notes and version update
-rwxr-xr-xti/drv/nwal/docs/ReleaseNotes_NWAL.docbin134656 -> 136192 bytes
-rwxr-xr-xti/drv/nwal/docs/ReleaseNotes_NWAL.pdfbin507360 -> 305463 bytes
-rw-r--r--[-rwxr-xr-x]ti/drv/nwal/nwalver.h4
3 files changed, 2 insertions, 2 deletions
diff --git a/ti/drv/nwal/docs/ReleaseNotes_NWAL.doc b/ti/drv/nwal/docs/ReleaseNotes_NWAL.doc
index 51c420e..585cf9c 100755
--- a/ti/drv/nwal/docs/ReleaseNotes_NWAL.doc
+++ b/ti/drv/nwal/docs/ReleaseNotes_NWAL.doc
Binary files differ
diff --git a/ti/drv/nwal/docs/ReleaseNotes_NWAL.pdf b/ti/drv/nwal/docs/ReleaseNotes_NWAL.pdf
index 6a80c93..6c0b103 100755
--- a/ti/drv/nwal/docs/ReleaseNotes_NWAL.pdf
+++ b/ti/drv/nwal/docs/ReleaseNotes_NWAL.pdf
Binary files differ
diff --git a/ti/drv/nwal/nwalver.h b/ti/drv/nwal/nwalver.h
index c2f33d6..c9752a3 100755..100644
--- a/ti/drv/nwal/nwalver.h
+++ b/ti/drv/nwal/nwalver.h
@@ -54,13 +54,13 @@ extern "C" {
54 * format: 54 * format:
55 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 55 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
56 */ 56 */
57#define NWAL_LLD_VERSION_ID (0x02010006) 57#define NWAL_LLD_VERSION_ID (0x02010007)
58 58
59/** 59/**
60 * @brief This is the version string which describes the NWAL LLD along with the 60 * @brief This is the version string which describes the NWAL LLD along with the
61 * date and build information. 61 * date and build information.
62 */ 62 */
63#define NWAL_LLD_VERSION_STR "NWAL LLD Revision: 02.01.00.06" 63#define NWAL_LLD_VERSION_STR "NWAL LLD Revision: 02.01.00.07"
64 64
65 65
66#ifdef __cplusplus 66#ifdef __cplusplus