移植到stm32f1,实现手动线赋码控制器功能

This commit is contained in:
ranchuan
2023-09-09 17:27:06 +08:00
parent 8d779a68f3
commit 7baa63de05
382 changed files with 36618 additions and 148064 deletions

View File

@@ -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