From e59085a85ef5f49fa681a1bd37c20771085a3219 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Thu, 17 Dec 2020 22:36:36 +0100 Subject: [PATCH] Increase keyboard stack size on ARM targets --- openrtx/include/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtx/include/threads.h b/openrtx/include/threads.h index 4e5b0afe..4d2152c7 100644 --- a/openrtx/include/threads.h +++ b/openrtx/include/threads.h @@ -38,7 +38,7 @@ void create_threads(); /** * Stack size for Keyboard task, in bytes. */ -#define KBD_TASK_STKSIZE 256 +#define KBD_TASK_STKSIZE 512 /** * Stack size for state update task, in bytes.