Skip to content

Commit eb0818a

Browse files
str4t0mcfriedt
authored andcommitted
docs: update cmsis rtos and cmake cache link
- CMSIS RTOS v1: link to the dedicated page in arm-software cmsis 5 docs - the old link was forwarded to the overview page of CMSIS v6 - CMSIS RTOS v2: link to the dedicated page in arm-software cmsis 6 docs - the old link was forwarded to the overview page of CMSIS v6 - CMake Cache: link to the mastering cmake - cmake cache section - the old link was forwarded to the generic https://cmake.org/resources/ Signed-off-by: Thomas Stranger <[email protected]>
1 parent 0c85373 commit eb0818a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

doc/develop/application/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,11 @@ storage used to cache values between runs, including compile and build
599599
options and paths to library dependencies. This cache file is created
600600
when CMake is run in an empty build folder.
601601

602-
For more details about the CMakeCache.txt file see the official CMake
603-
documentation `runningcmake`_ .
602+
For more details about the CMakeCache.txt file see the official `CMake Cache`_
603+
documentation.
604+
605+
.. _CMake Cache: https://cmake.org/cmake/help/book/mastering-cmake/chapter/CMake%20Cache.html
604606

605-
.. _runningcmake: https://cmake.org/runningcmake/
606607

607608
Application Configuration
608609
*************************

doc/services/portability/cmsis_rtos_v1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Cortex-M Software Interface Standard (CMSIS) RTOS is a vendor-independent
77
hardware abstraction layer for the ARM Cortex-M processor series and defines
88
generic tool interfaces. Though it was originally defined for ARM Cortex-M
99
microcontrollers alone, it could be easily extended to other microcontrollers
10-
making it generic. For more information on CMSIS RTOS v1, please refer
11-
https://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
10+
making it generic. For more information on CMSIS RTOS v1, please refer to the
11+
`CMSIS-RTOS1 Documentation <https://arm-software.github.io/CMSIS_5/latest/RTOS/html/index.html>`_.

doc/services/portability/cmsis_rtos_v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hardware abstraction layer for the ARM Cortex-M processor series and defines
88
generic tool interfaces. Though it was originally defined for ARM Cortex-M
99
microcontrollers alone, it could be easily extended to other microcontrollers
1010
making it generic. For more information on CMSIS RTOS v2, please refer to the
11-
`CMSIS-RTOS2 Documentation <https://www.keil.com/pack/doc/CMSIS/RTOS2/html/index.html>`_.
11+
`CMSIS-RTOS2 Documentation <https://arm-software.github.io/CMSIS_6/latest/RTOS2/index.html>`_.
1212

1313
Features not supported in Zephyr implementation
1414
***********************************************

0 commit comments

Comments
 (0)