FreeBSD设备驱动开发. 关于驱动开发freebsd手册中也有部分描述, 这个文档不是对手册的替换, 而是作一番更深入的探讨. 让我们一起传播freebsd吧!
2022-03-26 18:35:35 3.28MB FreeBSD 驱动 程序 开发
1
SeaBreeze是一个设备驱动程序库,提供了用于选择Ocean Optics光谱仪的接口。 它使用C / C ++编写,可在Windows(XP / 7/8),MacOSX和Linux(x86 / x64 / ARM)上构建和运行。
2022-03-23 15:02:21 14.49MB 开源软件
1
嵌入式linux设备驱动开发基础 按键设备驱动程序 触摸屏设备驱动程序 MMC/SD卡设备驱动程序 网卡设备驱动程序 Framebuffer设备驱动程序 USB设备驱动程序 NAND flash设备驱动程序 PCI设备驱动程序 调试技术
2022-03-22 23:37:43 41.65MB 嵌入式 linux 驱动
1
windows设备驱动程序WDF开发武安河源码,学习wdf的可以参考。
2022-03-22 13:53:39 20.47MB 设备驱动程序 WDF开发
1
Device drivers make it possible for your software to communicate with your hardware, and because every operating system has specific requirements, driver writing is nontrivial. When developing for FreeBSD, you’ve probably had to scour the Internet and dig through the kernel sources to figure out how to write the drivers you need. Thankfully, that stops now. In FreeBSD Device Drivers, Joseph Kong will teach you how to master everything from the basics of building and running loadable kernel modules to more complicated topics like thread synchronization. After a crash course in the different FreeBSD driver frameworks, extensive tutorial sections dissect real-world drivers like the parallel port printer driver. You’ll learn: * All about Newbus, the infrastructure used by FreeBSD to manage the hardware devices on your system * How to work with ISA, PCI, USB, and other buses * The best ways to control and communicate with the hardware devices from user space * How to use Direct Memory Access (DMA) for maximum system performance * The inner workings of the virtual null modem terminal driver, the USB printer driver, the Intel PCI Gigabit Ethernet adapter driver, and other important drivers * How to use Common Access Method (CAM) to manage host bus adapters (HBAs) Concise descriptions and extensive annotations walk you through the many code examples. Don’t waste time searching man pages or digging through the kernel sources to figure out how to make that arcane bit of hardware work with your system. FreeBSD Device Drivers gives you the framework that you need to write any driver you want, now.
2022-03-21 16:53:34 8.69MB FreeBSD 设备驱动
1
// File: ezusbsys.c // $Archive: /USB/Drivers/ezusbdrv/ezusbsys.c $ // // Purpose: // General purpose USB device driver // // Environment: // kernel mode // // $Author: Mdn $ // // $History: ezusbsys.c $
2022-03-20 17:39:48 95KB CY7C68013 USB
1
此书很好,有8个典型实例。按键设备驱动、触摸屏设备驱动、MMC/SD设备驱动、网卡设备驱动、Framebuffer设备驱动、USB设备驱动、PCI设备驱动
2022-03-18 16:16:05 41.28MB Linux 设备 驱动
1
《linux设备驱动程序调试方法》,很不错的Linux驱动的调试资料,希望对你的学习工作有所帮助。
2022-03-15 11:14:16 373KB linux驱动 linux调试
1
从git上下载的源码,程序员应该要学好英语的!具体编译方法,还请参考git或者源码中的readme,附上git地址。 The original code:9780596005900-master.zip The new code(Last commit 2018.2.26):ldd3-master.zip Git:https://github.com/martinezjavier/ldd3
2022-03-14 23:27:33 2.93MB Linux 设备驱动 源码 驱动程序
1