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

搜索资源列表

  1. uc1698-linux

    1下载:
  2. 嵌入式linux中使用uc1698控制黑白屏的驱动程序及相关的测试程序-Embedded linux driver uc1698 control black and white screen and the associated test procedures
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-26
    • 文件大小:3625
    • 提供者:
  1. adc-test

    0下载:
  2. mini2440光盘自带的linux示例代码,包含AD转换的测试程序-mini2440 ADC test
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:2304
    • 提供者:王岳
  1. button-linux

    0下载:
  2. 嵌入式linux按键驱动程序及相关的测试程序,通过定时器定时扫描GPIO电平的高低以判定按键是否按键,通过延时去抖-Embedded linux key drivers and test procedures, by the level of timer scheduled scans the GPIO to determine whether a key button debounce with delay
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:2424
    • 提供者:
  1. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  1. test

    0下载:
  2. linux环境下的一个摄像头驱动程序,它是基于pxa270的开发板-a camera driver in the linux environment, it is based on the development board pxa270
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:80461
    • 提供者:刘星
  1. LED-driver-linux

    0下载:
  2. linux下LED驱动与测试代码,在linux验证可以使用-linux under the LED driver and test code
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:1561
    • 提供者:hedy
  1. camera-test

    0下载:
  2. linux 摄像头驱动测试程序,arm-linux-gcc,测试过,可用-linux camera test source code,arm-linux-gcc
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:2886
    • 提供者:
  1. test.tar

    0下载:
  2. 简单的混音程序,可有效达成混音效果。在linux下面的简单代码-Simple mixing procedure, which can effectively achieve mixing effect.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:3047
    • 提供者:huangqz
  1. 8-test-light

    0下载:
  2. linux编写的pwm的驱动,可以用pwm控制led暗亮-the linux written PWM drive, you can use pwm control led dark light
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:91052
    • 提供者:liguiping
  1. linux-devic-dm9216

    0下载:
  2. linux的开发的驱动,最新网桥dm9126,以及旧的dm9000都测试通过,硬件基于s3c2410,只要把硬件地址换成相应该ARM芯片,就能实现移植!-the linux development drive, the latest bridge dm9126, as well as the old dm9000 the test, hardware-based S3C2410 transplant as long as the hardware address into phase shoul
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:11240
    • 提供者:王荣成
  1. adc-test

    0下载:
  2. Linux AD转换程序,非常有用,希望大家下载-Linux AD conversion process is very useful, I hope everyone downloads
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:高攀
  1. demo

    0下载:
  2. 飞凌210板子上的linux测试DEMO,希望对大家有用-Linux test DEMO Fling 210 on the board, we want to be useful
  3. 所属分类:Driver develop

    • 发布日期:2017-05-21
    • 文件大小:6167160
    • 提供者:dadameili
  1. adc-test

    0下载:
  2. 这是一个嵌入式linux下的adc驱动代码,能在mini2440等开发板上面交叉编译运行-this is an embedded linux adc driving programm
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:903
    • 提供者:
  1. pthread-test

    0下载:
  2. linux 线程编程,基于2440的一个例子,挺好用的。-linux pthread
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:211649
    • 提供者:谢文卉
  1. module-led-test

    0下载:
  2. 自己写的一个fastboot的指示灯驱动程序。初学linux驱动的人可以看看。-To write a fastboot LED driver. Beginner linux driver who can see.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:16874
    • 提供者:邵永初
  1. test-core

    0下载:
  2. 基于单片机SIM900A模块的GPRS通信示例代码-linux os, sim900a,gprs module.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1942957
    • 提供者:Jack
  1. linux-char-device-driver

    0下载:
  2. linux字符设备驱动的简单实现,并附带测试代码,通过此代码可以直观全面的了解一下linux 字符设备驱动的实现过程和实现内容,并通过测试代码可以实际操作该字符设备-linux character device driver is a simple implementation, and come with a test code, by this code can be intuitive and comprehensive look at linux character device dri
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2679
    • 提供者:雪无声
  1. spi4

    0下载:
  2. 嵌入式linux中spi总线测试代码,可以对spi总线进行打开,读,写等操作- SPI bus in embedded Linux test code。The SPI bus can be opened, read, and write operations
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:adelejan
  1. gpio-int-test.c

    0下载:
  2. Program to test Linux GPIO drivers. This can test the interrupt implementation in the driver is working properly as well.-Program to test Linux GPIO drivers. This can test the interrupt implementation in the driver is working properly as well.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2165
    • 提供者:Todd Fischer
  1. test-usb-1

    0下载:
  2. linux下的鼠标测试程序,依赖于gpm环境-The mouse test program under Linux, relies on the GPM environment
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:shenqi
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com