From a323f99c877f172ae02cc1c2102683846b4840e5 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Mon, 13 May 2024 13:06:18 +0200 Subject: [PATCH] Minor updates for next release - Add Cortex-M52 condition - Bump component versions - Bump gen-pack lib version - Fix typo in documentation history --- ARM.CMSIS-View.pdsc | 11 ++++++----- Documentation/Doxygen/gen_doc.sh | 2 +- Documentation/Doxygen/src/history.md | 2 +- gen_pack.sh | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ARM.CMSIS-View.pdsc b/ARM.CMSIS-View.pdsc index c30ff78..c193801 100644 --- a/ARM.CMSIS-View.pdsc +++ b/ARM.CMSIS-View.pdsc @@ -1,5 +1,5 @@ - + ARM CMSIS-View Debugger visualization of software events and statistics @@ -42,6 +42,7 @@ + @@ -67,7 +68,7 @@ - + Event Recording via Debug Access Port (DAP) #define RTE_CMSIS_View_EventRecorder @@ -81,7 +82,7 @@ - + Event Recording via Debug Access Port (DAP) and Semihosting #define RTE_CMSIS_View_EventRecorder @@ -96,7 +97,7 @@ - + Fault Storage #define RTE_CMSIS_View_Fault_Storage @@ -109,7 +110,7 @@ - + Fault Record (Output decoded fault information via EventRecorder) #define RTE_CMSIS_View_Fault_Record diff --git a/Documentation/Doxygen/gen_doc.sh b/Documentation/Doxygen/gen_doc.sh index f0c1c4d..a3462d3 100755 --- a/Documentation/Doxygen/gen_doc.sh +++ b/Documentation/Doxygen/gen_doc.sh @@ -13,7 +13,7 @@ set -o pipefail # Set version of gen pack library # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags. # Use the tag name without the prefix "v", e.g., 0.7.0 -REQUIRED_GEN_PACK_LIB="0.9.1" +REQUIRED_GEN_PACK_LIB="0.11.1" DIRNAME=$(dirname "$(readlink -f "$0")") GENDIR=../html diff --git a/Documentation/Doxygen/src/history.md b/Documentation/Doxygen/src/history.md index 18b0faa..cd988b8 100644 --- a/Documentation/Doxygen/src/history.md +++ b/Documentation/Doxygen/src/history.md @@ -1,5 +1,5 @@ # Revision History {#rev_hist} -CMSIS-View version is offically updated upon releases of the [CMSIS-View pack](https://www.keil.arm.com/packs/cmsis-view-arm/versions/). +CMSIS-View version is officially updated upon releases of the [CMSIS-View pack](https://www.keil.arm.com/packs/cmsis-view-arm/versions/). The table below provides information about the changes delivered with specific versions of CMSIS-View. diff --git a/gen_pack.sh b/gen_pack.sh index e65c447..26f278a 100755 --- a/gen_pack.sh +++ b/gen_pack.sh @@ -9,7 +9,7 @@ set -o pipefail # Set version of gen pack library # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags. # Use the tag name without the prefix "v", e.g., 0.7.0 -REQUIRED_GEN_PACK_LIB="0.9.1" +REQUIRED_GEN_PACK_LIB="0.11.1" # Set default command line arguments DEFAULT_ARGS=(-c "pack/")