当前位置:
首页 资源下载
搜索资源 - linux device driver example code
搜索资源列表
-
0下载:
嵌入式Linux设备驱动开发详解光盘实例代码 CAN Flash GPRS GPS ide IIC IIS lcd net RS485 serial usb简单设备驱动程序 键盘驱动程序 数字显示驱动程序 -Developing Detail Explain Embedded Linux device driver CD-ROM example code CAN Flash GPRS GPS ide IIC IIS lcd net RS485 serial usb device driver f
-
-
0下载:
linux device driver第二版例子代码-second edition of example code
-
-
0下载:
linux device driver source code
-
-
0下载:
本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
-
-
0下载:
《ARM嵌入式Linux设备驱动实例开发》,第三章代码,-" ARM embedded Linux device driver development example," Chapter III of the code,
-
-
0下载:
《ARM嵌入式Linux设备驱动实例开发》,第四章代码,按键驱动开发-" ARM embedded Linux device driver development example," Chapter IV code, key-driven development
-
-
0下载:
《ARM嵌入式Linux设备驱动实例开发》,第五章代码,按键驱动开发-" ARM embedded Linux device driver development example," Chapter V code, key-driven development
-
-
1下载:
Linux设备驱动开发详解源码-
DMA范例
| | |-- 3c505.c
| | |-- 3c505.h
| | `-- dma.h
| `-- 静态映射范例
| `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map exam
-
-
0下载:
how to write a character device driver. Example with test code. it is referred from Alessandro linux device diver book.. -how to write a character device driver. Example with test code. it is referred from Alessandro linux device diver book..
-
-
0下载:
在linux下用三种不同的方式注册一个字符设备,侧地搞清楚字符设备的注册方式。本源代码是以按键驱动完整程序为例写的,里面还包含了测试程序,所有内容全部测试通过-Under the linux in three different ways to register a character device, character device side to clear the registration of way. Is a key driver source code example to wri
-
-
0下载:
linux 驱动实例编程源码,仅供参考,包括各种设备驱动-Example programming linux driver source code, for reference, including the various device drivers
-
-
0下载:
簡易linux 字元設備驅動 測試碼example
-Simple test code linux character device driver example
-
-
0下载:
嵌入式Linux设备驱动开发详解-实例代码CAN-Embedded Linux device driver development explain- example code
-
-
0下载:
设备模型之外,对于驱动程序的开发者来说,有三样东西是不可缺少的:第一是协议或标准的spec,也就是规范,比如usb协议规范;第二是硬件的datasheet,即你的驱动要支持的硬件的手册;第三就是内核里类似驱动的源代码,比如你要写触摸屏驱动的话,就可以参考内核里已经有的一些触摸屏驱动-Device model, the developer of the driver, there are three things are essential: The first is the protocol o
-