CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux 2.6 s3c2410
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux 2.6 s3c2410 - List
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了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
Date
: 2010-11-29
Size
: 23.92mb
User
:
zxx000
[
Linux-Unix
]
cs8900a
DL : 0
一个可以移植到linux2.6内核的网卡驱动,已经经过移植到s3c2410的开发板上-a transplant linux2.6 core of the network card driver, had already been transplanted to the development board s3c2410
Date
: 2025-07-02
Size
: 16kb
User
:
楼山
[
Linux-Unix
]
S3C2410_LINUXDM9000E
DL : 0
S3C2410硬件平台的LINUX DM9000AE驱动-S3C2410 hardware platform LINUX DM9000AE Drivers
Date
: 2025-07-02
Size
: 12kb
User
:
彭士操
[
Linux-Unix
]
s3c2410_ts
DL : 0
用于s3c2410的linux-2.6内核下的触摸屏驱程-s3c2410 for the linux- 2.6 kernel under way Touchscreen Flooding
Date
: 2025-07-02
Size
: 4kb
User
:
罗富冲
[
Embeded-SCM Develop
]
i2c_rtc_linux
DL : 0
嵌入式arm-linux 2.6内核 s3c2410 的i2c总线驱动程序,以及i2c时钟设备驱动程序-Embedded arm- linux 2.6 kernel s3c2410 i2c the bus driver, i2c clock and the device driver
Date
: 2025-07-02
Size
: 21kb
User
:
孟建军
[
Embeded Linux
]
chrdevDriver
DL : 0
基于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.
Date
: 2025-07-02
Size
: 12kb
User
:
王伟
[
Linux-Unix
]
zxzkeyboard
DL : 1
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.
Date
: 2025-07-02
Size
: 4kb
User
:
ZXZ
[
Linux-Unix
]
adc
DL : 0
本文是基于s3c2410自己内部的ADC驱动,内核是linux2.6.14。-s3c2410 This article is based on their own internal ADC-driven, linux2.6.14 kernel.
Date
: 2025-07-02
Size
: 2kb
User
:
lianxijian
[
Linux-Unix
]
s3c2410-uda1341
DL : 0
s3c2410-uda1341 Linux 2.6.14
Date
: 2025-07-02
Size
: 8kb
User
:
Sinan CILE
[
Linux-Unix
]
s3c2410-uda1341
DL : 0
s3c2410 uda1341 linux 2.6.14 driver
Date
: 2025-07-02
Size
: 8kb
User
:
Dogan CILE
[
Linux-Unix
]
IIC_ZLG7290
DL : 0
本字符设备驱动在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.
Date
: 2025-07-02
Size
: 11kb
User
:
fangfang
[
Embeded Linux
]
uda1341
DL : 0
基于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
Date
: 2025-07-02
Size
: 23kb
User
:
杨少英
[
Embeded Linux
]
s3c2410-ps2
DL : 0
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
Date
: 2025-07-02
Size
: 83kb
User
:
流域
[
Embeded Linux
]
CS8900_linux-2.6.24.4
DL : 0
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
Date
: 2025-07-02
Size
: 7kb
User
:
kevin
[
Embeded Linux
]
key
DL : 0
arm(s3c2410)-linux(2.6.18)环境下的键盘扫描驱动-arm (s3c2410)-linux (2.6.18) environment keyboard scan driver
Date
: 2025-07-02
Size
: 3kb
User
:
singyea
[
Embeded Linux
]
LEDS
DL : 0
嵌入式linux(2.6)+ARM(s3c2410)下的leds驱动程序-Embedded linux (2.6)+ ARM (s3c2410) under the leds driver
Date
: 2025-07-02
Size
: 1kb
User
:
hwj
[
Embeded Linux
]
s3c2410_udc
DL : 0
2.4核linux的s3c2410-udc驱动代码!经过调试了!-2.4 Nuclear linux driver of s3c2410-udc code! After a debugging!
Date
: 2025-07-02
Size
: 20kb
User
:
tian
[
Embeded-SCM Develop
]
linux-2.6.28_s3c2410_mtd
DL : 0
基于linux-2.6.28的mtd驱动,S3C2410、2440的设备分区-Linux-2.6.28 based on the mtd driver, S3C2410, 2440 District of equipment
Date
: 2025-07-02
Size
: 1.31mb
User
:
唐海涛
[
Embeded Linux
]
led
DL : 0
linux 2.6核s3c2410 led 驱动程序 -linux 2.6 Nuclear s3c2410 led driver
Date
: 2025-07-02
Size
: 2kb
User
:
吴俊
[
Embeded Linux
]
LCDDRVIVE
DL : 0
基于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
Date
: 2025-07-02
Size
: 3kb
User
:
王佳
«
1
2
3
4
5
6
7
8
9
10
...
23
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.