-
嵌入式操作系统程序
嵌入式操作系统程序-Embedded operating system procedures
- 2022-01-26 02:08:09下载
- 积分:1
-
关于ucos
关于ucos-ii的中文使用说明,采用.chm文件格式便于阅读。-Ucos-ii on the Chinese for use, the use of. Chm file format easy to read.
- 2022-03-22 02:48:37下载
- 积分:1
-
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
-
lpc2478-ucosII-ucgui
lpc2478+ucosII+ucgui源码(lpc2478+ ucosII+ ucgui source)
- 2012-11-15 18:06:55下载
- 积分:1
-
ucgui_vc
使用UCGUI进行界面编程的源代码资料。(Source code for interface programming using UCGUI.)
- 2018-08-02 20:52:41下载
- 积分:1
-
在PC上使用BC31调试uCOSII时所需要加载的uCOS与硬件相关的移植文件的PC头文件。...
在PC上使用BC31调试uCOSII时所需要加载的uCOS与硬件相关的移植文件的PC头文件。-use of the PC BC31 uCOSII debugging required when loaded with hardware for uCOS related to the shift PC planting document headers.
- 2022-11-28 15:50:04下载
- 积分:1
-
MyDesign
红牛stm32开发板驱动触摸液晶屏 移植ucOS-II和ucGUI界面(Red Bull stm32 development board-driven LCD touch screen transplantation ucOS-II, and ucGUI interface)
- 2013-01-17 20:49:21下载
- 积分:1
-
ed277
Fractional Fourier transform computing, Mainly for data analysis and statistics, Including regression analysis and probability and statistics.
- 2017-09-01 20:59:39下载
- 积分:1
-
ucos 在51上的移植 简洁明了 为你利用ucos 开发提供了良好的示范...
ucos 在51上的移植 简洁明了 为你利用ucos 开发提供了良好的示范-CENTER 51 on the transplant concise as you use CENTER development provides a good model
- 2022-02-04 21:09:21下载
- 积分:1
-
提供一个简单的任务间通信方式测试c代码:消息邮箱(mailbox)通信...
提供一个简单的任务间通信方式测试c代码:消息邮箱(mailbox)通信-Mission to provide a simple means of communication between the test c code: Message-mail (mailbox) communications
- 2023-01-14 08:05:04下载
- 积分:1