搜索资源列表
20050425_a_ordermake
- 一个西门子变频器控制代码的生成程序,主要用于DSP控制,除了调试用的iostream.h头文件,没有其他任何头文件,可以方面的运用与各种DSP,也可以移植到windows和linux下。 -a Siemens inverter control code generation process, mainly for the DSP control, in addition to commissioning the first iostream.h documents, no other fil
S3C2410_BIOS
- 第一版YL2410开发板的BIOS 功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条 同时串口显示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Bo
zlg_7289
- 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
8900transplant
- cs8900a移植,linux移植笔记,包括cs8900.c cs8900.h
linuxdriver
- linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h
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
调用libmad的简单MP3播放器
- 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将w
fbi_1.31.tar.gz
- linux下开源图片codec,可显示png,jpg,bmp等,还可交叉编译,在ARM平台运行。,This is a image viewer for framebuffer devices. It is quick & dirty hacked off a svgalib PhotoCD viewer. This background is the reason for a few limits: * It can handle the usual VGA graphics m
V264_App_lcd_debug.tar
- S3C6410 解实时的H.264(base_line) 和 MPEG4! 内有MFC driver 和 接口.可在linux kernel-2.6.21, kernel-2.6.24, kernel-2.6.28上。-S3C6410 solution of real-time H.264 (base_line) and MPEG4! Within the MFC driver and interfaces. Can linux kernel-2.6.21, kernel-2.6.24
camera-v4l
- linux和arm下usb摄像头图像的获取,领用s3c2440芯片和video for linux 编程,c语言编程-linux and arm under the usb camera image acquisition, the recipients S3C2440 chip and video for linux programming, c language programming
cli_arm
- 基于嵌入式linux的命令行接口,实现了修改IP地址,MAC地址,网关等功能-cli based on embedded linux. realize functions of requiring ip address, mac address, gateway and etc.
ublNAND_CHANGE_1
- linux 下程序下载包括uboot 和内核的下载程序,也叫ubl.-linux ubl
GPS
- 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
MYCQ
- 在linux下实现单聊和群聊使用QT设计器制作界面使用SQLITE作为数据库此程序使用C/s模式-failed to translate
video_encode_mp4
- ARM based video encoder linux source code. Capable to realtime code h.264 1080p and save it to sd CARD. -ARM based video encoder linux source code. Capable to realtime code h.264 1080p and save it to sd CARD.
Image-Cpature-Program-IIB400-Imote2-Linux.tar
- Imote2 IIB400 Camera capture program compiled in arm-xscale-linux-gnu-gcc, run ./capture. Capture.c is the source code, I changed video2dev.h location for my compiler. BTW I got the C source code from University.
SDK-H264
- 基于ARM Linux的H.264远程视频监控系统,通过网络查看监控。-Based on ARM Linux H.264 remote video surveillance system, through the network view monitoring.
智能小车资料
- 智能小车相机模块程序,文件包含一个.c文件和.h文件。(This is camera file. inside have a .c file and .h file.)
xpt2046驱动
- 一款电阻屏的驱动文件,linux-xpt2046驱动,非单片机驱动,是linux的。 压缩包包含xpt2046.c xpt2046.h,使用的是spi总线.供大家使用