搜索资源列表
SBC-2410X_kernel.tar
- MIZI Research, Inc.发布的嵌入式Linux内核源码,现在的版本是是2.4.18-rmk7-pxa1-mz5。其中包含了很多常用硬件驱动,如CS8900、UDA1341等。 这是为一款用SAMSUNG公司S3C2410A芯片为处理器的系统配置的内核,可支持 640*480 TFT、Audio、LAN、RS-232、USB等接口。-MIZI Research, Inc. Release of embedded Linux kernel source, the current ver
EZ-811HS
- 软件中包含了Cypress的SL811 USB接口芯片的固件程序以及如何51单片机进行操作的例子,并且有Linux下的驱动程序,阅读并借鉴这个程序就可以做出支持USB HOST的系统了。-software includes the Cypress SL811 USB interface chip firmware procedures and how to 5 a microprocessor operating examples, as well as Linux drivers, read
camsnap
- 一个可以用于抓取USB摄像头图像的程序,保存格式为PPM格式。适合各个嵌入式linux平台。-crawls can be used for a USB camera images procedures for the preservation format PPM format. Suitable for all embedded Linux platform.
USBHost-S3C2440.rar
- s3c2440a usb host 测试程序,ADS编译环境,可以识别usb设备,从u-boot移植过来的.,Usb host test src for s3c2440,derived from u-boot,compile with ads
libusb-1.0.8
- 本源码是USB驱动在Linux环境下USB协议的实现,是USB主控制部分-The source is a USB drive in a Linux environment to achieve the USB protocol is part of the USB host control
USB_camera
- 给出Linux 环境下USB驱动的模块层次结构,包括主控制器驱动、USB 核心驱动和USB设备驱动程序组成,以及USB 接口摄像头驱动模块的层次结构,对底层usbvideo 模块进行分析,对usbvideo 中的函数进行了分类,修正其设计上的一个缺 陷,给出上层微型驱动的实现,最后通过移植USB 摄像头驱动程序到三星公司的SMDK2410 开发板的试验成功,使该驱动成 功应用在基于Linux 的嵌入式系统上。-Given Linux environment USB drive mod
USB_camera
- 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
usb
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的USB设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book of USB device driver source code
qianruusb
- 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
online-0.0.0.1.tar
- 在Linux下驱动USB 摄像头一直不是容易的事情,尽管其内核中就集成了对0V511系列摄像头的支持,开源驱动spca5xx/gspca也提供了对大部分主流摄像头的支持, 但还是无法涵盖所有品牌的各种型号的摄像头,尤其是对于国内的中低端用户,很难找到直接可用的Linux下的驱动。-In the Linux driver under the USB camera has not been easy, although its core on the integrated camera on 0V5
linux
- 关于嵌入式linux实现usb视频采集LCD实现以及远端监控的资料。从usb驱动到开发板2410上的具体开发过程都有 ,内容非常全面。-On the realization of embedded linux video capture usb and LCD to achieve remote monitoring information. From the usb drive to the 2410 on the development board has a specific develo
ov5620
- This source code makes digital camera from a OV5620 camera connected to an ARM microcontroller. In the source code is included Fatfs filesystem, I2C protocol and bayer decoding.
PowerPC_VxWorks_BSP_SBH
- BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
temper-tools-1.0.tar
- temper-read-temp is a program to read the temperature from a TEMPer USB thermometer. temper-read-temp is Copyright 2009 Roaring Penguin Software Inc. It may be distributed according to the terms of the GNU General Public License version 3,
usb-skeleton.c.tar
- 嵌入式linux下的一个USB驱动,需要编译后才可以使用,直接在linux下编译即可-Linux embedded under a USB drive, needs to be compiled before they can be used directly in linux can be compiled
USB-Composite-Device_6.1.7600.16385
- 一个在linux下的驱动文件,对应的型号是6.1.76-a device that can be used in linux,which is 6.1.76
a
- 用于linux下,支持jpg格式的usb摄像头一帧图像获取,并保存为jpg格式文件-For linux, support jpg format usb camera an image acquisition, and saved as jpg format file
Demo.tar
- 指纹模块驱动程序,LINUX USB驱动,经典的USB驱动程序学习例子-A usb drivers of linux for a finger module .It s a classic example for stdudy of linux usb driver.
xc2440_cam2img简易拍照程序(USB Camera)
- 嵌入式设备,插上免驱动摄像头后 用来拍照或录像的一个源码(Embedded device, plug in free drive camera, to take pictures or video of a source code)
