搜索资源列表
linux 串口多线程程序(驱动gsm modem可参考)
- linux 串口多线程程序,改名为 .c 文件,直接编译即可.
uClinux编译傻瓜教程
- 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer functions, such as serial port func
PARPORT_s3c2410
- 我为S3C2410写的扩展并口驱动程序,已经编译运行通过,附带内核配置文件。-S3C2410 I write for the expansion of parallel drivers, has been running through the compiler, kernel configuration file attached.
sf_200482001850
- 一个韩国朋友写的用于S3C2410板子上的2410 nand flash的驱动文件,用于挂载yaffs(nand flash)文件系统。-a Korean friends wrote for the board on the S3C2410 2410 nand flash drive, for the mount yaffs (nand flash) file system.
dm9000
- mini2440的DM9000网卡的驱动,包括dm9000.h,dm9000.c 两个文件-mini2440 the DM9000 network card drivers, including dm9000.h, dm9000.c two files
S3C2410_USB_Linux
- 本程序为在Linux操作系统下,ARM9内核芯片S3C2410A的USB固件驱动程序。此源代码在ADS 1.2集成开发环境中设计完成,并在实际工程中调通。USB外围电路、PC界面编程代码和使得Windows识别此USB的驱动文件均在此包中。-This package contains the USB firmware codes of S3C2410A under the Linux operating system. It is developed in the ADS 1.2 platfor
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
SPI
- 这是一个ARM资料:SPI驱动的编写;.h文件的编写。-ARM information
SDT2.5
- 在SDT 2.5实现简单的四则运算功能。压缩文件包含了相关驱动文件。-In the SDT 2.5 perform simple arithmetic functions. Compressed file that contains the relevant driver files.
Embedded-Linux-network-drivers-
- 这是一个linux设计的网络接口的驱动文件-This is a linux driver network interface design document
USB
- USB驱动文件,包含usb_descr iptor_Table.c/usb_descr iptor_Table.h/usb_driver.c/usb_driver.h四个文件-USB drive file containing usb_descr iptor_Table.c/usb_descr iptor_Table.h/usb_driver.c/usb_driver.h four documents
USB-Composite-Device_6.1.7600.16385
- 一个在linux下的驱动文件,对应的型号是6.1.76-a device that can be used in linux,which is 6.1.76
基于s3c24x0的摄像头驱动
- 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请先用包里的new_rootfs.cramfs根文件系统,近期我们将提供新的含图形界面的文件系统。 3)该模块的源码暂时只提供给OEM/ODM用户。
DAshuju1
- 自己写的一个简单的QT应用小程序,主要要实现了一些基本的功能,通过打开linux驱动文件,将获取的数据实时显示到QT应用程序上-To write a simple QT applets, mainly to achieve some basic functions, by opening the file linux driver will get real-time data displayed on the QT application
gt.tar
- gt 触摸屏驱动 支持 单点 多点触摸 完整驱动文件-gt ts driver
mmc3416x
- mmc3416x msensor 驱动文件适合联芯1860-mmc3416x msensor driver
gs2971驱动
- gs2971的驱动文件。可以初始化GS2971芯片,可以控制芯片的各种功能,设置芯片的参数。
sii902xA_hotplug-master
- sil9024驱动 用在HDMI上支持1080P 1080I 720P等等支持热插拔。在linux系统下用请修改makefile文件(Sil9024 driver is used in HDMI to support 1080P 1080I 720P and so on. Please modify makefile file file under Linux system)
1.8寸显示屏驱动文件
- 1.8寸显示屏驱动文件,lcd液晶屏python代码,亲测可用
xpt2046驱动
- 一款电阻屏的驱动文件,linux-xpt2046驱动,非单片机驱动,是linux的。 压缩包包含xpt2046.c xpt2046.h,使用的是spi总线.供大家使用