搜索资源列表
ARM_Embeded_Linux
- ARM 嵌入式 Linux 系统构建与驱动开发范例 pdf 版! 北航版-ARM Embedded Linux Systems to build and drive the development paradigm pdf version!
基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板
- 本文的目的为基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板。本文内容大致分为以下几个部分: 1、 LCD硬件及显示原理介绍; 2、 s3c2440 LCD控制器介绍; 3、 内核LCD驱动机制framebuffer(帧缓冲技术)概述; 4、 驱动移植相关及应用程序接口相关重要数据结构分析 5、 在linux2.6.30.4内核中添加(移植)LCD驱动; 6、 嵌入式linux应用程序中LCD驱动接口函数的调用及其必要包含头文件和数据结构;
usbkiller
- linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用-driver linux usbkiller e-book collection on the development of stratigraphic procedure linux have a good guide
LinuxDrive
- 实验目的 了解嵌入系统的驱动程序开发的过程 了解在Linux下如何添加一个驱动程序 -设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动程序是不同的。比如网卡,声卡,键盘,鼠标,显卡等。对于操作系统来说,挂接的设备越多,所需要的设备驱动程序也越多。对于嵌入式系统设计过程中,没有通用的驱动程序可使用。
EmbeddedLinuxSramDrivers
- 这是一篇有关嵌入式Linux下开发SRAM的驱动文章。对于理解Embedded Linux有帮助。-This is an essays about SRAM Driver under Embedded Linux. It is usful for us to understand The Embedded Linux.
linuxKernelDriverDesign
- linux内核以及驱动程序设计指导资料,是linux学习,开发的很好资料.-linux kernel and driver design guide data is linux learning, the development of good information.
Farsightlinux
- linux MMC/SD卡基本理论和驱动开发-linux MMC/SD card driver development of basic theory and
linuxSerialPortDriverDevelopment
- linux串口驱动开发,学习Linux串口驱动开发的好文档-linux serial port driver development, learning Linux serial driver development of good documentation
ARM-DSP-SPI
- 提出一种测量仪器的多处理机分布式控制方案, 并对DSP 与移植了Linux 操作系统的ARM之间SPI 通信设计进行了 着重阐述。对于这样的特定系统, 首先要完成Linux 下的SPI 驱动程序开发, 然后才能进行ARM 和DSP 下的应用程序开 发。对这几个方面进行了详细介绍, 给出了一种ARM 与DSP 通信的通信协议, 并基于此协议实现了ARM 与DSP 的SPI 通信。-SPI Data communication method
07block
- s3c6410开发板nandflash的linux驱动-s3c6410 development board linux driver nandflash
linux--driver--develop
- 驱动开发简介 设备驱动分类 Linux下字符型设备管理 Linux驱动编译和加载方式 简单Linux字符型设备驱动程序 驱动程序与应用程序的区别-Driven Development Introduction classified under Linux device driver managing Linux character device drivers compiled and loaded is simple Linux character device drive
usb-bluetoose
- 蓝牙USB驱动开发详解,里面详细介绍了居于linux系统下开发蓝牙的过程-Bluetooth USB driver development Xiang Jie, which detailed the development of living linux system Bluetooth process
正点原子Linux开发板驱动教程
- 正点原子Linux开发板驱动教程 。
Sunxi I2C 总线驱动使用文档
- 介绍全志V5平台 Linux 内核中 I2C 子系统的接口及使用方法,为 I2C 设备驱动的开发提供参考