CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - kernel-source

搜索资源列表

  1. Linux-kernel-source-code-(free)-

    0下载:
  2. Linux kernel source code (free) ,是PPT形式,不过很好的,对源代码学习者很有用-Linux kernel source code (free)
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:478.29kb
    • 提供者:桓董
  1. list_example.tar

    0下载:
  2. 内核中的链表demo,对理解内核代码中的链表设计非常有用,代码中包含详细注释,对内核源码开发有一定帮助-The kernel linked list demo to understand the design of the linked list in the kernel code very useful, the code contains detailed notes on the development of the kernel source to some extent help
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:7.34kb
    • 提供者:陈宗
  1. linux-0.12

    0下载:
  2. linux-0.12内核源码,内核学习入门必备!-linux-0.12 kernel source kernel learning essential entry!
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:160.52kb
    • 提供者:虎哥
  1. kernel

    0下载:
  2. 修改一些内核源码,添加驱动和删除一些没有必要的驱动程序-Modify some kernel source code, add and delete driver unnecessary
  3. 所属分类:Driver develop

    • 发布日期:2017-11-21
    • 文件大小:52.86kb
    • 提供者:jingfeilong
  1. SPI2UART

    2下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码将S3C2440的SPI口连接SC16IS752,扩展为2路串口。代码分2部分,分别Make后生成2个.ko文件,分别加载即可使用。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler
  3. 所属分类:Driver develop

    • 发布日期:2015-06-13
    • 文件大小:122kb
    • 提供者:owen
  1. adc

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是S3C2440的AIN0口输入进行AD转换驱动,用于采集工作电压。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Dr
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:35.04kb
    • 提供者:owen
  1. UART2

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是S3C2440的UART2口驱动。半双工通讯,可在加载代码时修改波特率。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3
  3. 所属分类:Driver develop

    • 发布日期:2017-11-06
    • 文件大小:43.62kb
    • 提供者:owen
  1. IQS316_driver

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是S3C2440的I2C口连接的IQS316电容感应按键芯片驱动。驱动每隔200ms读取IQS316寄存器一次,并进行键值整理发送给用户空间。 由于芯片原因,该驱动比较耗费CPU。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linu
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:62.19kb
    • 提供者:owen
  1. execut-per-ms

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动中常用的每隔*ms/*s执行一次的方法。供参考-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: This co
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:981byte
    • 提供者:owen
  1. auto-creat-node-num-and-node

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动在加载时自动分配节点号,并且自动创建节点的方法。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The co
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:8.61kb
    • 提供者:owen
  1. Android-on-Ubuntu

    0下载:
  2. 在Ubuntu上下载、编译和安装Android最新内核源代码(Linux Kernel)-Ubuntu Download, compile and install the latest Android kernel source code (Linux Kernel)
  3. 所属分类:Driver develop

    • 发布日期:
    • 文件大小:1.53kb
    • 提供者:charles
  1. patch-3.7.9

    0下载:
  2. Linux kernel source code
  3. 所属分类:Driver develop

    • 发布日期:2017-11-23
    • 文件大小:227.81kb
    • 提供者:max
  1. Linux-kernel-qudong

    0下载:
  2. 介绍了linux内核中网络驱动的编写和实例编写的源码等。描述了linux网络驱动的实现原理和方法-Describes the linux kernel network drivers and examples of writing source code written in other. Describes the linux network driver implementation principles and methods
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:460.78kb
    • 提供者:20112106
  1. linux2.4.0kernel-source-code

    0下载:
  2. linux-2.4.0内核源代码,分享给大家、作为参考、-linux-2.4.0 kernel source code
  3. 所属分类:Driver develop

    • 发布日期:2017-06-18
    • 文件大小:26.71mb
    • 提供者:fish
  1. biendich-kernel-hnd.pdf

    0下载:
  2. Find out about the Eclipse Platform, including its origin and architecture. Starting with a brief discussion about the open source nature of Eclipse and its support for multiple programming languages, we demonstrate the Java™ development environ
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:211.33kb
    • 提供者:dao truong
  1. linux

    0下载:
  2. Linux内核源码分析资料。学习Linux内核的初级资料。-Linux kernel source code analysis
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2.38mb
    • 提供者:rogerking
  1. linux

    0下载:
  2. linux核心源代码,可在此基础上用于嵌入式应用开发,也是学习操作系统内核的参考资料.-linux kernel source code can be used to develop embedded applications on this basis, but also to learn the operating system kernel references.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:88.98kb
    • 提供者:范勇
  1. scheduling

    0下载:
  2. 讲述了linux下内核按时间片轮训调度进程的源码-Tells the story of a time slice linux kernel source rotation scheduling process
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:22.56kb
    • 提供者:程刚
  1. Linux-kernel-and-chinese-note

    0下载:
  2. Linux0.11源码和中文注释,觉得很好-Linux0.11 source and Chinese comments, feel good
  3. 所属分类:Driver develop

    • 发布日期:2017-05-19
    • 文件大小:5.14mb
    • 提供者:阿斯顿
  1. yaffs2.tar

    0下载:
  2. yaffs2文件系统驱动程序,可以让Linux内核源码支持yaffs2文件系统。-yaffs2 file system driver that allows Linux kernel source file system support yaffs2.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:282.95kb
    • 提供者:田宇
« 12 3 »
搜珍网 www.dssz.com