Welcome![Sign In][Sign Up]
Location:
Search - uC OS The Real Time Kernel

Search list

[VC/MFCuC/OS-II

Description: uC/OS-II CORE FUNCTIONS LARGE MEMORY MODEL MEMORY MANAGEMENT MUTUAL EXCLUSION SEMAPHORE MANAGEMENT
Platform: | Size: 71530 | Author: inspire | Hits:

[Driver Developliyao_ucos1

Description: 由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by Mr. Jean Labrosse wrote uC/OS real-time operating system kernel of C source code and state. This is Mr. Jean wrote for the series 68HC11 RTOS, but as more and more the emergence of the MCU, Jean his many transplant RTOS platform, expansion model more suitable for the application model, such as XA, X86, but some customers do not know how to use, is wasted! But to remind you that this is only a core module, embedded application environment too much, like many other modules : File module, communications module, module, we now have our own efforts! I also try to increase their number of modules, such as TCP/IP protocol, for many applications can provide additional applications.
Platform: | Size: 81920 | Author: 许之敏 | Hits:

[uCOSuCOSII 中文版

Description: 一本讲uC/OS的很好的书,内容包括系统的安装、任务、实时系统、内核、中断、任务间通讯等。-This is the Chinese translation of the book on uC/OSII, contents include installation of system, task, real-time system, kernel, interrupt, communication among tasks etc..
Platform: | Size: 1773568 | Author: Guo | Hits:

[uCOSuCOS-II the real time kernel

Description: 英文原版的讲uC/OSII 的好书 压缩包中包括PDF和DOC格式的文件-English book on uC/OSII. Zip file includes files in both PDF and DOC formats.
Platform: | Size: 1490944 | Author: Guo | Hits:

[uCOSucosii-8051

Description: uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example-uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
Platform: | Size: 18432 | Author: ping | Hits:

[uCOSucos-in-dsp

Description: μC/OSⅡ实时内核在TMS320C6201上的移植-μC/OS Ⅱ real-time kernel in the transplant TMS320C6201
Platform: | Size: 112640 | Author: 9311066 | Hits:

[Linux-UnixUCOSIIkernalschedinganalysis

Description: 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,算法巧妙,代码空间很少。-multi-tasking system, the kernel is responsible for all management tasks, or tasks assigned to each CPU time, also responsible for the communication between tasks. Kernel provide basic services to the use of real-time kernel can greatly simplify the application system design, Real-time kernel is allowed to use divided into several tasks, from real-time kernel to run them. Kernel with the additional load procedures, code space to increase the amount of ROM, the kernel data structures to increase the amount of RAM. But more importantly, each must have its own task-eating memory to be quite drastic. CPU kernel itself to the occupier of the time normally two to five percentage points between. UC/OS-II is a sophisticated scheduling algorithm kernel, real-time kernel precision small, high effi
Platform: | Size: 160768 | Author: Jacky | Hits:

[Software Engineering1

Description: 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.-In a preemptive priority based RTOS, priority inversionproblem is among the major sources of deadlineviolations. Priority inheritance protocol is one of theapproaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can t support priority inheritanceprotocol since it does not allow kernel to have multipletasks at the same priority. Although it has different waysto avoid priority inversion such as priority ceilingprotocol, developers still have some difficulties inprogramming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability tosupport round robin scheduling and implement priorityinheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore toevaluation board, and evaluate the execution time of eachof the kernel service as well as verify the operations ofour implementation.
Platform: | Size: 135168 | Author: 刘天宏 | Hits:

[Embeded-SCM DevelopuCOS-II

Description: μC/OS-II 学习指导 uC/OS-II 源码公开的嵌入式实时多任务操作系统内核 -μC/OS-II study and the guidance of uC/OS-II open-source embedded real-time multi-tasking operating system kernel
Platform: | Size: 472064 | Author: mcl | Hits:

[OtherUcos_RTOS

Description: uC/OS-II,The Real-Time Kernel, CORE FUNCTIONS, 80x86/80x88 Specific code (LARGE MEMORY MODEL)-uC/OS-II, The Real-Time Kernel, CORE FUNCTIONS, 80x86/80x88 Specific code (LARGE MEMORY MODEL)
Platform: | Size: 177152 | Author: zeonET | Hits:

[uCOS1

Description: 实时操作系统 uC/OS The Real-Time Kernel 52 SPECIFIC ASSEMBLY -Real-time operating system uC/OS The Real-Time Kernel 52 SPECIFIC ASSEMBLY
Platform: | Size: 4096 | Author: fant | Hits:

[uCOSos51c

Description: 实时操作系统 uC/OS The Real-Time Kernel 52 SPECIFIC ASSEMBLY -Real-time operating system uC/OS The Real-Time Kernel 52 SPECIFIC ASSEMBLY
Platform: | Size: 1024 | Author: fant | Hits:

[uCOSos_cfg

Description: 实时操作系统 uC/OS The Real-Time Kernel 52 SPECIFIC ASSEMBLY -Real-time operating system uC/OS The Real-Time Kernel 52 SPECIFIC ASSEMBLY
Platform: | Size: 1024 | Author: fant | Hits:

[uCOSUCos-II.core.analysis.Transplantation.and.Driver.D

Description: 《uC/os-II 内核分析.移植与驱动程序开发》随书光盘中的全部源代码,全部通过调试。书中介绍μC/OS-Ⅱ的内核分析、移植过程和驱动程序开发方法。书中首先以μC/OS-Ⅱ在8051系列单片机上的移植为例子,详细剖析μC/OS-Ⅱ的内核和移植过程;然后以串口通信为例,介绍如何为μC/OS-Ⅱ实时内核添加设备的驱动程序;最后介绍μC/OS-Ⅱ在数字信号处理器[DSP]上的移植,以使读者进一步加深对μC/OS-Ⅱ的理解。 -" UC/os-II core analysis. Transplantation and Driver Development" book with CD-ROM of all the source code, all through the debugger. Introduce the book μC/OS- Ⅱ core analysis, the transplanting process and driver development methodology. ΜC/OS- Ⅱ first book in the 8051 Series single-chip on the transplant as an example, a detailed analysis of μC/OS- Ⅱ core and transplantation process then to serial communication as an example, how to introduce μC/OS- Ⅱ Add real-time kernel device driver introduction Finally μC/OS- Ⅱ in the digital signal processor [DSP] on the transplant, in order to enable the reader to further deepen the understanding of μC/OS- Ⅱ.
Platform: | Size: 2308096 | Author: iceyfire | Hits:

[uCOSuCOS-II-289

Description: uC/OS-II Version 2.89 The Real-Time Kernel
Platform: | Size: 1378304 | Author: Sergey | Hits:

[uCOSE-book_Video_Audio_Tutorial20071119_05

Description: uC/OS-Ⅱ是一个免费的源代码公开的实时嵌入式内核,它提供了实时系统所需的基本功能。其包含全部功能的核心部分代码只占用8.3K字节,而且由于uC/OS-Ⅱ是可裁剪的,所以用户系统中实际的代码最少可达2.7K字节,可谓短小精悍。-uC/OS- Ⅱ is a free open source real-time embedded kernel, which provides the basic functions required for real-time systems. It includes all the features of the core part of the code only occupies 8.3K bytes, and because cutting uC/OS- Ⅱ are available, so the actual code in a user' s system at least up to 2.7K bytes, can be described as dapper.
Platform: | Size: 3507200 | Author: 李玉 | Hits:

[Linux-Unix2

Description: 对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性 的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了 UC/OS—II的结构和特点,改造了UC/OS.II的实时内核,将其移植到UCLINIⅨ作为专 门处理实时进程的的内核(X2内核),从而改良UCLINUX的实时性。-For embedded real-time operating system, conducted in-depth study. On the current UCLINUX enhanced real-time operating systems of different options for a detailed analysis and comparison, presented the advantages and disadvantages of the existing program. Subsequent analysis of UC/OS-II structure and characteristics of the transformation of the UC/OS. II, real-time kernel, be transplanted to UCLINI Ⅸ as to deal specifically with real-time process, the kernel (X2 core), thereby improving UCLINUX in real time.
Platform: | Size: 3167232 | Author: aron | Hits:

[uCOSLAB_5

Description: Create a PIC18 port of the uC/OS-II real-time kernel. Note here PIC18 port means a version of the real-time kernel, not the I/O port of microcontrollers.
Platform: | Size: 411648 | Author: gary | Hits:

[SCMucosfor_GCC

Description: uC/OS-II, The Real-Time Kernel Atmel AT90/AVR Port for AVR-GCC READ ME FILE Acknowledgements: Most files in this port is based on the Atmel AVR port for the IAR compiler by Ole Saether. Without his work, porting to avr-gcc would have taken much longer. ------------------------------- AVR C COMPILER -------------------------------- 1) This version of the avr-gcc port is based on version 2.95.2 of avr-gcc. Versions of this can be found at : http://8bit.at/avr/ http://www.gwdg.de/~mrickma/avr/ http://home.overta.ru/users/denisc/ 2) It is assumed that the command line version of the GCC compiler is installed as described in the compiler documentation. - uC/OS-II, The Real-Time Kernel Atmel AT90/AVR Port for AVR-GCC READ ME FILE Acknowledgements: Most files in this port is based on the Atmel AVR port for the IAR compiler by Ole Saether. Without his work, porting to avr-gcc would have taken much longer. ------------------------------- AVR C COMPILER-------------------------------- 1) This version of the avr-gcc port is based on version 2.95.2 of avr-gcc. Versions of this can be found at : http://8bit.at/avr/ http://www.gwdg.de/~mrickma/avr/ http://home.overta.ru/users/denisc/ 2) It is assumed that the command line version of the GCC compiler is installed as described in the compiler documentation.
Platform: | Size: 15360 | Author: vinkerl | Hits:

[Software Engineeringti-c31

Description: Header for configuring uC/OS, the real-time kernel
Platform: | Size: 5120 | Author: zhou | Hits:
« 12 3 »

CodeBus www.codebus.net