搜索资源列表
WDMdriver_document
- WDM(Windows Driver Mode)驱动程序模型。相比起以前的KDM 和VXD 来说,它的性能更高、系统之间移植更加方便。所以,随着系统的升级(指MS 的操作系统),WDM 已经逐步取代KDM 和VXD,成为MS 系统下驱动程序开发的主流-WDM (Windows Driver Mode) driver model. Compared with the previous KDM and VXD, its higher performance, system between trans
gpio_dev
- 1、开发环境linux2.6.362、交叉编译器gcc 4.2.33、本代码为s3c64xx GPIO驱动,代码中有完整的Makefile、Kconfig文件,和GPIO测试代码,可以和内核一起编译,方便移植。本代码已在飞凌嵌入式板子OK6410上测试通过。-(1) devolop enviroment base on linux 2.6.36 (2) cross compiler is gcc 4.2.3(3) this code is for s3c64xx GPIO driver, and