搜索资源列表
RTOS 51代码
- RTOS 51代码-RTOS code
rtos串口函数库
- RtosSerial.lib rtosSerial.h 使用说明,本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。 可与rtx51很好集成。任何人可以自由分发,和应用。有疑问可以联系serialrtos@163.net -RtosSerial.lib rtosSerial.h use, the use of the library's timer2 51, 9600 app
smallrtosv1.51.0
- small rtos v1.51.0源码
Small RTOS(51)源代码、应用问答集
- Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
51下的操作系统,small rtos
- 51下的操作系统-51 of the operating system
无需外扩ram即可在51上执行的占先式RTOS
- 无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has alre
一个51下的源代码开放的操作系统small rtos
- 讲述了一个51单片机下的操作系统,有利于工程师再实际当中选用-about a 51 Microcontroller operating system, engineers have to use them in more practical
SmallRTOS for C51
- 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴uc
Small RTOSv1.12.x 下dp-51例子
- 这个小型RTOS,本人已在51实验板上验证了几个实例
Keil MDK RL-ARM 实时库用户指南
- Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
SmallRtos51
- Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating
uCOS-II_Win32
- 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。-The use of Mircosoft Visual C++6.0 compiler, learning uc/os-ii 2.80 version RTOS ex
RTOS51-LCD12864
- small RTOS51+KEIL+PROTEUS-small RTOS51+ KEIL+ PROTEUS
REAL_TIMErtos
- Small RTOS(51) 1.00v 无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-Small RTOS (51) 1.00v without ram can be expanded outside of the 51 on the implementation of Preemptive RTOS portable, completely free, open-source
51RTOS
- 51RTOS,一个国人写的51小型系统,非常不错,贡献给喜欢底层的朋友,以前学51,懂得点皮毛,自己觉得这还是不错的-51RTOS, one of 51 people to write mini-system, very good contribution to the bottom like a friend, before the school 51, know how to point fur, feel this is a good
51rtos
- 基于51单片机的嵌入式实时操作系统,keil编译,绝对可以运行,供大家学习-51 MCU-based embedded real-time operating system, keil compiler, absolutely you can run, for them to learn from
51-MCU-small-RTOS
- 51 单片机 small RTOS系统,keil环境下编译-51 single small RTOS system, keil compiler environment
small-RTOS
- 51单片机最小系统程序。多任务处理,适合初学51的-51 smallest single-chip system program. Multi-tasking, for beginners 51. .
Small RTOS v1.12.2
- small rtos 陈明计,这个人有必要要认识下,因为small rtos 是他写的,他根据ucos的原理写的。这个small rtos是可以再51单片机上运行的,但是受ARM内存的限制。 作为单片机开发的时刻都得想着内存的问题,因为51芯片资源有限。(small rtos Chen Ming plan, this person needs to know, because small RTOS he wrote, he wrote on the basis of the principl
RTOS 51工程文件
- 采用RTOS操作系统的完整源代码,内含遥控,按键扫描,膜冲电位器扫描识别,显示驱动,4094等完整代码,可以直接用于生产。(The complete source code of RTOS operating system, including remote control, keystroke scanning, membrane punch potentiometer scanning identification, display driver, 4094 and other comple