资源列表
key_interrupt
- 三星mini2440 按键驱动,用中断实现-S3Cmini2440 key driver
TFT
- arduino的tft屏通用驱动,适合初学者参考学些。-arduino tft universual driver
Spreadtrum-driver
- linux触摸屏驱动,代理商提供的敦泰FT系列驱动,FT5x06,FT5x16,FT6208,FT6x06,FT5x06i,FT5336,FT3316,FT5436i,FT5336i,供参考,还是要自己去改的-touchscreen driver(linux),FT5x06,FT5x16,FT6208,FT6x06,FT5x06i,FT5336,FT3316,FT5436i,FT5336i
linux_shell
- linux环境下的,shell编程学习资料,很不错,特别适合初学者。-linux environment, shell programming learning materials, very good, especially for beginners.
usbdrive
- 这是usb摄像头驱动程序,下载和挂载此usb摄像头程序,能有效地驱动摄像头,通过ioctl函数对此摄像头进行访问。- This is a usb camera driver , download and mount the usb camera process , can effectively drive cameras , through ioctl function for access of this camera .
12bdev
- Linux内核开发之块设备驱动程序,内存模拟块设备-Linux block driver
KP
- Driver file for Ethernet
Ubuntu-Openoffice
- 在Ubuntu下编译Openoffice,可能对缺少此文件的朋友有帮助-Ubuntu install openoffice document
hc595_drv
- 74hc595 drver for 6410
Udisk
- Linux下U盘的驱动实现方法,需要学习usb批量传输的可以拿来学习-U disk drive under Linux implementations, you need to learn usb bulk transfer can be used to learn
it7252.tar
- 这款 ite的it7252触摸屏驱动适用于MTK Android平台,并且兼容it7258,it7260。(The ite it7252 touchscreen driver is suitable for MTK Android platform, and is compatible with it7258 and it7260.)
shell
- 实验一利用课本第9页程序1-5的框架,实现允许输入命令带参数的简单shell。原来的实现是不能够带参数的。输入命令所能带的参数个数,只受到系统键盘输入缓冲区长度(以及shell输入缓冲区长度)的限制,该缓冲区的缺省长度是4096个字节。-Experiments using the framework of textbooks 9 program 1-5, simple shell allows the input command with parameters. The original imp