移植到stm32f1,实现手动线赋码控制器功能
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
// <o>the size of main thread<1-4086>
|
||||
// <i>Default: 512
|
||||
#define RT_MAIN_THREAD_STACK_SIZE 1024
|
||||
#define RT_MAIN_THREAD_STACK_SIZE 512
|
||||
|
||||
// <c1>using tiny size of memory
|
||||
// <i>using tiny size of memory
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
// <o>The stack size of timer thread <0-8192>
|
||||
// <i>Default: 512
|
||||
#define RT_TIMER_THREAD_STACK_SIZE 2048
|
||||
#define RT_TIMER_THREAD_STACK_SIZE 1024
|
||||
|
||||
// <o>The soft-timer tick per second <0-1000>
|
||||
// <i>Default: 100
|
||||
@@ -199,7 +199,7 @@
|
||||
// <<< end of configuration section >>>
|
||||
|
||||
|
||||
#define IDLE_THREAD_STACK_SIZE 2048
|
||||
#define IDLE_THREAD_STACK_SIZE 1024
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user