-
ucOs
ucOs-ii完整源代码,极其方便用户调用-ucOs-ii complete source code, an extremely user-friendly call
- 2022-08-04 00:18:47下载
- 积分:1
-
uCOS2.76移植到s3c44b0x上,平台是ADS1.2,另作了外部中断的移植,测试通过。...
uCOS2.76移植到s3c44b0x上,平台是ADS1.2,另作了外部中断的移植,测试通过。-uCOS2.76 s3c44b0x transplant, the platform is ADS1.2. another made external interrupt the transplant, the test.
- 2023-08-25 07:05:04下载
- 积分:1
-
分享:Dos操作系统的源程序,内有说明,C和ASM编写,可供嵌入式系统开发者参考。...
分享:Dos操作系统的源程序,内有说明,C和ASM编写,可供嵌入式系统开发者参考。-sharing : Dos source operating system, which is described, C and ASM prepared for embedded systems development in Taiwan.
- 2022-03-01 15:58:55下载
- 积分:1
-
FS_arm_drive
AMR7 小型文件系统驱动。
LPC2138基于ucos的中间件,可进行基于FAT32的基本文件操作.
(AMR7 small file system driver. Based on the LPC2138 OUT middleware can be conducted based on the basic FAT32 file manipulation.)
- 2006-12-07 18:03:06下载
- 积分:1
-
uCOS-II----chinese
ucos的中文版经典书籍,里面基本全部包括了ucos的个方面资料(ucos the Chinese version of the classic book, which includes all the basic aspects of information ucos)
- 2011-05-12 12:30:57下载
- 积分:1
-
著名的uCOS II 在ARM7 上的移植
著名的uCOS II 在ARM7 上的移植-famous uCOS II ARM7 transplant
- 2022-02-12 01:30:20下载
- 积分:1
-
我连续两天调试程序,任务将是一个巨大的记忆蒙骗…
本人连续两天调试UCOSII,将贪吃蛇的任务加到UCOS上,ARM选用的是LPC2414,贪吃蛇的关键算法调试得吐血,不过两天得调试总算有了回报,多任务终于运行了,有四个任务运行,显示用到了周立功的ZLGGUI,对大家学习UCOSII操作系统式绝好得例子-I debugging UCOSII two consecutive days, the task will be a huge memory foisted UCOS, ARM uses the LPC2414, the huge memory key algorithm debugging in vomiting blood. But in the two days we have finally reached a return debugging, multi-task operation finally, there are four tasks running, show stretched to the meritorious ZLGGUI week, we learn right UCOSII operating system in excellent example-
- 2022-03-05 23:51:58下载
- 积分:1
-
LCD_0
UCGUI源代码 windows可用的UCGUI源代码 windows可用的(UCGUI windows source code available UCGUI windows source code available)
- 2007-06-26 13:51:24下载
- 积分:1
-
uCOS-IIIPemwin522PPCPSample
uCOS-III+em5.22+VS2010的移植,包含了官光的GUI例子(uCOS-III em5.22 VS2010)
- 2013-10-30 22:32:52下载
- 积分: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