File tree 3 files changed +3
-3
lines changed
CMSIS/Documentation/Doxygen
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Release history of other CMSIS components and tools can be found in their docume
26
26
- CMSIS-DSP: moved into separate pack
27
27
- CMSIS-NN: moved into separate pack
28
28
- CMSIS-RTOS: deprecated and removed
29
- - RTX4 is deprecated and removed
29
+ - RTX4 is deprecated and removed
30
30
- CMSIS-RTOS2: 2.3.0
31
31
- OS Tick API moved from Device to CMSIS class
32
32
- Added provisional support for processor affinity in SMP systems
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set -o pipefail
14
14
# Set version of gen pack library
15
15
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
16
16
# 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 "
18
18
19
19
DIRNAME=$( dirname " $( readlink -f " $0 " ) " )
20
20
GENDIR=../html
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -o pipefail
9
9
# Set version of gen pack library
10
10
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
11
11
# 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 "
13
13
14
14
# Set default command line arguments
15
15
DEFAULT_ARGS=(-c " v" )
You can’t perform that action at this time.
0 commit comments