From c2954b4934182c09144fd572f589e6ef48a65c03 Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Sat, 10 May 2025 12:46:45 +0000 Subject: [PATCH] soc: wch: drop the stack size overrides for the CH32V208 These were added for the CH32V003 as it has 2 KiB of RAM which is too little for the Zephyr defaults. Remove. This fixes some of the samples that do things such as printk in an ISR. Signed-off-by: Michael Hope --- soc/wch/ch32v/qingke_v4c/Kconfig.defconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig b/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig index a782adfdfd2b3..34e9ca7757842 100644 --- a/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig +++ b/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig @@ -6,15 +6,6 @@ if SOC_SERIES_QINGKE_V4C config SYS_CLOCK_HW_CYCLES_PER_SEC default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) -config MAIN_STACK_SIZE - default 512 - -config IDLE_STACK_SIZE - default 256 - -config ISR_STACK_SIZE - default 256 - config CLOCK_CONTROL default y