summaryrefslogtreecommitdiff
path: root/chip/lm4/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/config.h')
-rw-r--r--chip/lm4/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/lm4/config.h b/chip/lm4/config.h
index b2ce40a4e8..6d55fa4940 100644
--- a/chip/lm4/config.h
+++ b/chip/lm4/config.h
@@ -24,6 +24,12 @@
/* System stack size */
#define CONFIG_STACK_SIZE 4096
+/* Idle task stack size */
+#define IDLE_TASK_STACK_SIZE 320
+
+/* Default task stack size */
+#define TASK_STACK_SIZE 488
+
#define CONFIG_FLASH_BASE 0x00000000
#define CONFIG_FLASH_BANK_SIZE 0x00000800 /* protect bank size */
#define CONFIG_FLASH_ERASE_SIZE 0x00000400 /* erase bank size */