可以快速查询μC/OS-II中的功能函数的产地参数,用法,及注意事项,很全面,所有函数按照字母排序
2022-02-23 20:23:26 596KB μC/OS-II
1
This book describes the design and implementation of mC/OS-II (pronounced "Micro C O S 2") which stands forMicro-Controller Operating System Version 2. μC/OS -II is based on μC/OS, The Real-Time Kernel which was firstpublished in 1992. Thousands of people around the world are using μC/OS in all kinds of applications such ascameras, medical instruments, musical instruments, engine controls, network adapters, highway telephone call boxes,ATM machines, industrial robots, and many more. Nu merous colleges and Universities have also used μC/OS toteach students about real-time systems.μC/OS-II is upward compatible with μC/OS (V1.11) but provides many improvements over μC/OS such as theaddition of a fixed-sized memory manager, user definable callouts on task creation, task deletion, task switch andsystem tick, supports TCB extensions, stack checking and, much more. I also added comments to just about everyfunction and I made μC/OS -II much easier to port to different processors. The source code in μC/OS was found in twosource files. Because μC/OS-II contains many new features and functions, I decided to split μC/OS-II in a few sourcefiles to make the code easier to maintain.If you currently have an application (i.e. product) that runs with μC/OS, your application should be able to run,virtually unchanged, with μC/OS-II. All of the services (i.e. function calls) provided by μC/OS have been preserved.You may, however, have to change include files and product build files to ‘point’ to the new file names.This book contains ALL the source code for μC/OS-II and a port for the Intel 80x86 processor running in Real-Modeand for the Large Model. The code was developed on a PC running the Microsoft Windows 95 operating system.Examples run in a DOS compatible box under the Windows 95 environment. Development was done using theBorland International C/C++ compiler version 3.1. Although μC/OS-II was developed and tested on a PC, mC/OS-IIwas actually targeted for embedded systems and can easily be ported to many different processor architectures.
2022-02-15 16:44:36 1.03MB uCOSII
1
魏洪兴 周亦敏 嵌入式系统设计与实例开发实验教材I 的源码,
2022-02-10 17:12:51 3.5MB ARM uC/OS-II
1
Micrium_uC-Eval-STM32F107_uCOS-II官方移植源码,没有任何修改,编译可用。
2021-12-29 11:10:03 19.56MB STM32F107 UC/OS-II
1
将uC/OS-II成功移植到Visual Studio 开发环境下,便于开发调试.
2021-12-27 17:19:34 98KB uC/OS-II uC/OS uCOS-II uCOS
1
这个源码,是在vc上运行的,能更好的理解uc/os-ii,本人用这个源码做了很多的移植工作哈,包括tlsf算法等,而且非常强大的一个源码。值得拥有!
2021-12-26 21:58:55 27.69MB 时间片 uc/os-ii
1
uC/OS II 多任务,堆栈检查,DSP定时器,卷积,滤波器实验报告
2021-12-18 22:14:31 1014KB uC/OS II DSP实验报告
1
前段时间我阅读了杨屹的关于“ ucos51 移植心得”,并考虑到能否将ucos-II 移植到KeilC51 的小模式下。由于小模式运行速度比大模式运行速度快很多,这将有利于提高系统 的速度。 2
2021-12-18 20:38:38 6KB μC/OS-II 移植到 KeilC51
1
前段时间阅读了杨屹的关于“ ucos51 移植心得”,并考虑到能否将ucos-II 移植到 KeilC51 的小模式下。由于小模式运行速度比大模式运行速度快很多,这将有利于提高系统 的速度。 源码加PDF文档说明
2021-12-18 20:34:12 101KB μC/OS-II KeilC51 移植 小模式
1
uC/OS-II改为基于兼容优先级抢占调度与时间片轮转调度. 保证了系统原有的实时性,又对于分时任务提供了时间片轮转调度.
2021-12-15 23:48:55 72KB uC/OS-II uC/OS uCOS-II uCOS
1