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

Search list

[Linux-Unixlinuxdriver_code_tool

Description: linux设备驱动开发详解的光盘源码,里面有很多linux设备驱动的经典例子
Platform: | Size: 25062733 | Author: 秦枫 | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: linuxdriver_code_tool,Linux2.6下的驱动设计一书的源码
Platform: | Size: 25062770 | Author: 蔡永志 | Hits:

[Other resourcelinuxdriver_code_tool

Description: linux驱动开发详解光盘代码及工具,非常棒的linux驱动开发学习工具
Platform: | Size: 25063140 | Author: xsp | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: linux设备驱动开发详解的光盘源码,里面有很多linux设备驱动的经典例子-linux device driver development explain the CD-ROM source, which has a lot of linux device driver of the classic examples of
Platform: | Size: 25062400 | Author: 秦枫 | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: linuxdriver_code_tool,Linux2.6下的驱动设计一书的源码-linuxdriver_code_tool, Linux2.6 under-driven design of a book source
Platform: | Size: 25062400 | Author: 蔡永志 | Hits:

[Embeded Linuxlinuxdriver_code_tool

Description: linux驱动开发详解光盘代码及工具,非常棒的linux驱动开发学习工具-explain the development of CD-ROM drive linux code and tools, a great learning tool linux-Driven Development
Platform: | Size: 25062400 | Author: xsp | Hits:

[Driver Developlinuxdriver_code_tool

Description: 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book is to introduce a Linux device driver development theories, frameworks and examples of the book, the book version of the kernel to Linux 2.6 is based on details of spin locks, semaphores, output, interrupt the top/at the end of the first half, timer , memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O such as Linux device driver theory character device, block device, TTY device, I2C devices, LCD devices, audio devices, USB devices, network devices, PCI devices, such as Linux device driver architecture and the framework of various complex data structure and function relationships, and on a large number of Linux-driven development of a large number of examples so that readers can be an independent development of all types of Linux device drivers.
Platform: | Size: 25064448 | Author: keke | Hits:

[Driver Developlinuxdriver_code_tool

Description: Linux驱动编程源码,包括udev源代码,含并发控制的globalmem驱动等-Linux-driven programming source, including the udev source code, including concurrency control, such as driver globalmem
Platform: | Size: 25064448 | Author: 张红 | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: LINUX设备驱动开发详解(光盘源码)。 -Detailed LINUX device driver development (CD-ROM source).
Platform: | Size: 25117696 | Author: gaoyuan | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: linux驱动书中的资料,可以学习驱动的开发 和makefile的写法,以及转换工具-linux data-driven book, you can drive the development and study of written makefile, as well as conversion tools
Platform: | Size: 25062400 | Author: | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: linux 设备驱动开发详解(宋宝华 人民邮电出版社)附赠的源代码-LINUX device driver development
Platform: | Size: 25062400 | Author: gisspirit | Hits:

[Linux-Unixlinuxdriver_code_tool

Description: Linux是开放的源代码,它具备了unix的全部特征,与POSIX标准兼容。 Linux操作系统,不仅广泛与应用于PC、服务器,还广泛地用于手机、PDA等高端嵌入设备。 Linux综合了unix主要派生系统(如SysV、BSD)的先进技术,所以,Linux操作系统上能运行原Unix系统的各种应用程序,同时,还存在大量的应用程序开放源代码供开发者使用。 Linux内核代码几乎是每个软件工程师必读的-Linux is open source code, which possesses all the features of unix, and POSIX standards-compliant. Linux operating system, not only widely and used in PC, servers, is also widely used in mobile phones, PDA and other high-end embedded devices. Linux combines the main derived unix systems (such as SysV, BSD) of advanced technology, so, Linux operating system can run the original Unix system, a variety of applications at the same time, there is also a large number of applications for the open-source developers to use. Linux kernel code is almost required reading for every software engineer
Platform: | Size: 25116672 | Author: rason | Hits:

[Linux-Unix03

Description: liux驱动书的光盘\linuxdriver_code_tool的第3章节源程序,欢迎驱动开发者下载-liux book' s CD-ROM drive \ linuxdriver_code_tool the first three sections of source code, please download the driver developer
Platform: | Size: 1508352 | Author: wupeixian | Hits:

[Linux-Unixlinuxdriver_code_tool_04

Description: liux驱动书的光盘\linuxdriver_code_tool的第4章节源程序,欢迎驱动开发者下载-liux book' s CD-ROM drive \ linuxdriver_code_tool the first four chapters of the source program, please download the driver developer
Platform: | Size: 2048 | Author: wupeixian | Hits:

[Linux-Unixlinuxdriver_code_tool_05

Description: liux驱动书的光盘\linuxdriver_code_tool的第5章节源程序,欢迎驱动开发者下载-liux book' s CD-ROM drive \ linuxdriver_code_tool the first five chapters of the source program are welcome to download the driver developer
Platform: | Size: 243712 | Author: wupeixian | Hits:

[Linux-Unixlinuxdriver_code_tool_06

Description: liux驱动书的光盘\linuxdriver_code_tool的第6章节源程序,欢迎驱动开发者下载-liux-driven book, CD-ROM \ linuxdriver_code_tool the first six chapters of the source program are welcome to download the driver developer
Platform: | Size: 4096 | Author: wupeixian | Hits:

[Linux-Unixlinuxdriver_code_tool_08

Description: liux驱动书的光盘\linuxdriver_code_tool的第3章节源程序,欢迎驱动开发者下载-liux book' s CD-ROM drive \ linuxdriver_code_tool the first three sections of source code, please download the driver developer
Platform: | Size: 3072 | Author: wupeixian | Hits:

[Linux driverlinuxdriver_code_tool

Description: 《Linux设备驱动开发详解》随书代码,从第五章开始-" Linux device driver development" with the code book, from the beginning of the fifth chapter
Platform: | Size: 11919360 | Author: 石栗 | Hits:

[Linux driverlinuxdriver_code_tool

Description: this android linux source code for variyus driver -this is android linux source code for variyus driver
Platform: | Size: 25061376 | Author: manimaran | Hits:

CodeBus www.codebus.net