aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2020-08-05 13:26:48 +0100
committernicola-mazzucato-arm <42373140+nicola-mazzucato-arm@users.noreply.github.com>2020-08-28 19:33:37 +0100
commit2aa354abe31b232f683cee8486cd708929f43b17 (patch)
tree81a670a075e401401d7a0add03bc9df0d583064a /tools
parent0d28065409faf5caf00c296b9181f6f708c8a3ed (diff)
host: Remove support for multithreading
The current host architecture supports a custom CMSIS-RTOS2 layer that interfaces with the host system implementation of pthreads. Given the host product can now be run in single-threaded mode, the extra maintenance required to keep the multi-threaded version functioning is prohibitive, especially with frequent changes to the framework. This commit switches the `host` product's `fw` firmware to single-threaded mode, and removes support for building the `host` architecture in multi-threaded mode. Change-Id: I59a7db0eb0f2bb70614c1fe4aca3f482662976f3 Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/cppcheck_suppress_list.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cppcheck_suppress_list.txt b/tools/cppcheck_suppress_list.txt
index 3aadaf53..df3d711e 100644
--- a/tools/cppcheck_suppress_list.txt
+++ b/tools/cppcheck_suppress_list.txt
@@ -40,7 +40,6 @@ preprocessorErrorDirective:framework/test/fwk_module_idx.h:14
preprocessorErrorDirective:arch/arm/src/arch_mm.c:16
// This memory has a static lifetime
-memleak:arch/none/host/src/arch_thread.c:194
memleak:product/rddanielxlr/scp_ramfw/config_power_domain.c:156
memleak:product/rddanielxlr/scp_ramfw/config_ppu_v1.c:87
memleak:product/tc0/scp_ramfw/config_power_domain.c:114