From 8e2dd5b861fd15a73ec85521470aa9709c668e1e Mon Sep 17 00:00:00 2001 From: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:26:43 -0800 Subject: [PATCH] Add a Known Issues file in the Third Party folder (#434) Signed-off-by: Gaurav Aggarwal --- portable/ThirdParty/KnownIssues.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 portable/ThirdParty/KnownIssues.md diff --git a/portable/ThirdParty/KnownIssues.md b/portable/ThirdParty/KnownIssues.md new file mode 100644 index 0000000000..593a411153 --- /dev/null +++ b/portable/ThirdParty/KnownIssues.md @@ -0,0 +1,7 @@ +# Known Issues +This document lists the known issues in various FreeRTOS third +party ports. + +## ThirdParty/GCC/ARC_EM_HS +* [Memory Read Protection Violation from Secure MPU on exit from +interrupt](https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/331)