搜索资源列表
gpioAT91RM9200
- AT91RM9200的嵌入式LINUX下GPIO驱动-AT91RM9200 embedded LINUX GPIO driver
gpio_do
- 这是一个PXA-XCLALE嵌入式开发系统下开发的一个GPIO驱动程序。适合LINUX-2.6.12内核。-This is a PXA-XCLALE embedded development system developed under a GPIO driver. For Linux-2.6.12 kernel.
gpio_keys
- gpio按键设备在三星s2440处理器上的linux驱动程序,以及相应的应用测试程序。-gpio keyboard linux driver on sumsung s2440.And the related test c program.
2440_gpio
- linux下2440的gpio驱动,里边有一些含有内核中的注释,是看后的笔记,看这个对了解基本的字符设备的驱动写法有帮助-2440 under the GPIO linux driver inside the kernel contains some of the notes, is to look after the notes, look at this to understand the basic character device driver writing help
TLC2543_AD_driver
- 这个程序实现了s3c2410的GPIO口对TLC2543AD芯片的驱动。linux环境下用交叉编译环境编译之后,加载模块到内核之后就可以使用。-This procedure has the GPIO port of S3C2410 chip TLC2543AD driver. linux environment using cross compiler environment for the compiler, the loadable module into the kernel can be
gpio-test
- 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
linux_driver
- 最基本的Linux驱动程序,自写,如按键和GPIO的驱动程序,基于S33C2410开发板,希望对初学者有所帮助-basic Linux driver,written myself,including the key driver and gpio driver ,holp it is helpfull for freshmen of arm linux driver designer.
9200GPIOdrivers
- 这是Linux下,AT91RM9200的GPIO驱动程序-This is under Linux, AT91RM9200 the GPIO driver
EmbedSky_gpio
- 嵌入式linux下ARM的GPIO驱动例子-Under the embedded ARM-GPIO driver linux example
gpio
- Linux 在S3C2440下基本的驱动程序,包括基本端口操作-Linux under the basic driver S3C2440, including basic port operations
x86aIICagpio
- x86平台下基于PCA9555的IIC控制GPIO驱动,linux系统为opensuse11,可以作为示例代码参考用。-x86 platform, the IIC control based PCA9555 GPIO driver, linux system opensuse11, sample code can serve as a reference.
S3C2410_GPIO(Linux)
- 在linux下,S3C2410开发板上GPIO的驱动样例,希望对你有帮助-In linux, S3C2410 GPIO driver development
xuart
- s3c44b0x板子的驱动:包括i2c驱动/gpio驱动/键盘驱动/i2c转串口驱动(sc16is752)等,目前我们公司的产品上正在用。-drivers of s3c44b0x board,include: i2c driver/gpio driver/keyboard driver/i2c-to-serial driver (sc16is752).
i2c-davinci-gpio
- Linux I2C over GPIO driver
mini2440_gpio
- 本人自己开发的基于mini2440的GPIO驱动,包括源码和已经编译好的linux-2.6.32.2的KO文件,直接可以使用,驱动的引脚可以通过源码查到。-mini2440 gpio driver for linux-2.6.32.2
gpio_dev
- 1、开发环境linux2.6.36 2、交叉编译器gcc 4.2.3 3、本代码为s3c64xx GPIO驱动,代码中有完整的Makefile、Kconfig文件,和GPIO测试代码,可以和内核一起编译,方便移植。本代码已在飞凌嵌入式板子OK6410上测试通过。-(1) devolop enviroment base on linux 2.6.36 (2) cross compiler is gcc 4.2.3 (3) this code is for s3c64xx GPIO
linux-gpio
- Linux下的开发板中的驱动,程序很适合初学者-Driver in the Linux development board, the procedures are suitable for beginners
gpio_int_driver
- linux下面的GPIO驱动程序,通过Linux读写arm芯片s3c2412的GPIO的读和写。-linux following GPIO driver by Linux read-write arm chip s3c2412 GPIO read and write.
hs0038b.tar
- 嵌入式linux下红外GPIO口驱动,读取GPIO口的数据-Infrared GPIO port Embedded linux driver read the GPIO port data
Linux
- Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