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

[uCOS/RTOS] uCOS-II

u C / O S 是一种公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统,商业应用需要付费。   μC/OS-II 的前身是μC/OS,最早出自于1992 年美国嵌入式系统专家Jean J.Labrosse 在《嵌入式系统编程》杂志的5 月和6 月刊上刊登的文章连载,并把μC/OS 的源码发布在该杂志的B B S 上。   用户只要有标准的ANSI 的C交叉编译器,有汇编器、连接器等软件工具,就可以将μC/OS-II嵌人到开发的产品中。μC/OS-II 具有执行效率高、占用空间小、实时性能优良和可扩展性强等特点, 最小内核可编译至 2KB 。μC/OS-II 已经移植到了几乎所有知名的CPU 上。   严格地说uC/OS-II只是一个实时操作系统内核,它仅仅包含了任务调度,任务管理,时间管理,内存管理和任务间的通信和同步等基本功能。没有提供输入输出管理,文件系统,网络等额外的服务。但由于uC/OS-II良好的可扩展性和源码开放,这些非必须的功能完全可以由用户自己根据需要分别实现。   uC/OS-II目标是实现一个基于优先级调度的抢占式的实时内核,并在这个内核之上提供最基本的系统服务,如信号量,邮箱,消息队列,内存管理,中断管理等。
uCOS-II source (2012-12-18, Unix_Linux, 1079KB, 下载8次)

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

[uCOS/RTOS] Stm32_ucos_3-1

在IAR环境中实现以下要求的编程(1)二个外部中断EINTB(KEY1)、EINTC(KEY2),三个任务A、B、C,优先级由低到高。 (2)A任务每运行一次使得第一组数码管的值增加1,调用延时函数为1s (3)B任务等待信号量bsem(初始值为0),中断INTB触发信号量bsem的发送。该任务每运行一次使得第二组数码管的值增加1,调用延时函数为0.5s (4)C任务等待信号量csem(初始值为0),中断INTC触发信号量csem的发送,该任务每运行一次使得某个发光二级管闪烁,调用延时函数为0.1s
IAR environment in programming to achieve the following requirements (1) two external interrupt EINTB (KEY1), EINTC (KEY2), three tasks A, B, C, from low to high priority. (2) A task group each time you run make the first digital value increase, calling the delay function for the 1s (3) B task waiting for semaphore bsem (initial value 0), interrupt INTB trigger the sending semaphore bsem . The task runs once each second set of digital control makes the value increase, calling the delay function 0.5s (4) C task waiting for semaphore csem (initial value 0), interrupt INTC amount csem send the trigger signal, the so each time you run a task light-emitting diode flashes, called the delay function for the 0.1s (2011-07-03, Others, 289KB, 下载21次)

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

[uCOS/RTOS] LPC2378Ucos2

开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。
Development environment is under the LPC2378 under MDK uCOS serial programming, and before that as compared to changes in the startup code, remove the system inside an alarm, and the use of semaphores, mailboxes and so on, for beginners to use! Also did not use the queue, and changes to go through in order to support multiple serial data reception is currently a maximum of eight data fat. Function test is after power, P2.0 ~ P2.7 changed from high to low concurrent serial letter, change from low-high, there is an external interrupt button, click, the 1000Bytes data. Issued from the serial data to the ARM, ARM to return the data received. (2008-11-26, C/C++, 466KB, 下载31次)

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

[uCOS/RTOS] uCOS-II--daima

周立功ARM9 2410试验平台的uCOS-II基础实验代码,包括uCOS-II移植实验、蜂鸣器实验、串行通信实验、图形液晶控制实验和Modbus RTU 主从通讯实验、FTP、GPRS、GPS、IrDA等试验,处理器为s3c2410.代码简单易懂,注解详细,推荐下载。
Week Ligong ARM9 2410 test platform uCOS-II based on the experimental code, including uCOS-II transplantation experiments, buzzer experiments, serial communication experiment, graphic LCD control experiments and Modbus RTU master and slave communication experiment, FTP, GPRS, GPS, IrDA such as testing, processor s3c2410. easy-to-read code, comments in detail, recommended download. (2008-05-22, C/C++, 8148KB, 下载1637次)

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

[uCOS/RTOS] EmbeddedGUI-SDK_For_Windows(Chinese)

这是一个支持"微型嵌入式 GUI" 的 SDK For Windows (简体中文版),其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗 口,DLGWINDOW对话框窗口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR横 向滚动条,VSCROLLBAR竖向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,COMBOBOX组 合框,LISTBOX列表框,CHECKBOX多项选择框,CHOICEBOX单项选择框,LABEL文字标签,PAGEVIEW标签 页,SPEEDBAR进度条及窗体与按钮图形化等功能.体积小编译后大小约为100~180KB,运行速度快, 简单易用的API,完全的中文支持,内置拼音输入法支持添加新的输入法与支持中英文混合编辑,采 用 ANSI C(标准C语言)编写,几乎支持所有的编译器,支持多种输出与输入设备,支持多窗口切换, 内置内存分配模块,强大的动态加载及优良的扩充性不失为一个优秀的 GUI 介面.更多的详细功 能与讯息请参阅档案内附的 GUI 编程指南.PDF (2007-09-19, C/C++, 856KB, 下载134次)

http://www.pudn.com/Download/item/id/335263.html
总计:205