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

📄 app_cfg.h

📁 最近移植在s3c44b0x上的最新的ucos v2.85版本
💻 H
字号:
/*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                           (c) Copyright 1992-2006, Jean J. Labrosse, Weston, FL
*                                           All Rights Reserved
*
*                                  uC/OS-II Configuration File for V2.8x
*
* File    : APP_CFG.H
* By      : Jean J. Labrosse
* Version : V2.85
*********************************************************************************************************
*/

#ifndef APP_CFG_H
#define APP_CFG_H

/* 
********************************************************************************************************* 
* TASK PRIORITIES 
********************************************************************************************************* 
*/ 

#define OS_TASK_TMR_PRIO 	11 
#define APP_TASK1_PRIO		12
#define APP_TASK2_PRIO		13
#define APP_TASK3_PRIO 		14

/* 
********************************************************************************************************* 
* TASK STACK SIZES 
********************************************************************************************************* 
*/ 
#define APP_TASK1_STK_SIZE 	256 
#define APP_TASK1_STK_SIZE 	256 
#define APP_TASK1_STK_SIZE 	256 
#define APP_TASK1_STK_SIZE 	256
 

#endif

⌨️ 快捷键说明

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