add IDLE_THREAD_STACK_SIZE in rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1306 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
b495cb50fc
commit
7bc4fe3b74
|
@ -17,11 +17,13 @@
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include "kservice.h"
|
#include "kservice.h"
|
||||||
|
|
||||||
|
#ifndef IDLE_THREAD_STACK_SIZE
|
||||||
#if defined (RT_USING_HOOK) || defined(RT_USING_HEAP)
|
#if defined (RT_USING_HOOK) || defined(RT_USING_HEAP)
|
||||||
#define IDLE_THREAD_STACK_SIZE 256
|
#define IDLE_THREAD_STACK_SIZE 256
|
||||||
#else
|
#else
|
||||||
#define IDLE_THREAD_STACK_SIZE 128
|
#define IDLE_THREAD_STACK_SIZE 128
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static struct rt_thread idle;
|
static struct rt_thread idle;
|
||||||
ALIGN(RT_ALIGN_SIZE)
|
ALIGN(RT_ALIGN_SIZE)
|
||||||
|
|
Loading…
Reference in New Issue