搜索资源列表
Minigui
- MiniGUI - 面向实时嵌入式 Linux 系统的小型图形用户界面支持系统-MiniGUI-oriented real-time embedded Linux system of small graphical user interface support system
rtai.tar
- 实时linux RTAI 下的如何使用RTFIFO代码-RTAI-Linux under the code on how to use RTFIFO
RTlinux-AKAE
- 亚嵌科技做的一个关于硬实时控制软件高级系统的讲座,主要是实时Linux方面的内容。-Asian embedded technology do on a hard real-time control software system senior lectures, mainly real-time Linux aspects.
ds1337
- 实时时钟处理芯片ds1337驱动程序,芯片由i2c接口控制,将文件加入到linux内核的driver i2c/chips目录下,在makefine中添加该文件直接编译即可-real-time clock chip ds1337 driver, from i2c chip interface control, file into the Linux kernel driver i2c/chips directory, In addition makefine the document can be
sysinfo_for_e2
- moto e2的实时系统概况的源码,使用了qt界面,可以显示当前cpu、内存、和数据状态,使用arm-linux-gcc编译,并且要搭建相应的qt环境
rtc.spl
- 2410平台linux下实时时钟驱动程序
linux-2.4.18.tar
- 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核
linux for embedded and realtime app
- 实时嵌入式LINUX程序设计(英文资料),已解密可屏幕取词阅读。资料相当出色!-real-time embedded Linux programming (English), has been declassified Capture Characters from Screen can be read. Information is excellent!
嵌入式实时操作系统RTLinux的分析和实现
- 文章讨论了Linux 作为实时应用操作系统的一些不足,从实现机制上分析了产生这些不足的原因。详细阐述了实时操作系统RTLinux 的实现原理,着重介绍了嵌入式RTLinux 系统的开发过程,并给出了该系统实时性能测试的方法和结果-article discusses the Linux operating system as a real-time application of a number of shortcomings, from the mechanism analysis on the
linux平台使用Jrtplib运用RTP协议传输数据例子
- RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,下面就以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。
qt v4l的摄像头实时捕抓
- 一个老外的写的linux下基于 QT4的webcam捕抓程序
VIDEOCAPTURE.tar.gz
- arm+linux下摄像头数据采集显示及jpeg压缩,并实现了udp通信,可以将摄像头采集的数据通过网络实时的传到远方!,data captured,display,and compressed in jpeg format based on arm+linux and display
AT91RM9200-RTC-DS1307-driver.r
- ARM9 AT91RM9200 实时时钟芯片DS1307底层驱动程序 ,ARM9 AT91RM9200 underlying real-time clock chip DS1307 driver
RT-Linu-Core
- rtlinuxRT-Linux源码 一个实时操作系统源码,很小巧。-rtlinuxRT-Linux Core
S3C2410_RTC
- s3c2410嵌入式Linux 实时时钟(RTC)驱动范例-s3c2410 embedded Linux real-time clock (RTC)-driven paradigm
XScale_PXA255_processor_Linux_real_time_system_doc
- XScale PXA255处理器Linux实时系统文档,一个pdf期刊资料,很不错的研究成果-XScale PXA255 processor, Linux real-time document, a pdf journal information, it is good research
uvcView
- ARM Linux 下基于Qt的免驱摄像头通用预览程序,支持大部分通用免驱摄像头,实现简单预览功能,可扩展为AVI视频录制,网络实时预览- Commom Web Camera preview demo, it s supposed to support most driver-less web camera, and it can be extented extra functions such as vedio recording, network real time preview.....
wifi-sever-client
- 语言:C语言编写的源代码,编译通过,可运行。 功能:linux系统下PC机(或开发板)之间利用无线通信实现实时聊天。这是最简-Language: C language source code, compile, run. Function: linux system a PC (or board) to use wireless communication between the real-time chat. This is the most simple
Embedded-Linux-
- 介绍了RT-Linux,μCLinux,μC/OS2Ⅱ和eCos四种源码公开的嵌入式实时操作系统,详细分析比较了关键实现技术—任务管理、任务及中断间的同步通信机制、存储器管理、中断管理等,指出了不同应用领域所适合的ERTOS。-Describes the RT-Linux, μCLinux, μC/OS2 Ⅱ and four kinds of open-source eCos real-time embedded operating system, detailed analysis and
v4l2-Qt视频采集显示
- 通过V4l2进行视频采集,Qt实时显示。是一个例子。为刚开始进行linux视频采集编程的朋友提供参考