资源列表
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
camera_linux_driver
- 十分好用的工业摄像头Linux驱动,gcc编译通过,十分好用-camera driver
ncurses-packege--install
- ncurses packege的安装包及安装方法 (rhel5.1 gcc4.1.2平台) ncurses安装 GCC安装好后,再次make menuconfig出现了下面错误: [root@localhost linux-2.6.32.2]# make menuconfig HOSTCC scr ipts/basic/fixdep HOSTCC scr ipts/basic/docproc HOSTCC scr ipts/basic/hash HOS
linuxio_test
- linux 下控制 camera,3G/WIFI 设备开关 源码实例-io_ctrl camera/3g/wifi device
6713
- 6713的驱动例程,为初学者提供良好的学习指导,包括EDMA、USB、AD等等。-6713 driver routines, provide a good study guide for beginners, including the EDMA, USB, AD, and so on.
MCX314
- MCX314As在Linux系统中的驱动程序,在Linux系统下,直接编译成模块,插入到内核中即可-The MCX314As driver in the Linux system, Linux system directly compiled into the module, inserted into the kernel to
ds1302
- linux 系统下 ds1302时钟驱动-Implements an interface for the DS1302 RTC
shell
- 模拟Linux操作系统shell编程,完全实现其功能,很全面-shell programming
RX8025
- RX-8025 linux 下实时时钟的驱动-The RX-8025 linux under real-time clock driver
v4l
- v4l.c摄像头采集驱动程序,包括各种函数,以及yuv转为bmp文件的函数-v4l.c camera capture driver, including a variety of functions, as well as the yuv into the function of the bmp file
ILI9341_4SPI
- ILITEK 9341 SPI接口 驱动-ILITEK 9341 SPI interface driver
findfd
- 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie