搜索资源列表
ARM_display_keyboard_src
- LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.b
smp86xx_rootfs.tar.bz2
- sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt ================= This is the Sigma Designs customization of the root file system for the SMP86xx family of chips. This package is of course
app
- 一款在ARM2440上开发板实现MP3播放的应用程序源码, 里面含有Makefile文件-ARM2440 on a development board in the MP3 player to achieve the application source code, which contains a Makefile file
linux-2.6.22.6_100ask24x0.patch
- 包含在内核补丁文件中的驱动程序源码,包括LED驱动程序,串口驱动程序,网卡驱动程序,SD卡驱动程序,LCD和USB驱动程序。-Patch file included in the kernel driver source code, including LED drivers, serial port driver, NIC driver, SD card driver, LCD, and USB drivers.
arm-qtopia-20101105.tar
- 经典的Qtopia-2.2.0源代码包,集成嵌入式浏览器Konquor源代码,内置一键式编译命令“build",你可以使用记事本等软件打开,查看详细的编译移植过程。 另外还包含mktarget脚本,用以生成适合制作目标文件系统所需的二进制压缩包。-Classic Qtopia-2.2.0 source code package, integrated embedded browser Konquor source code, built-in one-click compilation com
yaffs-yaffs2.rar
- yaffs&yaffs2源代码!对文件系统进行了详细的设计!,yaffs & yaffs2 source code! on the file system design in detail!
s3c2440spi1
- S3C2440外设SPI1接口驱动程序模块,在linux2.6.32内核上运行通过,加载该模块后会在/dev/下生成一个SPI1字符设备文件,源内核有SPI子系统,不过太复杂,没去研究,所以就自己写了,绝对是原创,适合初学者参考。-S3C2440 SPI1 peripheral interface driver module, run by the linux2.6.32 kernel, load the module in the/dev/SPI1 generate a character d
uda1341
- UDA1431 语音芯片的驱动源码及测试程序。在s3c2440开发板linux2.6内核实现语音双工。使用方法:在内核源码中找到相应的C源文件替换即可。压缩包内有语音同时输入输出的测试程序。-Voice chip UDA1431 driver source code and testing procedures. S3C2440 development board in linux2.6 core duplex voice. Usage: In the kernel source code fo
vidcat
- 可在S3C2440A平台上运行的VIDCAT源码,控制USB摄像头拍照的程序,可生成图片文件存储在FLASH盘中-S3C2440A platform can run on VIDCAT source, control USB camera to take photographs of the process, can generate the image file is stored in FLASH intraday
yaffs
- yaffs文件系统源码,YAFFS是第一个专门为NAND Flash存储器设计的嵌入式文件系统,适用于大容量的存储设备;并且是在GPL(General Public License)协议下发布的-yaffs file system source code, YAFFS is the first specifically for NAND Flash memory design for embedded file system for large-capacity storage devices
player
- fs2410下借用SDL.FFMPEG库实现一个触摸屏的播放器程序。请参照源码在相应目录下自己放置一个要播放的MPG文件。-fs2410 under SDL.FFMPEG library to borrow a player touch screen procedure. Please refer to the corresponding source directory in their own place to play a MPG file.
xcvbdgh
- [multi-ice-ddd.tar.gz] - in Linux and multi-ice connectivity, used to debug the Linux source code [at91sam7s64mp3.rar] - atmelsam7s64 do mp3 decoding of the source [Mp3.rar] - mp3 decoder detailed algorithm flow, as well as the mp3 file fo
YLP2440A-bios-source-file
- YLP2440开发板的bios源码包,在ADS开发环境上使用-YLP2440 development board bios source package, in the ADS development environment using
NanoX_app
- nano- X是一个著名的开放式源码嵌入式GUI 软件,目的是把图形视窗环境引入到运行Linux 的小型设备和平台上。nano-X使用了分层设计的思想,可移植性非常好,nano-X 的图形引擎能够运行在任何支持readpixel,writepixel,drawhorzline, drawvertline 和setpalette 的系统之上,在底层函数的支持之下,nano-X 支持新的Linux内核帧缓存结构,并基于framebuffer来实现图像的绘制。nanox应用程序运行时占用的资源较少,s
contact
- 我们在学习嵌入式时所编写的电话本的源代码,还只是初级阶段,在Linux系统下用Eclipse编写的C语言程序的。改程序分为文件操作和数据库(MysqL)操作,代码自己拿去看吧,代码注释很详细,应该能看得懂的。-Embedded in the study when we write the source code of this phone, just the initial stage, the Linux systems written in C language with the Eclip
yaffs2-69808485ec796bfa2b4806f91828281eccd0827b.t
- This source code is another flash file system YAFFS2 latest snapshot in Linux
linux-2.6.27.8-lpc3250
- NXP 的ARM9 (LPC3250)硬件平台下 确实可用的Linux kernel 源代码的patch 文件。请在linux 用patch 命令对linux-2.6.27.8 进行升级后使用。NXP的同一系列的其他CPU应该也可以用。-NXP是ARM9 (LPC3250) hardware platforms does the Linux kernel source code available in the patch file. Please use the linux command o
newdriver
- 华为U6100在linux的驱动,编译后加载进内核然后拨号即可-driver in linux of Huawei U6100, compile the source file and then load the .ko file into the kernel ,after these we can dial and access web!
Makefile_am_creator
- 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如
openavi
- 操作avi文件的库源码,在嵌入式中使用比较方便。-open source avi file lib, is easy for useing in embedded linux