联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 驱动编程(273) 
按平台查找All Unix_Linux(273) 

[驱动编程] LINUX

Linux下的资源管理器,主要实现对系统资源图形化显示,显示CPU信息、显示硬盘信息、显示进程信息、显示内存信息、显示网络信息等功能。
Explorer under Linux, the main graphical display of system resources to display CPU information, display hard disk information, process information display, the display memory information, network information and other display functions. (2013-07-05, Unix_Linux, 551KB, 下载7次)

http://www.pudn.com/Download/item/id/2297097.html

[驱动编程] IQS316_driver

开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是S3C2440的I2C口连接的IQS316电容感应按键芯片驱动。驱动每隔200ms读取IQS316寄存器一次,并进行键值整理发送给用户空间。 由于芯片原因,该驱动比较耗费CPU。 本代码项目实用,可参考。
Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The code is S3C2440 I2C port is connected IQS316 capacitive sensing buttons chip driver. Drive every 200ms read IQS316 register once, and the key Organize send the user space. Chip reasons, the driver is consuming CPU. The code project practical. (2013-04-07, Unix_Linux, 62KB, 下载31次)

http://www.pudn.com/Download/item/id/2189075.html

[驱动编程] fxload-2008_10_13.tar

FXLOAD UTILITY 这个程序是方便可以下载固件到FX,FX2, 和FX2LP的EZ-USB设备,以及原始AnchorChips的EZ-USB。 它的目的是要调用热插拔脚本时未编程 设备出现在总线上。 主要是作为一个开发援助,这也可以被用来更新 从I2C串行EEPROM引导设备上的固件。对于那 使用,以及将固件下载到所有其他的片外存储器, 的第二阶段加载程序必须首先被下载。 的分布包括“a3load.hex”,这是一个简单的第二阶段 装载机,上面列出的所有的EZ-USB产品。如果您 要写入至EEPROM,可以使用相应版本的 “Vend_Ax”与赛普拉斯开发工具包提供的代码。 UPDATES 请参阅下载页面http://linux-hotplug.sourceforge.net 最新的版本。 CVS存储库,拥有的最新版本 这个软件。该网站显示的一些方法,使用“fxload” 配合USB热插拔,,加载设备固件。 Linux的热插拔DEVEL-USB Linux的开发列表张贴任何错误报告。 如果你修改了代码,GPL要求你让你的更新 一般可用(在大多数情况下)。为它们在 形式的补丁对当前的CVS(CVS差异-U“),或 释放(“的差异-U老新”)是最有用的,否则它的尴尬 将这种变化为标准的分布。
FXLOAD UTILITY This program is conveniently able to download firmware into FX, FX2, and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB. It is intended to be invoked by hotplug scripts when the unprogrammed device appears on the bus. Primarily as an aid for developers, this can also be used to update firmware on devices which boot from I2C serial EEPROMs. For that use, as well as downloading firmware to all other off-chip memory, a second stage loader must first be downloaded. The distribution includes "a3load.hex", which is a simple second stage loader that works with all the EZ-USB products listed above. If you want to write to an EEPROM, you can use the appropriate version of the "Vend_Ax" code provided with the Cypress developer kit. UPDATES See the download page at http://linux-hotplug.sourceforge.net for the latest release. The CVS repository there holds the most current version of this software. The web site shows some ways to u (2012-11-20, Unix_Linux, 23KB, 下载8次)

http://www.pudn.com/Download/item/id/2053999.html

[驱动编程] Linux-device-driver

本书是经典著作《linux 设备驱动程序》的第三版。该版本已针对 linux 内核的 2.6.10 彻底更新过了。内核的这个版本针对常见任务完成了合理化设计及相应的简化,比如即插即用,利用sysfs 文件系统和用户空间交互,以及标准总线上的多设备管理等等。本书提供了完整的示例程序,不需要特殊的硬件即可编译和运行这些示例程序。本书还在单独的章节中讲述了 pci、usb 和 tty(终端)子系统。对期望了解操作系统内部工作原理的读者来讲,本书也深入阐述了地址空间、异步事件以及 i/o 等方面的内容。本书主要介绍:完整的字符、块、tty(终端)及网络驱动程序驱动程序的调试、中断、计时问题、并发、锁定和对称多处理器系统(smp)、内存管理和 dma、驱动程序模型和 sysfs、热插拔设备、对常见总线的描述,包括 scsi、pci、usb 和 ieee1394(火线)。
Linux device driver Third Edition (2012-08-27, Unix_Linux, 1259KB, 下载36次)

http://www.pudn.com/Download/item/id/1976766.html

[驱动编程] Linux-device-Edition-3

