Skip to content

Commit a323f99

Browse files
committed
Minor updates for next release
- Add Cortex-M52 condition - Bump component versions - Bump gen-pack lib version - Fix typo in documentation history
1 parent bedeccb commit a323f99

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

ARM.CMSIS-View.pdsc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<package schemaVersion="1.7.25" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.25/schema/PACK.xsd">
2+
<package schemaVersion="1.7.36" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PACK.xsd">
33
<vendor>ARM</vendor>
44
<name>CMSIS-View</name>
55
<description>Debugger visualization of software events and statistics</description>
@@ -42,6 +42,7 @@
4242
<accept Dcore="Cortex-M23"/>
4343
<accept Dcore="Cortex-M33"/>
4444
<accept Dcore="Cortex-M35P"/>
45+
<accept Dcore="Cortex-M52"/>
4546
<accept Dcore="Cortex-M55"/>
4647
<accept Dcore="Cortex-M85"/>
4748
<accept Dcore="ARMV8MBL"/>
@@ -67,7 +68,7 @@
6768
</conditions>
6869

6970
<components>
70-
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="DAP" Cversion="1.5.3" condition="EventRecorder">
71+
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="DAP" Cversion="1.6.0" condition="EventRecorder">
7172
<description>Event Recording via Debug Access Port (DAP)</description>
7273
<RTE_Components_h>
7374
#define RTE_CMSIS_View_EventRecorder
@@ -81,7 +82,7 @@
8182
<file category="other" name="EventRecorder/EventRecorder.scvd"/>
8283
</files>
8384
</component>
84-
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting" Cversion="1.5.3" condition="EventRecorder">
85+
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting" Cversion="1.6.0" condition="EventRecorder">
8586
<description>Event Recording via Debug Access Port (DAP) and Semihosting</description>
8687
<RTE_Components_h>
8788
#define RTE_CMSIS_View_EventRecorder
@@ -96,7 +97,7 @@
9697
<file category="other" name="EventRecorder/EventRecorder.scvd"/>
9798
</files>
9899
</component>
99-
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Storage" Cversion="1.0.1" condition="Cortex-M Device">
100+
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Storage" Cversion="1.1.0" condition="Cortex-M Device">
100101
<description>Fault Storage</description>
101102
<RTE_Components_h>
102103
#define RTE_CMSIS_View_Fault_Storage
@@ -109,7 +110,7 @@
109110
<file category="other" name="Fault/ARM_Fault.scvd"/>
110111
</files>
111112
</component>
112-
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Record" Cversion="1.0.0" condition="FaultRecord">
113+
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Record" Cversion="1.1.0" condition="FaultRecord">
113114
<description>Fault Record (Output decoded fault information via EventRecorder)</description>
114115
<RTE_Components_h>
115116
#define RTE_CMSIS_View_Fault_Record

Documentation/Doxygen/gen_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -o pipefail
1313
# Set version of gen pack library
1414
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
1515
# Use the tag name without the prefix "v", e.g., 0.7.0
16-
REQUIRED_GEN_PACK_LIB="0.9.1"
16+
REQUIRED_GEN_PACK_LIB="0.11.1"
1717

1818
DIRNAME=$(dirname "$(readlink -f "$0")")
1919
GENDIR=../html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Revision History {#rev_hist}
22

3-
CMSIS-View version is offically updated upon releases of the [CMSIS-View pack](https://www.keil.arm.com/packs/cmsis-view-arm/versions/).
3+
CMSIS-View version is officially updated upon releases of the [CMSIS-View pack](https://www.keil.arm.com/packs/cmsis-view-arm/versions/).
44

55
The table below provides information about the changes delivered with specific versions of CMSIS-View.

gen_pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
# Set version of gen pack library
1010
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
1111
# Use the tag name without the prefix "v", e.g., 0.7.0
12-
REQUIRED_GEN_PACK_LIB="0.9.1"
12+
REQUIRED_GEN_PACK_LIB="0.11.1"
1313

1414
# Set default command line arguments
1515
DEFAULT_ARGS=(-c "pack/")

0 commit comments

Comments
 (0)