summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-09-29 14:24:52 -0500
committerMahesh Radhakrishnan2019-09-29 14:24:52 -0500
commit0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3 (patch)
tree73fb0b237a126dd7a720cdc8004137d51caf69cc
parent3019f39046a9b3bfda41a31034a8a8a0a6c1662f (diff)
downloadosal-0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3.tar.gz
osal-0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3.tar.xz
osal-0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3.zip
-rw-r--r--docs/ReleaseNotes_OSAL.docbin407552 -> 407552 bytes
-rw-r--r--docs/ReleaseNotes_OSAL.pdfbin845013 -> 845197 bytes
-rw-r--r--osalver.h2
-rw-r--r--package.xdc2
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes_OSAL.doc b/docs/ReleaseNotes_OSAL.doc
index 4a7e942..a9bd918 100644
--- a/docs/ReleaseNotes_OSAL.doc
+++ b/docs/ReleaseNotes_OSAL.doc
Binary files differ
diff --git a/docs/ReleaseNotes_OSAL.pdf b/docs/ReleaseNotes_OSAL.pdf
index 9bb8bac..9afe19f 100644
--- a/docs/ReleaseNotes_OSAL.pdf
+++ b/docs/ReleaseNotes_OSAL.pdf
Binary files differ
diff --git a/osalver.h b/osalver.h
index f198427..d5dc428 100644
--- a/osalver.h
+++ b/osalver.h
@@ -51,7 +51,7 @@ extern "C" {
51 * following format: 51 * following 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 OSAL_DRV_VERSION_ID (0x0100000F) 54#define OSAL_DRV_VERSION_ID (0x01000010)
55 55
56/** 56/**
57 * @brief This is the version string which describes the OSAL driver along with 57 * @brief This is the version string which describes the OSAL driver along with
diff --git a/package.xdc b/package.xdc
index 05cb63b..f450283 100644
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.osal[1, 0, 0, 15] { 13package ti.osal[1, 0, 0, 16] {
14 module Settings; 14 module Settings;
15} 15}
16 16