summaryrefslogtreecommitdiff
path: root/chip/stm32/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config.h')
-rw-r--r--chip/stm32/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/stm32/config.h b/chip/stm32/config.h
index 19b872bc75..ddd79f39bc 100644
--- a/chip/stm32/config.h
+++ b/chip/stm32/config.h
@@ -18,6 +18,12 @@
/* System stack size */
#define CONFIG_STACK_SIZE 1024
+/* Idle task stack size */
+#define IDLE_TASK_STACK_SIZE 256
+
+/* Default task stack size */
+#define TASK_STACK_SIZE 488
+
/* support programming on-chip flash */
#define CONFIG_FLASH