Skip to content

Commit a20e70f

Browse files
committed
Update inaccessible links for TFM FPU Support
1 parent fb4cd82 commit a20e70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/ThirdParty/GCC/ARM_TFM/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Kernel runs in the Non-Secure Side.
5252
The setting of this macro is decided by the setting in Secure Side which is platform-specific.
5353
If the Secure Side enables Non-Secure access to FPU, then this macro can be configured as 0 or 1. Otherwise, this macro can only be configured as 0.
5454
Please note that Cortex-M23 does not support FPU.
55-
Please refer to [TF-M documentation](https://tf-m-user-guide.trustedfirmware.org/integration_guide/tfm_fpu_support.html) for FPU usage on the Non-Secure side.
55+
Please refer to [TF-M documentation](https://trustedfirmware-m.readthedocs.io/en/latest/integration_guide/tfm_fpu_support.html) for FPU usage on the Non-Secure side.
5656

5757
* `configENABLE_MVE`
5858
The setting of this macro is decided by the setting in Secure Side which is platform-specific.
5959
If the Secure Side enables Non-Secure access to MVE, then this macro can be configured as 0 or 1. Otherwise, this macro can only be configured as 0.
6060
Please note that only Cortex-M55 and Cortex-M85 support MVE.
61-
Please refer to [TF-M documentation](https://tf-m-user-guide.trustedfirmware.org/integration_guide/tfm_fpu_support.html) for MVE usage on the Non-Secure side.
61+
Please refer to [TF-M documentation](https://trustedfirmware-m.readthedocs.io/en/latest/integration_guide/tfm_fpu_support.html) for MVE usage on the Non-Secure side.
6262

6363
* `configENABLE_TRUSTZONE`
6464
This macro should be configured as 0 because TF-M doesn't use the secure context management function of FreeRTOS. New secure context management might be introduced when TF-M supports multiple secure context.

0 commit comments

Comments
 (0)