搜索资源列表
uartrw
- linux 串口通信程序,可以设置波特率等,然后通信-linux serial communication program, set baud rate, then communication
linux-v4l2-capture
- linux和Unix下基于标准驱动v4l2驱动的一个视频捕捉的小程序,在设置初期很有帮助,可以快速的熟悉v4l-linux and Unix standards-based driver v4l2 video capture driver for a small program, very helpful in the early set, you can quickly familiar with v4l
watchdog.c
- 实验名称:看门狗实验的应用级程序 * 实验说明:S3C2410内部具有一个看门狗定时器,可以设置为看门狗功能, * 设定在一定时间内,如果没有将看门狗计数寄存器复位, * 将引发系统复位,本实验设定复位时间为2秒, * 如果在两秒内没有复位将导致系统复位。-Experiment name: application-level watchdog experimental test program* Note: S3C2410 has an internal watchdog tim
myclient
- 本程序实现了串口的传输设置,主要应用在了自己设置的串口协议,是一个串口的发送程序,其协议可以自己更改-The program to achieve a set of serial transmission and serial protocol mainly used in the set, is a serial transmission program agreement can change
6059listings
- linux下内存使用检查、泄漏检测工具等,可交叉编译,在arm平台中运行。-This is the set of files and directories for running the example code theat is part of the memory leak detection software. It consists of four directories. They are: dmalloc- files for building and
opt_dsp
- arm-linux下的多线程自保护程序主线程样例。主线程的自保护可以在/etc/inittab中设置-under the arm-linux from the protection of multi-threaded program example main thread. Main thread of self-protection in the /etc/inittab to set up
S3C2410_BIOS
- 优龙开发板FS2410启动BIOS,主要功能有文件下载、FLASH烧写、启动存储在FLASH中的程序、设置启动参数、设置Wince或Linux的自启动。-Development board FS2410 EURONAVY start the BIOS, the main functions file downloads, FLASH programmer, start the program stored in FLASH, set the startup parameters set Winc
gpio_app
- Ateml公司的9263处理器,运行Linux时的GPIO如何使用的程序,编译完成后使用./GPIO SET即可使9263的I/O口置高,其他参数包括CLEAR、GET等,里面有完整的调用方法和注释-Ateml company' s 9263 processor, running Linux, the GPIO how to use the program, compiled after the completion of use./GPIO SET can make 9263 the I
serial.tar
- simple serial program. Shows how to set parameters for RS232, and how to stabilish conection with a computer using minicom. Tested for ARM-linux plataform. Works fine with LPC3250 ARM processor.-simple serial program. Shows how to set parameters for
fangan
- 嵌入式Linux实验室组建方案.pdf,帮助你构建嵌入式Linux实验室-Embedded Linux Lab set up the program. Pdf, help you build embedded Linux lab
123
- 东西、南北两干道交于一个十字路口,各干道有一组红、黄、绿三色的指示灯,指挥车辆和行人安全通行。红灯亮禁止通行,绿灯亮允许通行。黄灯亮提示人们注意红、绿灯的状态即将切换,且黄灯燃亮时间为东西、南北两干道的公共停车时间。设东西道比南北道的车流量大,指示灯燃亮的方案如表。 60S 5S 80S 5S …… 东西道 红灯亮 黄灯亮 绿灯亮 黄灯亮 …… 南北道 绿灯亮 黄灯亮 红灯亮 黄灯亮 …… 表说明: (1)当东西方向为红灯,此道车辆禁止通行,东西
VKey
- 在qt上测试的虚拟键盘程序,可以根据实际情况设置字体,还蛮不错的-Qt testing in a virtual keyboard program, you can set the font based on the actual situation, quite good
meegotouch-meegotouch-controlpanellanguageapplet-m
- meego的语言设置模式,可以设置meego程序中的语言-meego language setting mode, you can set the language of the program meego
gtksrc_101108_01.tar
- 这是我自己写的gtk的练习程序,想学gtk的可以参考一下 这里建立的是两个window,但是在第二发window关闭后,如何返回设置第一个window为当前界面? 101103,打开一个驱动测试 自己做的GIOSetdev.ko 成功使用;-This is my own exercise program to write gtk, gtk-can refer to learn click here for building a two window, but made in
buzzer_test
- 蜂鸣器测试程序,比较设和嵌入式的入门者做学习参考,也可以作为开发人员参考-Buzzer test program to compare the beginners set and embedded learning to do reference can be used as reference for developers
serial
- 本实验是一个串口通信实验。程序通过函数set_speed设置串口通信速率,通过函数set_Parity设置串口数据位,停止位和效验位,通过函数OpenDev打开串口。实验者可以在主机键盘输入字符串,程序对接收到的字符串计算字符串长度,发往串口,并将该字符串也发往串口。 开发环境: 创维特CVTs3c2410 Redhat9.0-This experiment is a serial communication experiment. Procedures set by serial
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
backlight_ctl
- 《背光控制程序》 根据Tiny6410厂家提供的内核源码中的触屏驱动(路径:drivers/input/touchscreen/mini6410_1wire_host.c),背光由设备</dev/backlight-1wire>控制,该设备提供了write方法,根据用户传入的亮度值(0 ~ 127)来设置背光。 程序由操作函数<backlight_ctl.c> ,头文件<backlight_ctl.h>,测试程序<test.c
mmu.tar
- 嵌入式ARM的mmu操作示例。设置MMU使得外部SDRAM可用,然后对比led测试程序在内部RAM和外部RAM上的运行速度。-A mmu operation demo for embedded arm. This program set the mmu of arm and make external SDRAM usable, then we compare the excutting speed of a led test program between internal SRAM and
QtImage
- 用QT编写一个简单的图片浏览程序,运行该程序可以查看文件系统中的任何目录下的图片,包括jpeg,gif,bmp,png等格式。程序中能实现几个简单的功能:首先可以显示当前目录下的图片(如果有的话) 然后设置几个按钮,包括上一张,下一张,循环播放,分别点击这些按钮实现显示上一张图片,下一张图片,循环播放该目录下所有图片的功能;另外,在程序中设置了一个定时器,用来控制循环播放图片的时间间隔,该时间间隔会在Super-ARM的数码管上显示出来。-With QT. Write a simple pict