Skip to content

Commit

Permalink
Minor updates for next release
Browse files Browse the repository at this point in the history
- Add Cortex-M52 condition
- Bump component versions
- Bump gen-pack lib version
- Fix typo in documentation history
  • Loading branch information
JonatanAntoni committed May 13, 2024
1 parent bedeccb commit a323f99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions ARM.CMSIS-View.pdsc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<vendor>ARM</vendor>
<name>CMSIS-View</name>
<description>Debugger visualization of software events and statistics</description>
Expand Down Expand Up @@ -42,6 +42,7 @@
<accept Dcore="Cortex-M23"/>
<accept Dcore="Cortex-M33"/>
<accept Dcore="Cortex-M35P"/>
<accept Dcore="Cortex-M52"/>
<accept Dcore="Cortex-M55"/>
<accept Dcore="Cortex-M85"/>
<accept Dcore="ARMV8MBL"/>
Expand All @@ -67,7 +68,7 @@
</conditions>

<components>
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="DAP" Cversion="1.5.3" condition="EventRecorder">
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="DAP" Cversion="1.6.0" condition="EventRecorder">
<description>Event Recording via Debug Access Port (DAP)</description>
<RTE_Components_h>
#define RTE_CMSIS_View_EventRecorder
Expand All @@ -81,7 +82,7 @@
<file category="other" name="EventRecorder/EventRecorder.scvd"/>
</files>
</component>
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting" Cversion="1.5.3" condition="EventRecorder">
<component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting" Cversion="1.6.0" condition="EventRecorder">
<description>Event Recording via Debug Access Port (DAP) and Semihosting</description>
<RTE_Components_h>
#define RTE_CMSIS_View_EventRecorder
Expand All @@ -96,7 +97,7 @@
<file category="other" name="EventRecorder/EventRecorder.scvd"/>
</files>
</component>
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Storage" Cversion="1.0.1" condition="Cortex-M Device">
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Storage" Cversion="1.1.0" condition="Cortex-M Device">
<description>Fault Storage</description>
<RTE_Components_h>
#define RTE_CMSIS_View_Fault_Storage
Expand All @@ -109,7 +110,7 @@
<file category="other" name="Fault/ARM_Fault.scvd"/>
</files>
</component>
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Record" Cversion="1.0.0" condition="FaultRecord">
<component Cclass="CMSIS-View" Cgroup="Fault" Csub="Record" Cversion="1.1.0" condition="FaultRecord">
<description>Fault Record (Output decoded fault information via EventRecorder)</description>
<RTE_Components_h>
#define RTE_CMSIS_View_Fault_Record
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Doxygen/src/history.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down

0 comments on commit a323f99

Please sign in to comment.