From 1da2c5d27af1f93b2a047ad3db5e563dd83f31ec Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Mon, 18 Dec 2023 14:47:02 +0100 Subject: [PATCH] Fixup typo in release history --- CMSIS/Documentation/Doxygen/General/src/revision_history.md | 2 +- CMSIS/Documentation/Doxygen/gen_doc.sh | 2 +- gen_pack.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMSIS/Documentation/Doxygen/General/src/revision_history.md b/CMSIS/Documentation/Doxygen/General/src/revision_history.md index 79b68439a..0054b9e9c 100644 --- a/CMSIS/Documentation/Doxygen/General/src/revision_history.md +++ b/CMSIS/Documentation/Doxygen/General/src/revision_history.md @@ -26,7 +26,7 @@ Release history of other CMSIS components and tools can be found in their docume - CMSIS-DSP: moved into separate pack - CMSIS-NN: moved into separate pack - CMSIS-RTOS: deprecated and removed - - RTX4 is deprecated and removed + - RTX4 is deprecated and removed - CMSIS-RTOS2: 2.3.0 - OS Tick API moved from Device to CMSIS class - Added provisional support for processor affinity in SMP systems diff --git a/CMSIS/Documentation/Doxygen/gen_doc.sh b/CMSIS/Documentation/Doxygen/gen_doc.sh index bb8dfdc76..024c7af4b 100755 --- a/CMSIS/Documentation/Doxygen/gen_doc.sh +++ b/CMSIS/Documentation/Doxygen/gen_doc.sh @@ -14,7 +14,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.0" +REQUIRED_GEN_PACK_LIB="0.9.1" DIRNAME=$(dirname "$(readlink -f "$0")") GENDIR=../html diff --git a/gen_pack.sh b/gen_pack.sh index bfb9006a2..2f5d9c276 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.0" +REQUIRED_GEN_PACK_LIB="0.9.1" # Set default command line arguments DEFAULT_ARGS=(-c "v")