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

Search list

[Other resourceuboot_final.tar

Description: 针对基于LINUX的S3C2410下的BOOTLOADER,u-boot1.1.13,支持NANDFlash,网卡已经移植.调试OK-Based on the Linux S3C2410 the BOOTLOADER. u-boot1.1.13 support NANDFlash, network card has been transplanted. Debugging OK
Platform: | Size: 10464580 | Author: gf | Hits:

[Other resourcesjf2410

Description: S3C2410在WINDOWS下的JTGA下载烧写工具
Platform: | Size: 38409 | Author: 马力方 | Hits:

[SDKwince操作系统映像文件

Description: 包含wince5.0和wince6.0操作系统的映像文件,适用于深圳优龙科技的S3C2410,系统功能齐全,带触摸屏
Platform: | Size: 27942103 | Author: beike33128 | Hits:

[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 Linuxuboot_final.tar

Description: 针对基于LINUX的S3C2410下的BOOTLOADER,u-boot1.1.13,支持NANDFlash,网卡已经移植.调试OK-Based on the Linux S3C2410 the BOOTLOADER. u-boot1.1.13 support NANDFlash, network card has been transplanted. Debugging OK
Platform: | Size: 10464256 | Author: gf | Hits:

[Embeded Linux-uda1341-s3c2410

Description: s3c2410 UDA-1341驱动程序,希望对大家有帮助-s3c2410 UDA-1341 driver, we hope to help
Platform: | Size: 8192 | Author: hh | Hits:

[Linux-Unixsc16C554

Description: 基于S3C2410的串口扩展的驱动程序 扩展芯片采用SC16C554,利用总线扩展出四个独立的RS232串口。 嵌入式系统是 linux 2.6-13-Based on S3C2410 serial driver for the expansion of the expansion of the chip SC16C554, the expansion of the use of the bus four independent RS232 serial port. Embedded system is a linux 2.6-13
Platform: | Size: 5120 | Author: 符密 | Hits:

[Embeded-SCM Developshi-fen-xin-li-xue-zi-liao

Description: 傅里叶公司的S3C2410开发板资料,也可能是2440的资料,支持yaffs文件系统的vivi。-Fourier' s S3C2410 development board information, the information may be 2440 to support yaffs file system vivi.
Platform: | Size: 11719680 | Author: Michael | Hits:

[Windows CEJflash-s3c2410_linux

Description: inux下使用魔鬼Jflash烧写FLASH- +------------------------------------+ | SEC JTAG FLASH(SJF) v 0.11 + | modified by MIZI 2002.7.13 + +------------------------------------+
Platform: | Size: 8192 | Author: 晓军 | Hits:

[Streaming Mpeg4Cadence_Starter_Library

Description: ld Energy Detection Very useful document, helpful, En University of Electronic Science Thinking of joining the party 13 Introduction HID report descripto ARM7TDMI core technical reference SystemView system design and simu This book: It is written by Mr. C plus whole directory "Linux Huawei engineers manual, in the d Tienhsiang company msp430LT-1B de Overall introduction bunches of m SMALL RTOS Neural network toolbox and a numb driver development experience hig H264 standard graphic detail! ! ! Linux Device Driver for the third UNDERSTANDING LINUX KERNEL linux device drivers the latest v [Oppenheim] digital signal proces Samsung s3c2410 chip Chinese manu Qualcomm BREW platform training t "And H.264 MPEG-4 Video Comp This paper describes a platform e Mailto US | Copyright Complaints © 2004-2010 pudn.com Close -ld Energy Detection Very useful document, helpful, En University of Electronic Science Thinking of joining the party 13 Introduction HID report descripto ARM7TDMI core technical reference SystemView system design and simu This book: It is written by Mr. C plus whole directory "Linux Huawei engineers manual, in the d Tienhsiang company msp430LT-1B de Overall introduction bunches of m SMALL RTOS Neural network toolbox and a numb driver development experience hig H264 standard graphic detail! ! ! Linux Device Driver for the third UNDERSTANDING LINUX KERNEL linux device drivers the latest v [Oppenheim] digital signal proces Samsung s3c2410 chip Chinese manu Qualcomm BREW platform training t "And H.264 MPEG-4 Video Comp This paper describes a platform e Mailto US | Copyright Complaints © 2004-2010 pudn.com Close
Platform: | Size: 45057024 | Author: Braddy | Hits:

[Linux-Unixs3c2410_wdt

Description: S3C2410 Watchdog Timer Support for Linux v2.13.6.
Platform: | Size: 4096 | Author: junneixou | Hits:

[Linux-Unixregs-adc

Description: S3C2410 ADC registers for Linux v2.13.6.
Platform: | Size: 2048 | Author: xaimouke | Hits:

[Linux-Unixpm-s3c2410

Description: S3C2410 (and compatible) Power Manager (Suspend-To-RAM) support for Linux v2.13.6.
Platform: | Size: 1024 | Author: xengjaoxe | Hits:

[Linux-Unixdevs

Description: Header file for s3c2410 standard platform devices for Linux v2.13.6.
Platform: | Size: 7168 | Author: tepanggeng | Hits:

[Linux-Unixmach-smdk2410

Description: linux arch arm mach-s3c2410 mach-smdk2410 for Linux v2.13.6.
Platform: | Size: 1024 | Author: runzxvx | Hits:

[Linux-Unixosiris

Description: start peripherals off after the S3C2410 for Linux v2.13.6.
Platform: | Size: 3072 | Author: ykbklm | Hits:

[Linux-Unixfb-s3c2410

Description: LCD description for Linux v2.13.6.
Platform: | Size: 4096 | Author: veiruejj | Hits:

[Linux-Unixpll-s3c2410

Description: S3C2410 CPU PLL tables for Linux v2.13.6.
Platform: | Size: 1024 | Author: cfpzxl | Hits:

[Linux-Unixmach-nuc960evb

Description: Based on mach-s3c2410 mach-smdk2410 for Linux v2.13.6.
Platform: | Size: 9216 | Author: zxpzdj | Hits:

[Linux-Unixs3c-dma-ops

Description: (s3c2410 dma request for Linux v2.13.6.
Platform: | Size: 1024 | Author: twwigie | Hits:

CodeBus www.codebus.net