Welcome![Sign In][Sign Up]
Location:
Search - s3c2410 gpio driver

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded LinuxGpi-Test

Description: s3c2410芯片GPIO驱动程序源代码 已经在多款2410开发板上跑通 -S3C2410 chip GPIO driver source code has been developed in the range of 2410 to run on-board pass
Platform: | Size: 10240 | Author: 何小敏 | Hits:

[Embeded-SCM DevelopGpio_led

Description: ARM编程 控制目标板LED灯程序 s3c2410
Platform: | Size: 1024 | Author: 丽华 | Hits:

[Windows CEEVC_IOControl_ARM

Description: 利用EVC4.0编写的运行在Wince5.0上的应用程序,该应用程序使用S3C2410微控制器的IO驱动,控制IO口电平的置高或置低。-Prepared using EVC4.0 run in Wince5.0 applications, the application using the S3C2410 microcontroller IO driver to control the IO port of the home-level home high or low.
Platform: | Size: 50176 | Author: 杜一 | Hits:

[Embeded LinuxTLC2543_AD_driver

Description: 这个程序实现了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 used after.
Platform: | Size: 2048 | Author: 李少春 | Hits:

[Windows CEGPIOBeep

Description: 本例程介绍了S3C2410微控制器GPIO驱动的使用方法,通过实验已经实现了控制试验箱上蜂鸣器的蜂鸣-The routines described S3C2410 microcontroller GPIO driver to use, the experiment has been achieved through the control chamber of the buzz on buzzer
Platform: | Size: 46080 | Author: 马静 | Hits:

[Linux-Unixir-gpio.tar

Description: linux 基于mips 架构cpu 的红外驱动,以及用户空间测试程序-linux on mips architecture cpu infrared driver, as well as user-space test procedures
Platform: | Size: 1640448 | Author: yinxw | Hits:

[Windows CEGPIO

Description: 在WINCE中的驱动源码,包括用EVC编写的驱动测试程序的源码(步进电机、蜂鸣器)。 针对S3C2410开发板的。-The driver in WINCE source, including the use of EVC test procedures prepared by the source drive (stepper motor, buzzer). S3C2410 development board for the.
Platform: | Size: 521216 | Author: 陈子佳 | Hits:

[Windows CEGPIOsources

Description: winCE下S3C2410的GPIO驱动程序 有详细注释 经过测试 带有步进电机的 EVC驱动测试程序-winCE under the GPIO driver S3C2410 has been tested with detailed notes of the EVC stepping motor-driven test procedure
Platform: | Size: 3070976 | Author: bihaishun | Hits:

[Embeded Linuxs3c2410_GPIO

Description: s3c2410的GPIO驱动程序和测试程序,linux2.6.14下的-The GPIO driver s3c2410 and testing procedures, linux2.6.14 under the
Platform: | Size: 1024 | Author: 高臣 | Hits:

[Embeded LinuxS3C2410_GPIO(Linux)

Description: 在linux下,S3C2410开发板上GPIO的驱动样例,希望对你有帮助-In linux, S3C2410 GPIO driver development
Platform: | Size: 6144 | Author: 无语了 | Hits:

[ARM-PowerPC-ColdFire-MIPS2410GPIO

Description: 基于s3c2410 的gpio流 驱动,对开发者很有用处-Flow based s3c2410 the gpio driver, useful for developers
Platform: | Size: 1079296 | Author: Bob | Hits:

[Embeded LinuxFS3S2410_GPIO

Description: 优龙版S3C2410 GPIO口裸机驱动程序。 驱动led灯-Long version of the S3C2410 GPIO port excellent bare metal driver. Drive led lights
Platform: | Size: 70656 | Author: liwenjin | Hits:

[Embeded Linux2440driver

Description: 一款基于三星2410的GPIO口驱动程序,以驱动LED等为例。-a driver for S3C2410
Platform: | Size: 11264 | Author: 苏森 | Hits:

[Driver Develops3c2440-gpio-kbd

Description: S3C2410 GPIO口下的5X5键盘驱动-S3C2410 GPIO port 5X5 keyboard driver
Platform: | Size: 3072 | Author: 张海洋 | Hits:

[Driver DevelopLED

Description: linux的led驱动程序加测试程序。s3c2410的gpio驱动-Linux led driver and test program. the s3c2410 The gpio driver
Platform: | Size: 8192 | Author: gg | Hits:

CodeBus www.codebus.net