summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig')
-rw-r--r--zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig b/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig
index 66aab2b561..8732b9cc39 100644
--- a/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig
+++ b/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig
@@ -10,4 +10,19 @@ config BOARD
config TASK_PD_STACK_SIZE
default 1280
+config TASK_CHARGER_STACK_SIZE
+ default 1280
+
+config TASK_KEYSCAN_STACK_SIZE
+ default 1280
+
+config TASK_MOTIONSENSE_STACK_SIZE
+ default 1536
+
+config TASK_HOSTCMD_STACK_SIZE
+ default 1280
+
+config SYSTEM_WORKQUEUE_STACK_SIZE
+ default 1536
+
endif # BOARD_ASURADA