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 gen-pack lib version
- Fix typo in documentation history
  • Loading branch information
JonatanAntoni committed May 13, 2024
1 parent bedeccb commit 15c6ac4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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 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 15c6ac4

Please sign in to comment.