在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 韦东山二期驱动全部源码

韦东山二期驱动全部源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.49M
  • 下载次数:7
  • 浏览次数:303
  • 发布时间:2021-11-13
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
韦东山二期驱动全部源码
【实例截图】
【核心代码】
4744300845375903879.zip
├── jz2440
│   ├── 10th_lcd
│   │   ├── lcd_32bpp.c
│   │   ├── lcd_3.5.c
│   │   ├── lcd_4.3.c
│   │   └── Makefile
│   ├── 11th_ts
│   │   ├── Makefile
│   │   ├── s3c_ts.c
│   │   └── tslib-1.4.tar.gz
│   ├── 12th_usb
│   │   ├── Makefile
│   │   └── usbmouse_as_key.c
│   ├── 13th_ramblock
│   │   ├── Makefile
│   │   └── ramblock.c
│   ├── 14th_nand
│   │   ├── Makefile
│   │   ├── mtd-utils-05.07.23.tar.bz2
│   │   └── s3c_nand.c
│   ├── 15th_nor
│   │   ├── Makefile
│   │   └── s3c_nor.c
│   ├── 16th_virt_net
│   │   ├── Makefile
│   │   └── virt_net.c
│   ├── 17th_dm9000c
│   │   ├── dm9000.h
│   │   ├── dm9dev9000c.c
│   │   └── Makefile
│   ├── 26th_debug_regeditor
│   │   ├── first_drv
│   │   │   ├── first_drv.c
│   │   │   ├── firstdrvtest
│   │   │   ├── firstdrvtest.c
│   │   │   └── Makefile
│   │   ├── ker_rw.c
│   │   └── regeditor.c
│   ├── 7th_buttons_all
│   │   ├── buttons.c
│   │   ├── buttons_test
│   │   ├── buttons_test.c
│   │   └── Makefile
│   ├── 8th_buttons_input
│   │   ├── buttons.c
│   │   └── Makefile
│   ├── fb_test
│   │   ├── fb.h
│   │   ├── fb_test.c
│   │   └── Makefile
│   ├── fifth_drv
│   │   ├── fifth_drv.c
│   │   ├── fifthdrvtest
│   │   ├── fifthdrvtest.c
│   │   └── Makefile
│   ├── first_drv
│   │   ├── first_drv.c
│   │   ├── firstdrvtest
│   │   ├── firstdrvtest.c
│   │   └── Makefile
│   ├── forth_drv
│   │   ├── forth_drv.c
│   │   ├── forthdrvtest
│   │   ├── forthdrvtest.c
│   │   └── Makefile
│   ├── i2c
│   │   ├── 1th_i2c_new_device
│   │   │   ├── at24cxx_dev.c
│   │   │   ├── at24cxx_drv.c
│   │   │   └── Makefile
│   │   ├── 2th_i2c_new_probed_device
│   │   │   ├── at24cxx_dev.c
│   │   │   ├── at24cxx_drv.c
│   │   │   └── Makefile
│   │   ├── 3.4.2鍐呮牳涓嬬殑I2C椹卞姩.jpg
│   │   ├── 3.4.2鍐呮牳涓嬬殑I2C椹卞姩.TXT
│   │   ├── 3th_all_adapter_detect
│   │   │   ├── at24cxx_drv.c
│   │   │   └── Makefile
│   │   ├── 4th_device_driver_test
│   │   │   ├── at24cxx_dev.c
│   │   │   ├── at24cxx_drv.c
│   │   │   ├── i2c_test.c
│   │   │   └── Makefile
│   │   ├── 5th_user_space_test
│   │   │   ├── i2c-dev.h
│   │   │   └── i2c_usr_test.c
│   │   ├── 6th_i2c_bus
│   │   │   ├── 1th
│   │   │   │   └── i2c_bus_s3c2440.c
│   │   │   └── 2th
│   │   │   ├── i2c_bus_s3c2440.c
│   │   │   └── Makefile
│   │   ├── i2c-tools-3.1.0
│   │   │   ├── CHANGES
│   │   │   ├── COPYING
│   │   │   ├── eeprom
│   │   │   │   ├── ddcmon
│   │   │   │   ├── decode-dimms
│   │   │   │   ├── decode-edid
│   │   │   │   ├── decode-vaio
│   │   │   │   ├── Module.mk
│   │   │   │   └── README
│   │   │   ├── eepromer
│   │   │   │   ├── 24cXX.c
│   │   │   │   ├── 24cXX.h
│   │   │   │   ├── eeprog.c
│   │   │   │   ├── eeprom.c
│   │   │   │   ├── eepromer.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── README
│   │   │   │   ├── README.eeprog
│   │   │   │   ├── README.eeprom
│   │   │   │   └── README.eepromer
│   │   │   ├── include
│   │   │   │   ├── linux
│   │   │   │   │   └── i2c-dev.h
│   │   │   │   └── Module.mk
│   │   │   ├── Makefile
│   │   │   ├── py-smbus
│   │   │   │   ├── Module.mk
│   │   │   │   ├── README
│   │   │   │   ├── setup.py
│   │   │   │   └── smbusmodule.c
│   │   │   ├── README
│   │   │   ├── stub
│   │   │   │   ├── i2c-stub-from-dump
│   │   │   │   ├── i2c-stub-from-dump.8
│   │   │   │   └── Module.mk
│   │   │   ├── tools
│   │   │   │   ├── i2cbusses.c
│   │   │   │   ├── i2cbusses.h
│   │   │   │   ├── i2cdetect.8
│   │   │   │   ├── i2cdetect.c
│   │   │   │   ├── i2cdump.8
│   │   │   │   ├── i2cdump.c
│   │   │   │   ├── i2cget.8
│   │   │   │   ├── i2cget.c
│   │   │   │   ├── i2cset.8
│   │   │   │   ├── i2cset.c
│   │   │   │   ├── Module.mk
│   │   │   │   ├── util.c
│   │   │   │   └── util.h
│   │   │   └── version.h
│   │   └── i2c-tools-3.1.0.tar.bz2
│   ├── second_drv
│   │   ├── Makefile
│   │   ├── second_drv.c
│   │   ├── seconddrvtest
│   │   └── seconddrvtest.c
│   ├── sixth_drv
│   │   ├── Makefile
│   │   ├── sixth_drv.c
│   │   ├── sixthdrvtest
│   │   └── sixthdrvtest.c
│   └── third_drv
│   ├── Makefile
│   ├── third_drv.c
│   ├── thirddrvtest
│   └── thirddrvtest.c
└── __MACOSX
└── jz2440
├── 10th_lcd
├── 11th_ts
├── 12th_usb
├── 13th_ramblock
├── 14th_nand
├── 15th_nor
├── 16th_virt_net
├── 17th_dm9000c
├── 26th_debug_regeditor
│   └── first_drv
├── 7th_buttons_all
├── 8th_buttons_input
├── fb_test
├── fifth_drv
├── first_drv
├── forth_drv
├── i2c
│   ├── 1th_i2c_new_device
│   ├── 2th_i2c_new_probed_device
│   ├── 3th_all_adapter_detect
│   ├── 4th_device_driver_test
│   ├── 5th_user_space_test
│   ├── 6th_i2c_bus
│   │   ├── 1th
│   │   └── 2th
│   └── i2c-tools-3.1.0
│   ├── eeprom
│   ├── eepromer
│   ├── include
│   │   └── linux
│   ├── py-smbus
│   ├── stub
│   └── tools
├── second_drv
├── sixth_drv
└── third_drv

75 directories, 123 files

标签:

实例下载地址

韦东山二期驱动全部源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警