summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes_OSAL.docbin406528 -> 407552 bytes
-rw-r--r--docs/ReleaseNotes_OSAL.pdfbin772394 -> 845013 bytes
-rw-r--r--osalver.h4
-rw-r--r--package.xdc2
4 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes_OSAL.doc b/docs/ReleaseNotes_OSAL.doc
index 53c8163..4a7e942 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 eecd323..9bb8bac 100644
--- a/docs/ReleaseNotes_OSAL.pdf
+++ b/docs/ReleaseNotes_OSAL.pdf
Binary files differ
diff --git a/osalver.h b/osalver.h
index f8cc20c..f198427 100644
--- a/osalver.h
+++ b/osalver.h
@@ -51,13 +51,13 @@ 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 (0x0100000E) 54#define OSAL_DRV_VERSION_ID (0x0100000F)
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
58 * the date and build information. 58 * the date and build information.
59 */ 59 */
60#define OSAL_DRV_VERSION_STR "OSAL library Revision: 01.00.00.14" 60#define OSAL_DRV_VERSION_STR "OSAL library Revision: 01.00.00.15"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/package.xdc b/package.xdc
index 30a9069..05cb63b 100644
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.osal[1, 0, 0, 14] { 13package ti.osal[1, 0, 0, 15] {
14 module Settings; 14 module Settings;
15} 15}
16 16