May 19 2022
If you are still interested, we have an ongoing patch for adding an option to enable FPU coprocessors CP10/CP11: https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/15243
May 13 2022
Hi! Thanks for your draft! I created a patch: https://review.trustedfirmware.org/c/TF-M/tf-m-tests/+/15150. Does it meet your requirements?
May 10 2022
My modification is very draft, so I just list it here. Actually, the above has mentioned in total.
Thanks for your feedback.
May 6 2022
Shorten the build directory -B C:/build can help, but not enough. The same error still occurs.
May 5 2022
This issue was spotted by windows users, and here are some workarounds:
May 3 2022
Mar 22 2022
Mar 2 2022
Feb 15 2022
Dec 16 2021
Nov 26 2021
Has been fixed.
Nov 23 2021
SSE-300 platform is deprecated now. So will close this issue currently.
However, AN547 maybe have same issue if AN547 is supported in PSA Arch test. Put a note here.
The fix has been merged. Close the issue.
Nov 17 2021
Oct 28 2021
Oct 11 2021
Oct 8 2021
Sep 29 2021
Sep 24 2021
Sep 23 2021
The 1.4.x branch is only intended for security fixes.
https://developer.trustedfirmware.org/w/collaboration/tf_m_security_patch_release/
Sep 22 2021
Thanks for your check. Would you also backport the patch to TF-M 1.4?
Sep 18 2021
I think you're right.
The Secure PendSV is masked by NSPE, although it has the same priority value 0x80.
It has to have a lower value to preempt the NSPE, having an equal priority value does not work.
Sep 17 2021
Sep 10 2021
Aug 6 2021
Aug 3 2021
If it's an RTX issue, then please contact RTX people. Thanks very much.
Aug 1 2021
This issue has been fixed by:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/10402
Jul 30 2021
Ran into this as well when porting a new target and trying to get all constellations of test suites up and running. It seems to be an issue with how thread joins are handled during RtxThreadExit in RTX 5.5.0. Tracing the disassembly in the kernel makes me think there's some sort of optimisation bug in the precompiled libraries, since the idle thread is marked for running instead of the test thread (which was waiting on the join).
Jul 28 2021
Jul 27 2021
This issue has been fixed.