联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All uCOS/RTOS(15) 

[uCOS/RTOS] zynq_rtos

玩azure rtos和rust
playing around with azure rtos and rust (2022-07-31, Rust, 40KB, 下载0次)

http://www.pudn.com/Download/item/id/1687223993987503.html

[uCOS/RTOS] UCOSII工程模板

适用于新学习操作系统的程序员,文件简单易懂,新玩家可以先拿去试试。
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, C/C++, 2313KB, 下载1次)

http://www.pudn.com/Download/item/id/1522331013620890.html

[uCOS/RTOS] 4CE6_UCOS

关于UCOS的NIOS源码程序,已调试,建议在EL-ARM-DSP-IV实验箱上调试。
NIOS source program for UCOS,debugging on EL-ARM-DSP-IV experiment box. (2015-10-06, C++, 16542KB, 下载1次)

http://www.pudn.com/Download/item/id/1444116797307022.html

[uCOS/RTOS] stm32uCOS-II

零死角玩转stm32-系统篇1、uCOS-II 移植与深入实战指南
Zero dead Fun stm32-System Part 1, uCOS-II transplantation and in-depth practical guide (2013-09-06, Visual C++, 1742KB, 下载13次)

http://www.pudn.com/Download/item/id/2349134.html

[uCOS/RTOS] uCOS-II

零死角玩转stm32-系统篇(uCOS-II)
Zero dead Fun the stm32-system papers (uCOS-II) (2013-03-02, PDF, 1745KB, 下载43次)

http://www.pudn.com/Download/item/id/2144816.html

[uCOS/RTOS] eCos

建立eCos开发环境 电子科技大学计算机科学与工程学院 张金福 2008.11
(1)操作系统:Windows(XP sp3)、Linux(Ubuntu7.10) (2)工具软件:Vmware6.5、Small HTTP Server、TFTPD32 (3)eCos源代码:ecos-20080323.tar.bz2 (4)eCos配置工具:linux-configtool.rar、configtool-2.11-setup.exe (5)eCos交叉编译:ecoscentric-gnutools-i386-elf-1.4-2.i386linux.tar.bz2 (2012-06-29, C/C++, 506KB, 下载13次)

http://www.pudn.com/Download/item/id/1926064.html

[uCOS/RTOS] ucos_minmum

ucos最小消耗性能测试,基于GCC工具链,lpc24xx下的测试。
ucos minimum consumption performance test, based on GCC tool chain, lpc24xx under test. (2011-09-27, Unix_Linux, 149KB, 下载5次)

http://www.pudn.com/Download/item/id/1656468.html

[uCOS/RTOS] ucos_mutex

ucos互斥量性能测试,基于GCC工具链,lpc24xx下的测试。
ucos mutex performance test, based on GCC tool chain, lpc24xx under test. (2011-09-27, Unix_Linux, 253KB, 下载7次)

http://www.pudn.com/Download/item/id/1656467.html

[uCOS/RTOS] ucos_semaphore

ucos信号量性能测试,基于GCC工具链,lpc24xx下的测试。
ucos semaphore performance test, based on GCC tool chain, lpc24xx under test. (2011-09-27, Unix_Linux, 248KB, 下载4次)

http://www.pudn.com/Download/item/id/1656464.html

[uCOS/RTOS] LPC17xx-uCos-W2.89

精选uC/OS II 2.89,完美支持CM3,并扩展了定时器;采用最新CMSIS编程框架,使用NXP官方最新CMSIS2.0,完美支持NXP LPC17xx系列微处理器;该程序提供一个编程构架,驱动层被CMSIS包含,关于CMSIS2.0使用和例程,请读者去NXP官网下载或者互联网,主程序为一个任务通信的流水灯,环境为周立功LPC1766开发板。此为方卫龙整合修改,所有祝大家玩的愉快。
Selected uC/OS II 2.89, the perfect support for CM3, and extends the timer CMSIS using the latest programming framework, using NXP latest official CMSIS2.0, the perfect support for NXP LPC17xx series microprocessor the program provides a programming framework, the driver layer is CMSIS contains about CMSIS2.0 use and routines, please download the reader to NXP official website or the Internet, a main task for the communication of light water, environment ZLG LPC1766 development board. This is Fang Weilong integrate changes, all I wish you all have fun. (2011-08-24, C/C++, 8230KB, 下载139次)

http://www.pudn.com/Download/item/id/1630283.html

[uCOS/RTOS] uCOS_uCGUI

压缩包中试几份关于uCOSII与ucGUI的资料文档,包括ucGUIv3.32的使用说明,及自己动手写操作系统的介绍。希望有帮助。
Several compressed package in the test data on the uCOSII and ucGUI documentation, including ucGUIv3.32 s instructions, and to write himself described the operating system. Hope that helps. (2010-12-26, PDF, 22827KB, 下载1次)

http://www.pudn.com/Download/item/id/1393448.html

[uCOS/RTOS] OpenSource_H92

STM32移植的UCGUI的程序 试了可以用
STM32 transplant procedures UCGUI (2010-08-19, Visual C++, 709KB, 下载25次)

http://www.pudn.com/Download/item/id/1273706.html

[uCOS/RTOS] Test_LCD_MOTOR

此代码是我精心调试而成,内有NOKIA3310驱动,无刷电机驱动,还有UCOS嵌入式操作系统,在电路板上调试成功
This code is from my well-debug, which have NOKIA3310 driver, brushless motor drive, there are uCOS embedded operating system, the success of the circuit board debugging (2008-08-22, Others, 98KB, 下载13次)

http://www.pudn.com/Download/item/id/532882.html

[uCOS/RTOS] UC_test

UCOS 在ARM9_S3c2410上的移植,本程序在我的硬件上调试没有任何问题,是我自己移植的UCOS 和网上其他的移植代码有些不同,本程序已经在工程中稳定运行1 年。
UCOS ARM9_S3c2410 on in transplantation, this procedure in my hardware debugger without any problems, is my own uCOS transplantation and other transplant-line code is somewhat different, the procedures have been in the works in stable operation for 1 year. (2008-08-18, C/C++, 97KB, 下载13次)

http://www.pudn.com/Download/item/id/530545.html

[uCOS/RTOS] theGobang

这是嵌入式五子棋的软件,在北京博创公司的ARM300上调试运行成功,需要ucos操作系统,用STD2.5编译器。
This is the Embedded Software 331, in Beijing Bo Company on the ARM300 debugging operation successful OUT need operating systems, with STD2.5 compiler. (2007-03-09, C/C++, 1078KB, 下载22次)

http://www.pudn.com/Download/item/id/253812.html
总计:15