aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2024-04-02 22:13:38 +0100
committerMike Leach <mike.leach@linaro.org>2024-04-10 10:26:09 +0100
commit5145050517850c3b6c88aa2210d13833627c3ef1 (patch)
treedc4c48031989cb8f0333bdabf6b0f920f1796120
parent05cc13711001066ad8a7171188ee0e85d7046e1e (diff)
opencsd: Update README and version for 1.5.102 (dev)itm-dev
ITM decoder development version Signed-off-by: Mike Leach <mike.leach@linaro.org>
-rw-r--r--README.md9
-rw-r--r--decoder/docs/doxygen_config.dox2
-rw-r--r--decoder/include/opencsd/ocsd_if_version.h4
3 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 352e86590b86..2955a3fe7b1c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Releases will appear on the master branch in the git repository with an appropri
CoreSight Trace Component Support.
----------------------------------
-_Current Version 1.5.2_
+_Current Version 1.5.102 (dev)_
### Current support:
@@ -326,6 +326,13 @@ Version and Modification Information
- __Bugfix__: build: fix warnings building library.
- __Bugfix__: tests: Fix typo in trc_pkt_lister help output.
+
+- _Version 1.5.102 (dev)_:
+ - __Version__: Development version.
+ - __Update__: ITM: Add in new ITM decoder to the library.
+ Adds in tests and support in snapshot read and trc_pkt_lister.
+
+
Licence Information
===================
diff --git a/decoder/docs/doxygen_config.dox b/decoder/docs/doxygen_config.dox
index 8aa6ea815be6..7ece9c13915d 100644
--- a/decoder/docs/doxygen_config.dox
+++ b/decoder/docs/doxygen_config.dox
@@ -38,7 +38,7 @@ PROJECT_NAME = "OpenCSD - CoreSight Trace Decode Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.5.2
+PROJECT_NUMBER = 1.5.102
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/decoder/include/opencsd/ocsd_if_version.h b/decoder/include/opencsd/ocsd_if_version.h
index 284eec3a9463..e9ba46e4b7d4 100644
--- a/decoder/include/opencsd/ocsd_if_version.h
+++ b/decoder/include/opencsd/ocsd_if_version.h
@@ -44,7 +44,7 @@
@{*/
#define OCSD_VER_MAJOR 0x1 /**< Library Major Version */
#define OCSD_VER_MINOR 0x5 /**< Library Minor Version */
-#define OCSD_VER_PATCH 0x2 /**< Library Patch Version */
+#define OCSD_VER_PATCH 0x66 /**< Library Patch Version */
/** Library version number - MMMMnnpp format.
MMMM = major version,
@@ -53,7 +53,7 @@
*/
#define OCSD_VER_NUM ((OCSD_VER_MAJOR << 16) | (OCSD_VER_MINOR << 8) | OCSD_VER_PATCH)
-#define OCSD_VER_STRING "1.5.2" /**< Library Version string */
+#define OCSD_VER_STRING "1.5.102 (dev)" /**< Library Version string */
#define OCSD_LIB_NAME "OpenCSD Library" /**< Library name string */
#define OCSD_LIB_SHORT_NAME "OCSD" /**< Library Short name string */
/** @}*/