📄 app_cfg.h
字号:
/*
*********************************************************************************************************
* uC/TCP-IP
* The Embedded TCP/IP Suite
*
* (c) Copyright 2003-2005; Micrium, Inc.; Weston, FL
*
* All rights reserved. Protected by international copyright laws.
* Knowledge of the source code may not be used to write a similar
* product. This file may only be used in accordance with a license
* and should not be redistributed in any way.
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* CONFIGURATION FILE
*
* Filename : app_cfg.h
* Version : V1.22
* Programmer(s) : JDH
*********************************************************************************************************
*/
#define APPs_DEBUG
/*
*********************************************************************************************************
* TASKS NAMES
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* TASKS PRIORITIES
*********************************************************************************************************
*/
#define APP_START_TASK_PRIO 5
#define APP_1_TASK_PRIO 18
#define APP_2_TASK_PRIO 19
/*
*********************************************************************************************************
* STACK SIZES
* Size of the task stacks (# of OS_STK entries)
*********************************************************************************************************
*/
#define APP_START_TASK_STK_SIZE 512
#define APP_1_TASK_STK_SIZE 512
#define APP_2_TASK_STK_SIZE 512
/*
*********************************************************************************************************
* LIB
*********************************************************************************************************
*/
#define uC_CFG_OPTIMIZE_ASM_EN DEF_ENABLED
#define LIB_STR_CFG_FP_EN DEF_ENABLED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -