On 03/12/2020 02:12, Kinsey Moore wrote:
-#define CONFIGURE_INIT_TASK_STACK_SIZE (8 * 1024)
+#define CONFIGURE_INIT_TASK_STACK_SIZE MAX(8 * 1024,
CONFIGURE_MINIMUM_TASK_STACK_SIZE)
The 8KiB looks a bit arbitrary. I didn't see anything in the test which
needs a large stack size. I would remove
For architectures with relatively large minimum stack sizes, ensure that
the init task stack size is at least the minimum stack size to prevent a
configuration error during compilation.
---
testsuites/samples/unlimited/system.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/