-
UCOSII工程模板
ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */
(CPU_CHAR *)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void *)0,
(OS_PRIO )APP_CFG_TASK_START_PRIO,
(CPU_STK *)&AppTaskStartStk[0],
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK )0,
(void *)0,
(OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR *)&err);)
- 2018-03-29 21:31:38下载
- 积分:1
-
用于ARM7的应用开发程序,带操作系统UCOSII,是lpc21xx开发平台
用于ARM7的应用开发程序,带操作系统UCOSII,是lpc21xx开发平台-For ARM7 application development process, with the operating system UCOSII, is a development platform lpc21xx
- 2022-07-23 06:00:10下载
- 积分:1
-
在mini2440上成功移植的ucosii和ucgui程序!希望对大家有帮助!
在mini2440上成功移植的ucosii和ucgui程序!希望对大家有帮助!-The mini2440 successful transplant ucosii and ucgui program! We want to help!
- 2022-07-15 14:23:20下载
- 积分:1
-
ucosIII中文翻译加官方的英文书籍
ucos中文翻译,很详细,欢迎下载共同学习(UCOS Chinese translation, very detailed, welcome to download and learn together)
- 2019-05-30 10:02:56下载
- 积分:1
-
ucCos移植到广州友善nano2410
ucCos移植到广州友善nano2410-Canton-friendly ucCos transplanted to nano2410
- 2023-08-03 03:20:04下载
- 积分:1
-
51 ucosII based on a simple application that can help beginners better understan...
51基于ucosII的一个简单应用程序,可以帮助初学者更好地理解ucosII
- 2022-03-29 19:39:56下载
- 积分:1
-
这是关于UC/OS
这是关于UC/OS-II在ARM7上移植的源码,内容齐全,在网上被多次下载-This is on the UC/OS-II ARM7 transplant source, as complete, and the Internet being repeatedly downloaded
- 2022-10-17 07:50:02下载
- 积分:1
-
UCOS最新版本。VERSION 2.80。完整
UCOS最新版本。VERSION 2.80。完整-UCOS latest version. VERSION 2.80. Integrity
- 2022-04-20 15:04:46下载
- 积分:1
-
uCOS/II under the graphics system FOSS
uCOS/II下用的图形系统源码-uCOS/II under the graphics system FOSS
- 2022-04-19 08:59:59下载
- 积分:1
-
在中心移植LwIP
lwip在ucos上的移植-lwip in the transplant CENTER
- 2022-04-20 22:11:02下载
- 积分:1