CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符设备

搜索资源列表

  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 driver source code example to wri
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3860
    • 提供者:和风
  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, indicating the character dev
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:450524
    • 提供者:韩浩
  1. z1

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

    • 发布日期:2017-05-08
    • 文件大小:1572028
    • 提供者:张东
  1. PowerPC_VxWorks_BSP_SBH

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

    • 发布日期:2017-05-08
    • 文件大小:1768804
    • 提供者:笑千秋
  1. chardev

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

    • 发布日期:2017-04-03
    • 文件大小:613
    • 提供者:小红
  1. 2410_beep

    0下载:
  2. FS2410关于linux下蜂鸣器的驱动程序,有注释,方便学习字符设备驱动-beep driver for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2631
    • 提供者:dylan
  1. second

    0下载:
  2. 内核定时器源代码,用到了jffs2实现,为字符设备驱动形式-Kernel timer source code, use the jffs2 implementation, the form of a character device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:109332
    • 提供者:lingyun
  1. driver

    0下载:
  2. 这事一个linux系统下面的字符驱动程序,用户通过装载驱动以及添加设备文件,能够模拟一个字符设备进行读写操作!-This system, the following characters in a linux driver, and add users to load the device driver files, to simulate a character device for reading and writing!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:34331
    • 提供者:吴昌
  1. char_dev

    0下载:
  2. 字符设备驱动程序及其测试代码,并且已经制作了Makefile文件,内核版本是2.4-char devices driver,contain the source code, having the "makefile",and support the Linux2.4 only
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:10171
    • 提供者:antry
  1. memdev

    0下载:
  2. memdev.c为linux编写字符设备驱动的完美框架-memdev.c character device driver for the linux write the perfect framework
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1717
    • 提供者:ziyelengzui
  1. drive

    0下载:
  2. C语言实现的Linux字符设备驱动,能够注册字符设备模块,文件中含有2个脚本文件,实现字符设备模块的加载和卸载-C language implementation of the Linux character device driver can register character device module, the file contains two scr ipts, the character devices to achieve the loading and unloading mo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:98350
    • 提供者:miao
  1. beep-driver

    0下载:
  2. 在arm-linux中蜂鸣器作为一个简单的字符设备,其驱动程序可以作为一般字符设备驱动的框架。-For a simple arm-linux char device driver ,the beep driver can be de module of any char device drver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:716
    • 提供者:Thomas Obama
  1. linux-char-driver-develop-guid

    0下载:
  2. linux 字符设备开发流程及内核函数工作原理,很精辟、透彻!-linux character device development process and the principle of kernel functions, it is insightful, thorough!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:151866
    • 提供者:王涛
  1. LDD3

    0下载:
  2. 学习linux驱动开发的好书,里面详细介绍了字符设备,块设备,网络设备驱动。-Good books to learn linux driver development, which introduces the character devices, block devices, network device drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2482947
    • 提供者:mall
  1. spooling-technology

    0下载:
  2. SPOOLING是Simultaneous Peripheral Operation On-Line (即外部设备联机并行操作)的缩写,它是关于慢速字符设备如何与计算机主机交换信息的一种技术,通常称为“假脱机技术”。SPOOLING技术实际上是一种外围设备同时联机操作技术,又称为排队转储技术。它在输入和输出之间增加了“输入井”和“输出井”的排队转储环节。-spooling technology, file input and output, to achieve the disk allocat
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:199654
    • 提供者:zhang
  1. Linux-driver-development16

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:586331
    • 提供者:华清远见
  1. Linux-driver-development13

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第13章、Linux块设备驱动。块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念。本章将详细讲解Linux块设备驱动的编程方法。13.1节讲解块设备I/O操作的特点,分析字符设备与块设备在I/O操作上的差异。13.2节从整体上描述Linux块设备驱动
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:645331
    • 提供者:华清远见
  1. Linux-driver-development5

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:606480
    • 提供者:华清远见
  1. Linux-driver-development6

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第6章、字符设备驱动。在Linux设备驱动中,字符设备驱动较为基础。本章主要讲解Linux字符设备驱动程序的结构及其主要组成部分的编程方法。6.1节讲解了Linux字符设备驱动的关键数据结构cdev及file_operations结构体的操作方法,并分析了Linux字符设备的整体结构,给出了简单的设计模板。6.2节讲解了本章及后续各章所基于的globalmem虚拟字符设备,第6~9章都将基于该虚拟设备实例进
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:447330
    • 提供者:华清远见
  1. Linux-driver-development12

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为AR
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:629248
    • 提供者:华清远见
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com