Docs: Update docs on removing dependencies on CMSIS_5
As the dependencies on CMSIS RTX moving from CMSIS_5 to
tf-m-tests, update the documents accordingly.
Removed IAR specific instructions on replacing the RTX libraries.
Change-Id: I46befe3264c9d65251ebe427813b7956a1500e63
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Signed-off-by: TTornblom <thomas.tornblom@iar.com>
diff --git a/docs/getting_started/tfm_build_instruction_iar.rst b/docs/getting_started/tfm_build_instruction_iar.rst
index b62d51d..6f39539 100644
--- a/docs/getting_started/tfm_build_instruction_iar.rst
+++ b/docs/getting_started/tfm_build_instruction_iar.rst
@@ -19,11 +19,8 @@
cmake needs to be version 3.14 or newer.
The V8M IAR CMSIS_5 RTX libraries in CMSIS_5 5.5.0 has a problem and has been updated in
- CMSIS_5 5.7.0. However 5.7.0 causes link errors and is currently unsupported in tf-m. Use
- the 5.5.0 branch and replace the libraries in .../CMSIS_5/CMSIS/RTOS2/RTX/Library/IAR
- with the ones from 5.7.0.
-
- This will be sorted out once tf-m upgrades to use CMSIS_5 5.7.0 (or later)
+ CMSIS_5 5.7.0. The updated libraries are part of the tf-m-tests repo and no special instructions
+ are needed when the libraries from this repo are used.
For all configurations and build options some of the QCBOR tests fail due to the tests not handling
double float NaN:s according to the Arm Runtime ABI. This should be sorted out in the future.