-
UCOS的源码,它的硬件基础是80186,只要你的电脑只要是INTEL的CPU,就可以在你的电脑上面正常运行,你也可以把它移植到你的MCU,所以这个源码是研究U...
UCOS的源码,它的硬件基础是80186,只要你的电脑只要是INTEL的CPU,就可以在你的电脑上面正常运行,你也可以把它移植到你的MCU,所以这个源码是研究UCOS的最佳选择。这个例子是UCOS实现各个任务管理。-UCOS the source, and its hardware is based on 80,186, as long as your computer as long as it is INTEL" s CPU, on your computer in the normal operation of the above, you can transfer it to your MCU, so the source is to examine the UCOS the best choice. UCOS the realization of this example is the management of various tasks.
- 2022-08-04 11:07:23下载
- 积分:1
-
uc/GUI的应用实例,跟大家分享
uc/GUI的应用实例,跟大家分享-uc/GUI application examples, share with you!
- 2022-03-02 17:49:16下载
- 积分:1
-
基于ISP1160读写优盘的原代码及技术资料
基于ISP1160读写优盘的原代码及技术资料-ISP1160 USB-based reading and writing the original code and technical information
- 2022-07-22 14:55:33下载
- 积分:1
-
LP1114_ucos_ii
LP1114_ucos_ii,cm0处理器移植ucosii的模板(LP1114_ucos_ii, cm0 template processor transplant ucosii)
- 2021-04-18 20:48:57下载
- 积分:1
-
ucos在小模式下的移植程序ucosii_sma
ucos在小模式下的移植程序ucosii_sma-CENTER small model of transplantation procedures ucosii_sma
- 2022-01-25 23:54:57下载
- 积分:1
-
uc/OS Porting file for LPC2104
uc/OS Porting file for LPC2104
- 2022-03-05 22:49:38下载
- 积分:1
-
GUI_TrueType
ucgui的矢量字库支持包,可以象windows一样使用truetype的字库了(ucgui vector font support package can be the same as the windows of the truetype font to use the)
- 2007-09-03 17:51:37下载
- 积分:1
-
UCSO-KEIL.zip
在KEIL下使用UCOS来编写程式,还不错(in UCOS KEIL use to write programs, but also good)
- 2007-02-26 17:06:01下载
- 积分: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
-
51移植UCOS源代码,看不懂...自己去研究.
51移植UCOS源代码,看不懂...自己去研究.-51 transplant uCOS source code, can not read ... their own to study.
- 2022-09-04 11:10:03下载
- 积分:1