搜索资源列表
u-kernel
- RT-Thread是发展中的下一代微内核嵌入式实时操作系统,被设计成一个宽范围可用的系统,从资源极度紧张的小型系统,到一个带内存管理单元,网络功能的基本计算单元。 最新svn版本
microkernel
- RT-Thread是发展中的下一代微内核嵌入式实时操作系统,被设计成一个宽范围可用的系统,从资源极度紧张的小型系统,到一个带内存管理单元,网络功能的基本计算单元。 最新单内核svn版本
阻塞模式主要用于无窗口、多线程处理中
- 阻塞模式主要用于无窗口、多线程处理中。启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理。-Blocking mode is mainly used for non-window, multi-threaded processing. After the start the service should start a thread to poll the DTU data, received data directly, or put the d
RT_Thread030
- RT-Thread RTOS,这是一款由国内RT-Thread工作室开发的开源实时操作系统。起初RT-Thread是一个实时的内核(全抢占优先级调度,调度器时间复杂度O(1)),但在发展过程中,RT-Thread实时操作系统得到了来自全国嵌入式开发工程师的鼎力支持,为RT-Thread添砖加瓦,现在它已慢慢变成一个完善的、全功能的操作系统:文件系统,网络协议栈,图形界面组件。。。只有您想不到,没有您做不到:RT-Thread是一个平台,您可以把您的创意汇聚在一起,小平台大社区,RT-Thread
rtt
- rt-thread-0.2.3 2008-10-4 Bernard Xiong
Thread-Metric_BRTOS
- Thread-Metric for BRTOS 1.4
RT-Thread-0.3.2
- RT-Thread已经包括了LPC1768的基本移植,通常RT-Thread的做法是,只提供独立的工程,并且在工程中力图把最多的特性都打开了,而不是类似一些做开发板的,循序渐进的提供一些例子。当然,在RT-Thread极为优秀的剪裁能力基础上,能够化繁为简,或层层叠加形成一个复杂的系统: >>使能LwIP TCP/IP网络组件,仅需要在rtconfig.h中定义RT_USING_LWIP宏。 -RT-Thread LPC1768 has been included in th
RT-Thread-0.4.0-beta2
- 在RT-thread中用了 LwIP,发现很容断线,经常断,有时候10分钟不到就断了,有时候能到1个多小时,但最终也会断掉。说明不稳定! 不知道官方发布的工程包经过长时间测试没有?稳定性如何?-RT-Thread LPC1768 has been included in the basic transplantation, usually RT-Thread practice is to only provide independent project, and try to turn u
RT-Thread-0.4.0-RC1
- rt-thread 嵌入式实时操作系统,RT-Thread 0.4.0 RC1-rt-thread embedded real-time operating system
rt-thread-httpserver
- 一个用国产的嵌入式操作系统RT-Thread开发的Http Server程序,可以在多种MCU上运行,采用Keil编译,对想要学习嵌入式操作系统及硬件底层编程的朋友来说是个很不错的例程。-An embedded operating system with the domestic development of RT-Thread Http Server program that can run on a variety of MCU, using the Keil compiler, you w
RT-Thread-on-RK2706-with-keil
- RK27XX 是大家所熟知的一个硬件平台,它是瑞芯微公司推出的一套成功的MP4解决方案,现以RK27XX系列为硬件平台,来移植现在国产的RT-Thread嵌入式操作系统。对于喜欢RT-Thread操作系统或者想要学习嵌入式操作系统的朋友来说是个很难得的实例。-RK27XX is known to everyone as a hardware platform, which is introduced Rockchip MP4 of a successful solution is to RK27
RT-Thread
- 国产操作系统RT-Thread实时操作系统编程指南,很好的一个操作系统,现在已经支持市面上的主流MCU。-Made real-time operating system RT-Thread operating systems programming guide, a very good operating system, now support the market mainstream MCU.
Handler-Thread-Loop
- handler thread looper 的用法比较与总结-Comparison and summary of the usage of the handler thread looper
RT-Thread-1.0.2
- RT-Thread 嵌入式操作系统 Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线 程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证 内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使 用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平 台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线
rt-thread
- RT-Thread嵌入式操作系统的调度器源码分析-RT-Thread embedded operating system scheduler source code analysis
RT-Thread-0.3.4
- RT-Thread 是一款主要由中国开源社区主导开发的开源实时操作系统(许可证GPLv2)。实时线程操作系统不仅仅是一个单一的实时操作系统内核,它也是一个完整的应用系统,包含了实时、嵌入式系统相关的各个组件:TCP/IP协议栈,文件系统,libc接口,图形用户界面等-RT- Thread is one main by the China open source community leading the development of open source real-time operating
RT-Thread-0.3.0
- RT-Thread-0.3.0 源码-RT-Thread-0.3.0 source code
rt-thread-v2.0.2
- RT-Thread实时嵌入式系统内核源程序-RT-Thread RTOS embedded kernel source code
rt-thread-v1.2.5
- rt-thread-v1.2.5 实时操作系统(real-time operating system)
RT-thread-project-gathon
- RT-thread 2.1.1 移植到 STM32F103ZET6,周期点亮两个LED; 程序运行在RAM中,如果需要在flash中运行的,请自行在MDK的设置中修改; by gathon(RT-thread 2.1.1 ported to STM32F103ZET6,Cycle two LEDs, The program runs in RAM. If you need to run in flash, please modify it yourself in the settings