CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - character

搜索资源列表

  1. 2410char

    0下载:
  2. 2410驱动开发,字符设备驱动开发简单实例。-2410-driven development, development of simple character device driver instance.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2625
    • 提供者:yindongqing
  1. wordtobmp

    1下载:
  2. 嵌入式中文显示。可把字符图片拼接成一幅ARGB1555。-Embedded Chinese. Can be put into a character image stitching ARGB1555.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:876657
    • 提供者:Sober Peng
  1. register_chrdev

    0下载:
  2. register_chrdev 注册字符设备实例,提示加载模块后,需mknod建立相应的文件节点,在执行test测试程序-register_chrdev register character device example, prompts to load the module, the need to establish the appropriate file mknod node in the test program test execution
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:75286
    • 提供者:sun
  1. led

    0下载:
  2. ARM的LED字符设备驱动代码,操作硬件平台为友善之臂开发的mini2440!欢迎下载学习!-ARM-LED character device driver code, the operating arm of the hardware platform for the development friendliness of mini2440! Welcome to download to learn!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:326657
    • 提供者:骆健星
  1. chardev

    0下载:
  2. 这是一个字符设备的驱动程序,是最简单字符设备的驱动,但是包含了驱动程序所有必须的函数,适合初学者研究。-This is a character device driver, is the most simple character device driver, but contains all the necessary driver functions, suitable for beginners study.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:1746
    • 提供者:zhangjing
  1. zifushebei

    0下载:
  2. 字符设备驱动源码再linux-2.6.29.4内核上编译并运行通过-Character device driver source code and then compile on linux-2.6.29.4 kernel and run through
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:5490
    • 提供者:guoxu
  1. mem-dev-0.20

    1下载:
  2. 简单的字符设备驱动程序,带验证程序,是学习字符设备驱动的好材料。-Simple character device driver, with verification procedures, the character device driver is a good learning materials.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:2272
    • 提供者:
  1. 2410_adc

    0下载:
  2. 给初学用的FS2410开发板ADC驱动程序,对了解字符设备驱动有帮助-For beginners to use the FS2410 development board ADC driver for device drivers help understand the character
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3785
    • 提供者:tony hu
  1. memdev_driver

    0下载:
  2. 虚拟内存字符驱动, 学校linux内核驱动的第一个驱动,很适合初学者研究的-Virtual memory character-driven, school linux kernel driver first drive, it is suitable for beginners to study. .
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:232032
    • 提供者:Leehom
  1. AD_main

    0下载:
  2. A/D转换器控制电动机的转速和方向,8字数码管显示当前的转速值,也即A/D电压值,LED点阵显示速度等级和旋转方向。-A/D converter to control the motor speed and direction, 8 character LED display the current speed value, the A/D voltage, LED dot matrix display and rotation speed rating.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1776
    • 提供者:吴化雨
  1. led_driver.tar

    0下载:
  2. arm开发板led灯驱动程序,用内存实现字符设备驱动程序等。介绍了字符设备驱动程序的开发-Arm development board led lamp drivers, realize the character with memory device drivers, etc. Introduced the character device driver of development
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:2113
    • 提供者:jason
  1. globalmem.tar

    0下载:
  2. linux字符设备程序开发 globalmem驱动 代码 访问地址: yuweixian4230.blog.chinaunix.net http://blog.chinaunix.net/space.php?uid=22666248&do=blog&id=3044785-program development globalmem linux character device driver code Access address: yuweixian4230.blog.chin
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:6730
    • 提供者:yuweixian
  1. led_drv

    0下载:
  2. 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:2378
    • 提供者:Joshua
  1. btn_drv

    0下载:
  2. 查询方式实现简单按键驱动程序 根据本人《Linux简单字符设备驱动编写方法》一文的步骤,用查询方式简单实现Mini2440开发板的按键驱动程序。 代码共分二个文件,驱动程序<btn_drv.c>和测试程序<btn_test.c>。-Simple ways to search for key drivers According to my "Linux character device driver writing simple method"
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2208
    • 提供者:Joshua
  1. misc_add

    0下载:
  2. Linux混杂设备驱动编写方法   当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。   程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1383
    • 提供者:Joshua
  1. buttons_fasync

    0下载:
  2. 开发板fs2410,字符设备驱动,按键采用异步通知的方式,实现按键驱动-Character device drivers, asynchronous notification
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-13
    • 文件大小:2430
    • 提供者:stm8s
  1. zifudemo

    0下载:
  2. SDL实现Linux系统下图形编程,该代码可读性强,编码风格良好,可实现Linux系统终端图片和字符的显示。-SDL graphics programming under Linux system, the readability of the code, good coding style terminal pictures and words of the Linux system Character of the display.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:280359
    • 提供者:
  1. charcterDevices-Drivers

    0下载:
  2. 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:324979
    • 提供者:门汉龙
  1. RandWdriver

    0下载:
  2. 字符驱动例子, 包括字符驱动以及应用程序, 使用时先编译驱动,然后在用应用程序访问驱动。 文件给出了详细的使用方法,非常适合初学者学习。-The character-driven examples, including the character-driven applications, when used to compile the driver, and then use the application to access the drive. The document gives det
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5962
    • 提供者:邓建
  1. lcd

    0下载:
  2. fl2440开发板,调用字符库,很方便的在液晶上显示汉字。-The the fl2440 development board, calling the character library, it is convenient to display Chinese characters on the LCD.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-01
    • 文件大小:744448
    • 提供者:jing
« 1 2 34 5 6 »
搜珍网 www.dssz.com