Welcome![Sign In][Sign Up]
Location:
Search - driver

Search list

[Other Embeded program2.4TFT-LCD-Driver

Description: 各种2.4寸TFT LCD彩屏驱动程序,包含ST7786、ILI9320、ILI9325、ILI9328 IC驱动-2.4 TFT LCD Driver
Platform: | Size: 6144 | Author: 刘先生 | Hits:

[Linux-Unixv4l2-driver-api

Description: V4L2(VIDEO FOR LINUX 2)视频驱动开发中文文档,包含API详细解析-V4L2 (VIDEO FOR LINUX 2) video driver development of Chinese language documents, including detailed analysis API
Platform: | Size: 53248 | Author: dianziren.taobao.com | Hits:

[SCMNE2000-driver

Description: NET2000 网卡芯片驱动程序,C51编写-NET2000 chip card driver, C51 prepared
Platform: | Size: 23552 | Author: 汤工 | Hits:

[androidAndroid-driver

Description: linux开发入门宝典,可以很好的为Android driver 提供帮助-Getting Started development linux Collection
Platform: | Size: 1711104 | Author: 朱小平 | Hits:

[Embeded Linuxlinux_Framebuffer-Driver-Development

Description: 详细讲解了Linux Framebuffer的驱动开发,以及各种Linux下GUI,并对他们进行简单介绍。-Explain in detail the development of the Linux Framebuffer driver, and a variety of Linux, GUI, and give them a brief introduction.
Platform: | Size: 1392640 | Author: Jorden | Hits:

[USB developUsb-Driver-V3.0

Description: usb driver for tk102
Platform: | Size: 1487872 | Author: stelan | Hits:

[Driver DevelopTWI-driver

Description: 针对AT91sam9260系列ARM9开发板的I2C Linux驱动程序-For AT91sam9260 Series ARM9 development board I2C Linux driver
Platform: | Size: 4096 | Author: bush | Hits:

[Driver DevelopDriver

Description: LSD-FET430UIF_V2.1 (USB-based MSP430 emulator) xp Driver-LSD-FET430UIF_V2.1 (USB-based MSP430 emulator)
Platform: | Size: 64512 | Author: liurongbin | Hits:

[Linux-UnixLinux-driver-development18

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 18, LCD device drivers. In the multimedia application to the push of color LCD, more and more applied to embedded systems, handheld computers (PDA), mobile phones and other display device, support the TFT color graphic interface, images and video can show media player. The frame buffer (Framebuffer) is Linux for a display device provide interface, it allows the upper application in the graph modes for display and direct buffer operation. This chapter covers the frame buffer equipment Linux drivers structure and framework of the programming method.
Platform: | Size: 887808 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development2

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路中经常会使用CPLD和FPGA,2.4节讲解了CPLD和FPGA在电路中的作用。2.5~2.7节讲解实际项目开发过程中硬件分析的方法,包括如何进行原理图分析、时序分析以及如何快速地从芯片手册获取有效信息。2.8节讲解了调试过程中常用仪器、仪表的使用方法,涉及万用表、示波器和逻辑分析仪。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 2, drive design hardware foundation. This chapter explaining the bottom drive engineers must hardware foundation, gives the embedded system hardware principle and analysis methods of the panoramic views. Section 2.1 explain micro controller, microprocessor, digital signal processor and the application in particular areas of the processor respective characteristics. Section 2.2 of embedded system used in all kinds of memory and CPU interface, application field and features detailed explanation. Section 2.3 interpretation of common interface and peripherals, including bus way of working serial port, the I2C, USB, the Ethernet interface, ISA, PCI and cPCI, etc. The embedded system hardware circuit we often use CPLD and FPGA, section 2.4 explained CPLD and FPGA in a circuit ?
Platform: | Size: 866304 | Author: 华清远见 | Hits:

[Embeded-SCM Developucos-ucfs-lpc2478-usb-driver

Description: ucos lpc2478 uc fs usb driver, ads version(arm7)-ucos lpc2478 uc fs usb driver, ads version
Platform: | Size: 8413184 | Author: ichaoer | Hits:

[SCMUSBFET-driver

Description: msp430仿真工具的驱动程序,如果你的电脑不能识别仿真硬件,试一试这个吧。-msp430 driver simulation tools, if your computer does not recognize the hardware emulation, try the bar.
Platform: | Size: 11078656 | Author: 马玲 | Hits:

[SCMULN2003-Driver-

Description: ULN2003驱动步进电机驱动电路图,直接驱动,步进马达,驱动电路图-ULN2003 to drive a stepper motor drive circuit, direct drive, stepper motor, driver circuit diagram
Platform: | Size: 243712 | Author: Jason | Hits:

[SQL ServerMS-Sqlserver-JDBC-driver

Description: Microsoft Sqlserver的JDBC驱动-Microsoft Sqlserver JDBC driver
Platform: | Size: 371712 | Author: Gyang | Hits:

[Com PortSpreadtrum-USB-modem-Driver

Description: Spreadtrum USB Modem Driver version 1.3.0.8
Platform: | Size: 39936 | Author: GreenCroc | Hits:

[MTKMTK-62xx-USB-Driver-v1.0845

Description: MTK 62xx USB Driver version 1.0845 (windows)
Platform: | Size: 164864 | Author: GreenCroc | Hits:

[USB developRS485-Driver

Description: USB PPI 西门子编程线485程序驱动 s7-2-USB PPI siemens RS485 Driver.rar s7-200
Platform: | Size: 439296 | Author: zhang yan | Hits:

[Other Embeded programSM502-Driver

Description: SM502驱动源码包,针对自己的项目,做相应修改就可以用-SM502 driver source code package for your project, you can use to modify accordingly
Platform: | Size: 738304 | Author: sunzhenhua | Hits:

[Linux-Unixlinux-driver

Description: 王宝华的《linux设备驱动开发详解》影印版,很清晰。另外还有王宝华关于linux设备驱动开发的讲座PDF-WANG Bao-hua of the " linux device driver development explain" photocopy version, is very clear. Another WANG Bao-hua linux device driver development on the lecture PDF
Platform: | Size: 11216896 | Author: wlf | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net