VxWorks下FLASH 28F320B3的驱动,在VxWorks下调试成功,有详细的中文注释,并可以移植到Linux/WindowsCE/uC/OS-II等嵌入式OS下。
上传时间: 2013-12-20
上传用户:yuanyuan123
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.
标签: priority preemptive inversion problem
上传时间: 2015-12-14
上传用户:气温达上千万的
国防科大的一个ucos课件,主要介绍 内核结构-任务以及调度机制,任务间通信, uC/OS的移植,在PC机上运行uC/OS等,适合初学。
标签: ucos
上传时间: 2016-01-17
上传用户:daoxiang126
嵌入式实时操作系统μC/OS-II(第2版)自带光盘源码 【原 书 名】 MicroC/OS-II The Real-Time Kernel,Second Edition 本书是MicroC/OSII The Real Time Kernel一书的第2版本,在第1版本(V2.0)基础上做了重大改进与升级。通过对μC/OSII源代码的分析与描述,讲述了多任务实时的基本概念、竞争与调度算法、任务间同步与通信、存储与定时的管理以及如何处理优先级反转问题;介绍如何将μC/OSII移植到不同CPU上,如何调试移植代码。在所附光盘中,给出已通过FAA安全认证的μC/OSII V2.52的全部源码以及可在PC机上运行的移植范例。
标签: MicroC OS-II Real-Time Edition
上传时间: 2016-02-10
上传用户:thesk123
ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码 ch05目录下: znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码 ch09目录下: font.c 字体显示和变更例程 image1 位图文件加载与显示 2win.c 两个窗口间消息传递例程 button 按钮制作的例程 slider 游戏文件程序
标签: simpleboot tgz disasm ch
上传时间: 2014-01-09
上传用户:妄想演绎师
ucos下的文件系统,版本为周立功的ZLG/FS,本文件系统与uc/FS功能相近。
上传时间: 2014-01-17
上传用户:cmc_68289287
编程环境:ADS,处理器:STR71X,实现UC/OS2的嵌入式功能
上传时间: 2014-01-18
上传用户:tfyt
该工程源码是基于EasyARM2200开发平台开发的嵌入式TCP/IP协议栈,协议栈以LwIP为基础,基于uc/os-ii为操作系统,以太网驱动芯片为RTL8019AS,实现了支持多线程实时应用的嵌入式TCP/IP协议栈
上传时间: 2013-12-18
上传用户:jcljkh
在桓丰的44b0上实现漂亮的大时钟,利用uc-gui,支持触摸屏更改时间,如果想在别的板上用,要修改一下I/O定义,
上传时间: 2013-12-20
上传用户:LouieWu
FreeRTOS比较新的版本4.1.0版(不知道是不是最新版本),FreeRTOS也是也免费的源代码开放的操作系统,内部有很多移植范例,包括lwip和uip的,(大家不用为了lwip在uc/os-ii上的移植烦恼了),移植范例包括在各种处理器平台和各种编译器上的,如果大家想研究研究FreeRTOS这个操作系统,还是很不错的,尽管用的人不多,不过这些移植范例真的有很大的参考意义的,FreeRTOS的官方网站上发布的版本并不是最新版本,有些论坛上上传的版本都是很久以前的版本了,这个版本是我从国外网站上找的。
上传时间: 2016-04-12
上传用户:ve3344