移植到 CH32V10x 既 QingKeV3 系列 MCU 上
This commit is contained in:
@@ -44,4 +44,16 @@
|
||||
#define OS_CFG_DEVICE_MAX 10
|
||||
#endif /* OS_CFG_DEVICE_MAX */
|
||||
|
||||
#ifndef OS_CFG_IDLE_TASK_TICKS
|
||||
#define OS_CFG_IDLE_TASK_TICKS 5
|
||||
#endif /*OS_CFG_IDLE_TASK_TICKS*/
|
||||
|
||||
#ifndef OS_CFG_IDLE_TASK_STACK_SIZE
|
||||
#define OS_CFG_IDLE_TASK_STACK_SIZE 1024
|
||||
#endif /*OS_CFG_IDLE_TASK_STACK_SIZE*/
|
||||
|
||||
#ifndef OS_CFG_IDLE_TASK_PRIORITY
|
||||
#define OS_CFG_IDLE_TASK_PRIORITY OS_PRIORITY_IDLE
|
||||
#endif /*OS_CFG_IDLE_TASK_PRIORITY*/
|
||||
|
||||
#endif /*INCLUDED_OS_CONFIG_H*/
|
||||
|
||||
Reference in New Issue
Block a user