⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 os_cfg._h

📁 ucos-ii-at90S-icc-avr
💻 _H
字号:
/*
********************************************************************************
*                             uC/OS-II
*                         The Real-Time Kernel
*
*                     Configuration for AT90
*
* File:		OS_CFG.H
* By:
* Modified by:
* Revision:		0
*
********************************************************************************
*/

/*
********************************************************************************
*                       uC/OS-II CONFIGURATION
********************************************************************************
*/

/* Set the number of ticks in one second*/
#define OS_TICKS_PER_SEC	50
/* Defines the lowest priority that can be assigned MUST NEVER be higher than 63*/
#define OS_LOWEST_PRIO		2

#define OS_HARDWARE_STACK_SIZE  96

#define OS_TASK_STACK_SIZE (OS_HARDWARE_STACK_SIZE+96)

#define OS_STRICT 1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -