搜索资源列表
-
0下载:
myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip.
-
-
0下载:
非常经典的书籍,linux设备驱动第三版(中文)-Linux Device Drivers, 3rd Edition
-
-
0下载:
Linux设备驱动开发详解源码-
S3C2410实时钟驱动--s3c2410-rtc.c
秒设备驱动与应用程序-second.c
-second_test.c-Explain the development of Linux device driver source code- S3C2410-driven real-time clock- s3c2410-rtc. C seconds device drivers and application-second.c-second_t
-
-
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下载:
Linux设备驱动开发详解源码-
| |-- NVRAM驱动
| | `-- generic_nvram.c
| |-- 触摸屏驱动
| | |-- 作为input设备
| | | |-- s3c2410_ts.c
| | | `-- s3c2410_ts.h
| | `-- 作为普通字符设备
| | `-- s3c2410-ts.c
| |-- 看门狗驱动
| | `-- s3c2410_wdt.c
| `-- 平台设备
| `-- devs.c
-
-
0下载:
Linux设备驱动开发详解源码-
| |-- IDE驱动
| | |-- ide-disk.c
| | `-- ide-h8300.c
| `-- RAMDISK驱动
| `-- rd.c-Explain the development of Linux device driver source code- | |- IDE drive | | |- ide-disk.c | | `- ide-h8300.c |`- RAMDISK driver | `- rd.c
-
-
0下载:
linux下面 usb设备驱动 单字节发送 usbm9.26.c 读写成功,把接口程序中read的count参数作为输出参数
demo26.c 测试程序-linux usb device driver following single-byte read and write successfully sent usbm9.26.c, the interface program in the count parameter read the test procedure as output p
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第3章、Linux内核及内核编程。由于Linux驱动编程本质属于Linux内核编程,因此有必要掌握Linux内核及内核编程的基础知识。3.1~3.2节讲解Linux内核的演变及Linux 2.6内核的特点。3.3节分析了Linux内核源代码目录结构和Linux内核的组成部分及其关系,并对Linux的用户空间和内核空间进行了讲解。3.4节讲解了Linux 2.6内核的编译及内核引导过程。另外,还描述了在Lin
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.
-
-
0下载:
嵌入式Linux应用程序开发详解
目录:
第1 章 Linux 快速入门
第2 章 Linux 基础命令
第3 章 Linux 下的C 编程基础
第4 章 嵌入式系统基础
第5 章 嵌入式Linux开发环境的搭建
第6 章 文件IO编程
第7 章 进程控制开发
第8 章 进程间通信
第9章(多线程编程)
第10章(嵌入式Linux网络编程)
第11章(嵌入式Linux设备驱动开发)
第12章(Qt图形编程)-Embedded Linux app
-
-
0下载:
第1章Linux快速入门,第2章Linux基础命令,第3章Linux C编程基础,第4章嵌入式系统基础,第5章嵌入式Linux开发环境搭建,第6章文件IO编程,第7章进程控制开发,第8章进程间通信,第9章Linux多线程编程,第10章嵌入式Linux网络编程,第11章嵌入式Linux设备驱动开发,第12章嵌入式Linux Qt图形编程-Chapter 1 Linux Quick Start Chapter 2 Linux based command, Chapter 3 Linux C Prog
-
-
0下载:
Linux Device driver DVB-C decoder (as used in Philips CU1216-3 NIM and the Reelbox DVB-C tuner card)
-
-
0下载:
Linux Device Driver Support for the NEC MobilePro900/C platform
-
-
0下载:
Ported for C API for linux Device Driver.
-
-
0下载:
dbus-auth.c Authentication for linux Device Driver.
-
-
0下载:
Ported for C API for linux Device Driver.
-
-
0下载:
linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
-
-
0下载:
bttv-i2c.c -- all the i2c code is here for linux Device Driver.
-
-
0下载:
嵌入式Linux字符设备驱动程序,C语言开发-Embedded Linux character device driver, C language development
-