X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config_kern.h;h=e5cc71cb077bf3512154112899381e1613a57798;hb=efbdba7e2814415234ef47bd10ff888559ea90af;hp=06779c27685d37de73f9c9c30f6efa2f5488e483;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/config_kern.h b/config_kern.h index 06779c27..e5cc71cb 100644 --- a/config_kern.h +++ b/config_kern.h @@ -1,9 +1,34 @@ /** * \file * * * \brief Kernel configuration parameters @@ -74,7 +99,7 @@ #if (ARCH & ARCH_EMUL) #define CONFIG_KERN_DEFSTACKSIZE 65536 #else - #define CONFIG_KERN_DEFSTACKSIZE 128 /**< Default stack size for each thread. */ + #define CONFIG_KERN_DEFSTACKSIZE 1024 /**< Default stack size for each thread. */ #endif /* Memory fill codes to help debugging */