From 9d6c8186c5d8514ebc2105c687f8ab319cf968ef Mon Sep 17 00:00:00 2001 From: xuzhuoyi Date: Fri, 16 Nov 2018 21:48:15 +0800 Subject: [PATCH] [bsp][tms320f28379d] Change stack config in rtconfig.h --- bsp/tms320f28379d/rtconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/tms320f28379d/rtconfig.h b/bsp/tms320f28379d/rtconfig.h index b88a49d3d2..3b2521a6c4 100644 --- a/bsp/tms320f28379d/rtconfig.h +++ b/bsp/tms320f28379d/rtconfig.h @@ -14,7 +14,7 @@ #define RT_USING_HOOK #define RT_IDEL_HOOK_LIST_SIZE 4 #define IDLE_THREAD_STACK_SIZE 1024 -#define RT_STACK_UPWARD_GROW +#define ARCH_CPU_STACK_GROWS_UPWARD #define RT_DEBUG /* Inter-Thread communication */ -- GitLab