summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2018-12-07 17:31:06 -0600
committerAravind Batni2018-12-07 17:31:06 -0600
commit1a0bcb61a18df031b1006231aeccbe13e9c600cb (patch)
tree529242601df58a7b54bb39326f53700a3b411b3e
parentb8ca1c87d2d357f187b3c5752cee12320e521316 (diff)
downloadosal-1a0bcb61a18df031b1006231aeccbe13e9c600cb.tar.gz
osal-1a0bcb61a18df031b1006231aeccbe13e9c600cb.tar.xz
osal-1a0bcb61a18df031b1006231aeccbe13e9c600cb.zip
Documentation update for 1.0.0.13 rel
Signed-off-by: Aravind Batni <aravindbr@ti.com>
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/ReleaseNotes_OSAL.docbin407552 -> 407552 bytes
-rw-r--r--docs/ReleaseNotes_OSAL.pdfbin770781 -> 775739 bytes
-rw-r--r--osalver.h4
-rw-r--r--package.xdc2
5 files changed, 4 insertions, 4 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 606541a..1e4e7b8 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -6,7 +6,7 @@
6#--------------------------------------------------------------------------- 6#---------------------------------------------------------------------------
7DOXYFILE_ENCODING = UTF-8 7DOXYFILE_ENCODING = UTF-8
8PROJECT_NAME = "OSAL Library" 8PROJECT_NAME = "OSAL Library"
9PROJECT_NUMBER = 1.0.0.12 9PROJECT_NUMBER = 1.0.0.13
10OUTPUT_DIRECTORY = ./docs/doxygen 10OUTPUT_DIRECTORY = ./docs/doxygen
11CREATE_SUBDIRS = NO 11CREATE_SUBDIRS = NO
12OUTPUT_LANGUAGE = English 12OUTPUT_LANGUAGE = English
diff --git a/docs/ReleaseNotes_OSAL.doc b/docs/ReleaseNotes_OSAL.doc
index e3c84c1..47bb9eb 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 b55e83e..dd13f90 100644
--- a/docs/ReleaseNotes_OSAL.pdf
+++ b/docs/ReleaseNotes_OSAL.pdf
Binary files differ
diff --git a/osalver.h b/osalver.h
index 0992929..4dc311d 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 (0x0100000C) 54#define OSAL_DRV_VERSION_ID (0x0100000D)
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.12" 60#define OSAL_DRV_VERSION_STR "OSAL library Revision: 01.00.00.13"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/package.xdc b/package.xdc
index 3e5ce7b..67ffa12 100644
--- a/package.xdc
+++ b/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.osal[1, 0, 0, 12] { 13package ti.osal[1, 0, 0, 13] {
14 module Settings; 14 module Settings;
15} 15}
16 16