搜索资源列表

  1. main

    0下载:
  2. Linux-4.6.21内核版本USB块设备驱动程序,通过修改块设备和USB字符设备驱动程序得到-Linux-4.6.21 kernel version of the USB block device driver, by modifying the block devices and USB character device driver to be
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:newyear
  1. globalfifo

    0下载:
  2. FS2410开发板字符设备驱动程序和测试程序说明-FS2410 -FS2410 development board character device drivers and test program note-FS2410
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:xuweiqin911
  1. chardev.tar

    0下载:
  2. ubuntu环境下字符设备驱动程序的示例。使用方法是:终端中make生成设备目标文件。insmod globalvar.ko 载入设备。mknod /dev/globalvar c 2548 0 生成设备文件,c表示字符设备,2548是主设备号。编译执行test测试驱动程序。-ubuntu environment, character device driver for example. To use is: make the term
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:谢伟
  1. watchdog

    0下载:
  2. s3c2410看门狗的字符设备驱动,可以在ubuntu中编译-s3c2410 watchdog character device driver, you can compile in ubuntu
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:木思
  1. SimpleChar

    0下载:
  2. 有关字符设备驱动一个例子: app-mem.c:应用程序 memdev.c:字符设备驱动 makefile:用于2.6内核编译 makefile_2.4:用于2.4内核编译 Makefile-arm:用于arm内核编译-An example of the character device driver: app-mem.c: application memdev.c: character device driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:76800
    • 提供者:kadin
  1. mydriver

    0下载:
  2. 编写一个名为“mydriver”的简单字符设备驱动程序,该驱动程序以可加载的模块方式进行编译,这样可以免去重新编译内核的工作。-Write a mydriver called "simple character device drivers, the driver can be loaded modules to compile the way, this can work to recompile the kernel.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. ldd3_examples

    0下载:
  2. 一些Linux下的驱动实验源代码,都是字符设备的-Some Linux driver under the experimental source code, are character devices. . .
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:137216
    • 提供者:张肖
  1. embeddedsystemLINUXUSBhost

    0下载:
  2. 嵌入式Linux下USB主设备驱动程序的实现 1.字符设备和块设备 2.Linux中USB设备驱动程序的核心数据结构 嵌入式Linux下USB主机驱动程序的实现-Embedded Linux, USB master to achieve a device driver. Character devices and block devices 2. Linux USB device driver in the core data stru
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:306176
    • 提供者:成功
  1. Linuxdivicediver

    0下载:
  2. Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备fr a meBUFFE
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:1050624
    • 提供者:门票
  1. drivers_linux

    0下载:
  2. 这个资料由浅入深的探讨了驱动开发所涉及到的各方面问题,依次讲述了字符设备,块设备,网络设备驱动程序。-This information has driven the development of Deep and involved in all aspects, in turn described the character devices, block devices, network device driver.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-19
    • 文件大小:10017792
    • 提供者:赖雄辉
  1. touchcreendriver

    0下载:
  2. 用字符设备实现的触摸屏驱动程序。基于三星的2440-the touch screen base on s3c2440
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:kmalloc
  1. s3c2410_drv

    0下载:
  2. S3C2410字符设备驱动源码,并含有相关的测试用例-S3C2410 character device driver source code, and contains the relevant test cases
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:黄察夫
  1. SimpleCharDeviceDriverModule

    0下载:
  2. 周立功smararm2200字符设备驱动模板-ZLG smararm2200 character device driver template
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:wangfei
  1. chrdev_led_five_function

    0下载:
  2. 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:lifegnwei
  1. scull

    0下载:
  2. 字符设备代码,是设备驱动程序一书中的examples-scull
  3. 所属分类:驱动编程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:lyh
  1. threedifferentwaystoregisteracharacterdevice

    0下载:
  2. 在linux下用三种不同的方式注册一个字符设备,侧地搞清楚字符设备的注册方式。本源代码是以按键驱动完整程序为例写的,里面还包含了测试程序,所有内容全部测试通过-Under the linux in three different ways to register a character device, character device side to clear the registration of way. Is a key dri
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:和风
  1. VxWorksdata

    0下载:
  2. 数据采集卡是典型的字符设备,以其为例,分析了VxWorks 下字符设备驱动程序的结构,说明了字符设备驱动的开发思路,列出了开发的具体步骤,为驱动开发人员提供了参考-Data acquisition card is a typical character device, with its example, the analysis of the character device driver under VxWorks structure
  3. 所属分类:编程文档

    • 发布日期:2024-05-19
    • 文件大小:450560
    • 提供者:韩浩
  1. z1

    0下载:
  2. 嵌入式Linux系统中字符设备驱动程序的设计与实现-将中文译成英语 Embedded Linux system character device driver design and implementation
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:1571840
    • 提供者:张东
  1. PowerPC_VxWorks_BSP_SBH

    0下载:
  2. BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks
  3. 所属分类:VxWorks

    • 发布日期:2024-05-19
    • 文件大小:1768448
    • 提供者:笑千秋
  1. chardev

    0下载:
  2. 在Linux下的没有操作系统的一般的字符设备驱动程序-Under the Linux operating system is not the general character device driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小红
« 1 2 3 4 5 6 78 9 10 11 12 ... 22 »

源码中国 www.ymcn.org