From 4a603eb6dc44df61f8f5c60121fb33e2707a72bd Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Wed, 4 Mar 2020 14:10:03 +0530 Subject: [PATCH] platform: kendryte/k210: Set per-HART stack size to 8KB All platform except kendryte/k210 use 8KB of per-HART stack hence this patch set per-HART stack size of kendryte/k210 to 8KB for consistency. Signed-off-by: Anup Patel Reviewed-by: Atish Patra --- platform/kendryte/k210/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/kendryte/k210/platform.h b/platform/kendryte/k210/platform.h index 0596a919..8e4664f5 100644 --- a/platform/kendryte/k210/platform.h +++ b/platform/kendryte/k210/platform.h @@ -12,7 +12,7 @@ #include #define K210_HART_COUNT 2 -#define K210_HART_STACK_SIZE 4096 +#define K210_HART_STACK_SIZE 8192 #define K210_UART_BAUDRATE 115200