Welcome![Sign In][Sign Up]
Location:
Search - linux 2.6 s3c2410

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:

[Linux-Unixcs8900a

Description: 一个可以移植到linux2.6内核的网卡驱动,已经经过移植到s3c2410的开发板上-a transplant linux2.6 core of the network card driver, had already been transplanted to the development board s3c2410
Platform: | Size: 16384 | Author: 楼山 | Hits:

[Linux-UnixS3C2410_LINUXDM9000E

Description: S3C2410硬件平台的LINUX DM9000AE驱动-S3C2410 hardware platform LINUX DM9000AE Drivers
Platform: | Size: 12288 | Author: 彭士操 | Hits:

[Linux-Unixs3c2410_ts

Description: 用于s3c2410的linux-2.6内核下的触摸屏驱程-s3c2410 for the linux- 2.6 kernel under way Touchscreen Flooding
Platform: | Size: 4096 | Author: 罗富冲 | Hits:

[Embeded-SCM Developi2c_rtc_linux

Description: 嵌入式arm-linux 2.6内核 s3c2410 的i2c总线驱动程序,以及i2c时钟设备驱动程序-Embedded arm- linux 2.6 kernel s3c2410 i2c the bus driver, i2c clock and the device driver
Platform: | Size: 21504 | Author: 孟建军 | Hits:

[Embeded LinuxchrdevDriver

Description: 基于linux2.6内核的字符驱动的编写,调试过程,在PC机和s3c2410嵌入式系统中正常可用.-linux2.6 based on the kernel of the character-driven preparation, debugging process in the PC and embedded system s3c2410 normal available.
Platform: | Size: 12288 | Author: 王伟 | Hits:

[Linux-Unixzxzkeyboard

Description: ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过.-ARM S3C2410 4x4 keyboard interrupt-driven (including driving, Makefile, testing OSS), the Linux 2.6.8.1 environment tested.
Platform: | Size: 4096 | Author: ZXZ | Hits:

[Linux-Unixadc

Description: 本文是基于s3c2410自己内部的ADC驱动,内核是linux2.6.14。-s3c2410 This article is based on their own internal ADC-driven, linux2.6.14 kernel.
Platform: | Size: 2048 | Author: lianxijian | Hits:

[Linux-Unixs3c2410-uda1341

Description: s3c2410-uda1341 Linux 2.6.14
Platform: | Size: 8192 | Author: Sinan CILE | Hits:

[Linux-Unixs3c2410-uda1341

Description: s3c2410 uda1341 linux 2.6.14 driver
Platform: | Size: 8192 | Author: Dogan CILE | Hits:

[Linux-UnixIIC_ZLG7290

Description: 本字符设备驱动在Linux2.6中测试通过,实现微处理器S3C2410通过IIC总线向数码管键盘控制芯片ZLG7290发送数据,通过控制ZLG7290来使数码管循环显示0-F。-The character device driver in Linux2.6 test is passed, the microprocessor S3C2410 realize through the IIC bus to the digital tube ZLG7290 keyboard control chip to send data, by controlling the ZLG7290 to make digital tube display cycle 0-F.
Platform: | Size: 11264 | Author: fangfang | Hits:

[Embeded Linuxuda1341

Description: 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊-Linux kernel 2.6.20 based on the sound chip UDA1341 sound card driver in the adoption of s3c2410 cpu debugging. Usage: source tree root under the new local directory, and unzip to that directory, edit the Makefile under the root source file 559 acts: vmlinux-dirs: = $ (patsubst /,,$( filter /, $ (init-y) $ (init-m) $ (core-y) $ (core-m) $ (drivers-y) $ (drivers-m) $ (net-y) $ (net- m) $ (libs-y) $ (libs-m))) local/can be compiled, but is a module compiler, the compiler better not forget that after the insmod into the kernel ah
Platform: | Size: 23552 | Author: 杨少英 | Hits:

[Embeded Linuxs3c2410-ps2

Description: s3c2410平台,linux-2.4.18内核,I/O口模拟ps/2口键盘驱动,含Makefile,直接编译使用-S3C2410 platform, linux-2.4.18 kernel, I/O port simulation ps/2 keyboard I drive, including Makefile, direct the compiler to use
Platform: | Size: 84992 | Author: 流域 | Hits:

[Embeded LinuxCS8900_linux-2.6.24.4

Description: linux2.6.24 S3C2410下的网卡CS8900驱动 具体移植方法可以参考我的blog http://www.cublog.cn/u2/63560/showart_514147.html-linux2.6.24 S3C2410 card CS8900 driver under specific transplantation method can refer to my bloghttp:// www.cublog.cn/u2/63560/showart_514147.html
Platform: | Size: 7168 | Author: kevin | Hits:

[Embeded Linuxkey

Description: arm(s3c2410)-linux(2.6.18)环境下的键盘扫描驱动-arm (s3c2410)-linux (2.6.18) environment keyboard scan driver
Platform: | Size: 3072 | Author: singyea | Hits:

[Embeded LinuxLEDS

Description: 嵌入式linux(2.6)+ARM(s3c2410)下的leds驱动程序-Embedded linux (2.6)+ ARM (s3c2410) under the leds driver
Platform: | Size: 1024 | Author: hwj | Hits:

[Embeded Linuxs3c2410_udc

Description: 2.4核linux的s3c2410-udc驱动代码!经过调试了!-2.4 Nuclear linux driver of s3c2410-udc code! After a debugging!
Platform: | Size: 20480 | Author: tian | Hits:

[Embeded-SCM Developlinux-2.6.28_s3c2410_mtd

Description: 基于linux-2.6.28的mtd驱动,S3C2410、2440的设备分区-Linux-2.6.28 based on the mtd driver, S3C2410, 2440 District of equipment
Platform: | Size: 1374208 | Author: 唐海涛 | Hits:

[Embeded Linuxled

Description: linux 2.6核s3c2410 led 驱动程序 -linux 2.6 Nuclear s3c2410 led driver
Platform: | Size: 2048 | Author: 吴俊 | Hits:

[Embeded LinuxLCDDRVIVE

Description: 基于ARM s3c2410嵌入式LINUX 2.6内核的LCD液晶显示屏的驱动程序源代码和头文件-Based on ARM s3c2410 Embedded LINUX 2.6 kernel LCD liquid crystal display driver source code and header files
Platform: | Size: 3072 | Author: 王佳 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net