内核负责创建和销毁进程, 并处理它们与外部世界的联系(输入和输出). 不同进程间通讯(通过信号, 管道, 或者进程间通讯原语)对整个系统功能来说是基本的, 也由内核处理. 另外, 调度器, 控制进程如何共享CPU, 是进程管理的一部分. 更通常地, 内核的进程管理活动实现了多个进程在一个单个或者几个 CPU 之上的抽象.
内核负责创建和销毁进程, 并处理它们与外部世界的联系(输入和输出). 不同进程间通讯(通过信号, 管道, 或者进程间通讯原语)对整个系统功能来说是基本的, 也由内核处理. 另外, 调度器, 控制进程如何共享CPU, 是进程管理的一部分. 更通常地, 内核的进程管理活动实现了多个进程在一个单个或者几个 CPU 之上的抽象. (2012-08-09, Unix_Linux, 989KB, 下载3次)

http://www.pudn.com/Download/item/id/1961710.html

[驱动编程] serial-driver

关于arm9G20处理器的串口驱动,没有使用DMA,但可作为驱动学习入门参考,我已经在板子上实现了,当串口不能使用时,可用ssh进行监听。
Serial driver about arm9G20 processors, does not use DMA, but can be used as learning portal reference to the drive, I' ve been on the board when the serial port can not be used, can be used ssh monitoring. (2012-05-24, Unix_Linux, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/1884534.html

[驱动编程] Grub4Dos_0.46A_SRC

GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。这是目前最新版本的源码。
This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from typical personal computer BIOSes:- provides fully-featured command line and graphical interfaces- recognizes fdisk partitions and BSD disklabels- can dynamically read Linux ext2fs, ReiserFS, JFS and XFS, BSD ufs, MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus hardcoded blocklists- can boot Multiboot-compliant kernels (such as GNU Mach), as well as standard Linux and*BSD kernels See the file NEWS for a description of recent changes to GRUB. (2012-04-12, Unix_Linux, 1548KB, 下载5次)

http://www.pudn.com/Download/item/id/1826128.html

[驱动编程] Grub4Dos_0.45C_SRC

GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。
This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from typical personal computer BIOSes:- provides fully-featured command line and graphical interfaces- recognizes fdisk partitions and BSD disklabels- can dynamically read Linux ext2fs, ReiserFS, JFS and XFS, BSD ufs, MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus hardcoded blocklists- can boot Multiboot-compliant kernels (such as GNU Mach), as well as standard Linux and*BSD kernels See the file NEWS for a description of recent changes to GRUB. (2012-04-12, Unix_Linux, 1548KB, 下载9次)

http://www.pudn.com/Download/item/id/1826122.html

[驱动编程] driver_mini2440_linux

自己编写的linux下基于mini2440开发板的温湿度传感器dht11的驱动程序和驱动测试程序, 里面包含编译好的驱动模块和测试程序,放到mini2440板里可以直接使用
His writing under the Linux based on mini2440 development board of temperature and humidity dht11 driver and driven testing procedures, contains compiled driver modules and test programs, in mini2440 board can use directly (2012-03-05, Unix_Linux, 6KB, 下载55次)

http://www.pudn.com/Download/item/id/1785952.html

[驱动编程] ipsender3.1

linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。
linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I/O channel management functions. The so-called I/O channel management, some of the characteristics of the equipment is controlled, such as serial transmission baud rate, motor speed, and so on. The code is the actual product-driven engineering, great reference value. (2012-01-17, Unix_Linux, 3040KB, 下载6次)

http://www.pudn.com/Download/item/id/1758219.html

[驱动编程] checkdevice

dektec卡是服务器播放码流的一种卡,为了防止卡出现故障,这是根据公司要求做的卡的故障检测,错误的卡通过闪灯提示。对于一些新的dektec卡,可能需要上官网下载最新驱动。附了dektec开发文档。
dektec server playout card is a card, in order to prevent card failure, which is required to do according to the company s card fault detection, error by the flash card tips. For some new dektec card, you may need to download the latest drivers . (2012-01-17, Unix_Linux, 8752KB, 下载11次)

http://www.pudn.com/Download/item/id/1758214.html

[驱动编程] gpio

linux 下(w83627)super io 的驱动原码。主要是有如何通过lpc总线访问w83627的寄存器
this is w83627 driver code in linux. it will show how to acess to w83627 register on LPC bus. (2012-01-05, Unix_Linux, 74KB, 下载80次)

http://www.pudn.com/Download/item/id/1751174.html

[驱动编程] UPCAN

CAN总线设备驱动,已在Linux2.4测试通过。CAN控制芯片MCP2510,微处理器S3C2410,交叉编译环境arm-linux-2.95.3.
CAN-bus device driver has been Linux2.4 test. CAN controller MCP2510, microprocessor S3C2410, cross compiler environment for arm-linux-2.95.3. (2007-09-06, Unix_Linux, 49KB, 下载103次)

http://www.pudn.com/Download/item/id/328990.html
总计:273