搜索资源列表
ir-gpio.tar.gz linux 基于mips 架构cpu 的红外驱动
- linux 基于mips 架构cpu 的红外驱动,以及用户空间测试程序,linux on mips architecture cpu infrared driver, as well as user-space test procedures
s3c2410-linux-2.6.11.1-apm-08.11.02
- 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
s3c2410-uda1341
- linux OSS驱动范例 s3c2410-uda1341.rar-linux OSS driver example s3c2410-uda1341.rar
S3C2410LCDdrive
- S3C2410 LCD drive,linux下的驱动-S3C2410 LCD drive, linux drivers under
OV511-BS-camera
- linux下,基于S3C2410开发板的家庭视频监控系统,基于OV511芯片摄像头,实现了软件方式的RGB图像编码,包括驱动,动态连接库,核心代码。采用B/S结构设计,-under linux, S3C2410 development board based on the family video monitoring system, based on the OV511 chip camera, the software realization of the RGB image coding
led-driver
- linux下的基于fft-s3c2410开发平台的led实验程序源代码-under linux based fft-s3c2410 experiment led development platform source code
s3c2410-i2c-linux-2.4-driver
- s3c2410 arm-linux-2.4.18 i2c master driver
ohci-s3c2410
- usb ohci-s3c2410 LINUX驱动,可供参考,实际可使用-usb ohci-s3c2410 LINUX driver available for reference, the actual use
Linux
- Linux的射频模块驱动设计。 本文首先从嵌入式系统的概念、ARM微处理器和嵌入式操作系统的概念出发,描述了S3C2410的体系结构,具体研究了UART口和I/O口的控制,然后深入到linux环境下的驱动开发当中,介绍了本论文的软件开发环境,然后讨论了Linux系统驱动程序的程序构架,最后讨论了Linux驱动体系结构,重点叙述了字符型驱动程序的编写方法。然后完成了射频控制模块(ATMEL公司AT86RF211芯片)的驱动以及电路设计,通过S3C2410的UART口传输数据,通过I/O口去控制射频
S3C2410-lcd-115
- 基于S3C2410A和LINUX的嵌入式系统彩色LCD驱动 pdf-S3C2410A and LINUX-based embedded systems pdf color LCD driver
spi
- linux下s3c2410,spi驱动 -linux s3c2410 spi driver linux s3c2410 spi driver
LinuxDeviceDriver-NVRAM
- Linux设备驱动开发详解源码- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c
s3c2410-adc
- linux下的s3c2410ADC转换驱动程序-linux drivers under s3c2410ADC conversion
Jflash-s3c2410.tar
- 已经编译好的烧写uboot的工具,解压之后可以直接运行。适用目标为s3c2410等系列。-It is a tool ready for boot the bootloader,and you can use it straightly after you tar it
IIS
- linux下针对IIS音频驱动分析资料,可用于IIS驱动的编写参考!-IIS audio driver for linux under analysis can be used for the preparation of reference IIS drive!
S3C2410_LCD
- linux中,S3C2410,LCD的驱动程序教程。-linux in, S3C2410, LCD driver tutorial.
Transplant-linux-to-S3C2410
- linux移植到S3C2410平台的电子文档,该文档详细讲解了整个移植过程。-S3C2410 platform linux ported to the electronic document that explain in detail the entire transplant process.
S3C2410-SPI
- linux spi 接口 示例 S3C2410-Based on the spi interface driver linux example
embedded--Linux---s3c2410
- linux下实验初级入门 纯word版本 很好很强大-a simple lab discr ipt in linux it is very useful to fresh man in linux study
Linux-driver-development15
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形