Skip to content

Commit 45dab71

Browse files
committed
Update gen pack scripts and add repository tag to pdsc
1 parent d01c3e6 commit 45dab71

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

ARM.CMSIS.pdsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</licenseSet>
1212
</licenseSets>
1313
<url>https://www.keil.com/pack/</url>
14+
<repository type="git">https://github.com/ARM-software/CMSIS_6.git</repository>
1415

1516
<releases>
1617
<release version="6.3.0-dev">

CMSIS/Documentation/Doxygen/gen_doc.sh

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

1919
DIRNAME=$(dirname "$(readlink -f "$0")")
2020
GENDIR=../html

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.11.1"
12+
REQUIRED_GEN_PACK_LIB="0.12.1"
1313

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

0 commit comments

Comments
 (0)