Welcome![Sign In][Sign Up]
Location:
Search - uda1341

Search list

[Other resourceIIS

Description: IIS测试 程序,s3c44b0,uda1341
Platform: | Size: 371271 | Author: zlf | Hits:

[Linux-Unixs3c2410-uda1341

Description: 这是一个适用于三星公司S3C2410的音频驱动程序,OSS系统
Platform: | Size: 8878 | Author: 原迎 | Hits:

[Other resourceST2410_APP_iar1

Description: s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8 : UDA1341 play audio test 9 : UDA1341 record audio test 10 : IRDA test 11 : SD Card write and read test 12 : COM port ( UART2 ) test
Platform: | Size: 1384843 | Author: yang | Hits:

[Linux-Unixuda1341

Description: 2410uda1341的测试代码,参考革新2410实验箱上的代码改写的!
Platform: | Size: 155487 | Author: tian | Hits:

[uCOSs3c2410,iar

Description: s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8 : UDA1341 play audio test 9 : UDA1341 record audio test 10 : IRDA test 11 : SD Card write and read test 12 : COM port ( UART2 ) test-s3c2410 ads test procedure under the transplanted into iar ewarm v5.2 including Please select function: 0: Please input 1-14 to select test 1: Real time clock display 2: 4 key array test 3: Buzzer test 4: ADC test 5 : IIC EEPROM test 6: Touchpanel test 7: 3.5# TFT LCD 240* 320 test 8: UDA1341 play audio test 9: UDA1341 record audio test10: IRDA test11: SD Card write and read test12: COM port (UART2) test
Platform: | Size: 2471888 | Author: hzl1437 | 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:

[ARM-PowerPC-ColdFire-MIPSs3c44b0x下的mp3软件解码源代码

Description: s3c44b0x下的mp3软件解码源代码.rar-s3c44b0x the MP3 decoder software source code. Rar
Platform: | Size: 55296 | Author: 是否 | Hits:

[Others3c2410(arm9)protel99

Description: s3c4510的protellse开发文件,根据最新资料绘制,欢迎下载-development documents, according to the latest information available, please download
Platform: | Size: 268288 | Author: 李芝蓉 | Hits:

[Software EngineeringtechUDA1341

Description:
Platform: | Size: 46080 | Author: lena_yu | Hits:

[Other Embeded programs3c2410_IIS_test

Description: S3c2410的IIS立体声模块测试代码。 适用于飞利浦系列IIS总线芯片。 文件格式为ADS开发平台格式。-S3c2410 IIS 2.0 module testing the code. Philips applied to a series of IIS Bus chip. ADS file format for the development platform format.
Platform: | Size: 718848 | Author: None | Hits:

[uCOSuda1341record

Description: 此文件为uCOS-II下录音放音实验(原创)-this document for uCOS-II under recording of audio Experiment (original)
Platform: | Size: 128000 | Author: louis | Hits:

[Linux-UnixPhilipsUDA1341AudioDeviceDriverforS3C2410Linux

Description:
Platform: | Size: 8192 | Author: 李月 | Hits:

[MiddleWare20059131233343573

Description:
Platform: | Size: 99328 | Author: zhongyong | Hits:

[Linux-UnixUDA1341TS

Description: Philips 的 Audio codec chip UDA1341TS 的 datasheet-Philips
Platform: | Size: 135168 | Author: kid | Hits:

[OtherUDA1341TS_4

Description:
Platform: | Size: 137216 | Author: piresandma1986 | Hits:

[ARM-PowerPC-ColdFire-MIPS2440_IIS_AudioTest

Description: 基于S3C2440A的IIS的Audio功能实现(测试已通过),外部接的CODEC是UDA1341TS 代码作用(基于ADS,有助于理解基于IIS的音频支持)-S3C2440A based on the IIS the Audio functions (test has passed), the CODEC is an external access code UDA1341TS role (based on ADS, contribute to an understanding of IIS-based audio support)
Platform: | Size: 396288 | Author: hujiafu | Hits:

[Embeded LinuxUDA1341TS_

Description: 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们 硬件环境:SBC-2410X开发板(CPU:S3C2410X) 内核版本:2.6.11.1 运行环境:Debian2.6.8 交叉编译环境:gcc-3.3.4-glibc-2.3.3 第一部分 声卡UDA1341TS驱动程序播放部分的移植 一、从网上将Linux内核源代码下载到本机上,并将其解压: #tar jxf linux-2.6.11.1.tar.bz2 二、打开内核顶层目录中的Makefile文件,这个文件中需要修改的内容包括以下两个方面。 -This was mainly driven transplantation is the original 2 .. 4.18 kernel drivers 1341 directly to the Transplant 2.6.11, and did not use ALSA. Transplantation process have also made reference to some information, specific information prawns who have forgotten, would like to thank the paper for reference information on the hardware environment of shrimp are: SBC-2410X development board (CPU: S3C2410X) kernel version: 2.6.11.1 Operating Environment: Debian2.6.8 cross compiler environment: gcc-3.3.4-glibc-2.3.3 the first part of the sound card driver UDA1341TS play one part of the transplant, from the Internet Linux kernel source code will be downloaded to the machine, and decompression:# tar jxf linux-2.6.11.1.tar.bz2 Second, open the core top-level Makefile in the directory file, the document need to modify the contents include the following two aspects.
Platform: | Size: 27648 | Author: 谷子 | Hits:

[Voice CompressUDA1341TS

Description: PHILIPS生产的支持IIS总线数据格式的音频编解码芯片UDA1341TS的详细说明文挡,非常有用!-PHILIPS production support IIS bus data format of the audio codec chip UDA1341TS a detailed description of the text block, very useful!
Platform: | Size: 135168 | Author: 小波 | Hits:

[Embeded LinuxUP-NETARM2410s_v7.2_vivi

Description: UP-NETARM2410s_v7.2_vivi 博创公司ARM9 S3C2410平台UP-NETARM2410s_v7.2的bootloader代码,采用韩国vivi,移植到S3C2410平台。 对于分析ARM的启动代码以及初始化过程,以及bootloader的原理,是很好的资料。-UP-NETARM2410s_v7.2_vivi Fiberxon ARM9 S3C2410 platform UP-NETARM2410s_v7.2 the bootloader code, the use of Korean vivi, transplanted to S3C2410 platform. For analysis of ARM code, as well as start-up initialization process, as well as the bootloader of the principle, is a very good information.
Platform: | Size: 324608 | Author: robotlee2002 | Hits:

[Embeded-SCM DevelopYF2410-principle

Description: s3c2410 测试程序的原理图,和元器件封装库-S3C2410 Schematic of test procedures, and components package library
Platform: | Size: 143360 | Author: wangyilong | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net