当前位置:
首页
资源下载

搜索资源 - linux device driver c
搜索资源列表
-
0下载:
myson803源代码
myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip.
-myson803 myson803.c source code : A Linux device driver for the Myson mtd803 Ether net chip.
-
-
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下载:
Nokia 3310 linux spi based frame buffer device driver
-
-
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设备驱动开发一书所有例子的源码-linux device driver source code for all the examples the book
-
-
0下载:
嵌入式Linux应用程序开发标准教程
Linux快速入门
Linux基础命令
Linux下C编程基础
嵌入式系统基础
嵌入式Linux开发环境的搭建
文件IO编程…………
嵌入式Linux网络编程
嵌入式Linux设备驱动开发
Qt图形编程基础-Embedded Linux application development standards based on Linux Quick Start Guide Linux Linux under the comma
-
-
0下载:
本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
-
-
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下载:
嵌入式 C_C++语言精华文章集锦
struct深层探索、extern“C”含义探索、void及void指针深层探索、可变参数表深层探索、基于ARM的嵌入式Linux移植真实体验、Linux设备驱动编程。C语言高效编程的几招-Embedded C_C++ language to explore the deep essence of the article highlights struct, extern " C" to explore the meaning of, v
-
-
0下载:
简单LED驱动程序实现
根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。
代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver
According to my "Linux device driver writing a simple method of character," a text of t
-
-
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下载:
C 语言嵌入式系统编程,基于 ARM 的嵌入式Linux 移植真实体验,深入浅出 Linux 设备驱动编程-C language programming of embedded systems based on ARM Embedded Linux porting real experience, and easy Linux device driver programming
-