Skip to content

Commit 1da2c5d

Browse files
committed
Fixup typo in release history
1 parent 3940613 commit 1da2c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMSIS/Documentation/Doxygen/General/src/revision_history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Release history of other CMSIS components and tools can be found in their docume
2626
- CMSIS-DSP: moved into separate pack
2727
- CMSIS-NN: moved into separate pack
2828
- CMSIS-RTOS: deprecated and removed
29-
- RTX4 is deprecated and removed
29+
- RTX4 is deprecated and removed
3030
- CMSIS-RTOS2: 2.3.0
3131
- OS Tick API moved from Device to CMSIS class
3232
- Added provisional support for processor affinity in SMP systems

CMSIS/Documentation/Doxygen/gen_doc.sh

+1-1
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.9.0"
17+
REQUIRED_GEN_PACK_LIB="0.9.1"
1818

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

gen_pack.sh

+1-1
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.0"
12+
REQUIRED_GEN_PACK_LIB="0.9.1"
1313

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

0 commit comments

Comments
 (0)