搜索资源列表
uclinuxdriver
- 在uClinux下加载一个字符设备的驱动程序,驱动程序的源文件为fx469.c,fx469.h-under uClinux loaded in a character device driver, the driver of the source document for fx469.c, fx469.h
lcd-t6963c-0.1.1
- T6963LCD屏的驱动程序,如少加修改,可以在LINUX等平台上运行。-T6963LCD screen drivers, such as small change, such as the Linux operating platform.
LINUX-DRIVER-demo
- 一个LINUX驱动程序摸板,采用模块加载,可依此摸板编写自己的特定的驱动程序。-a LINUX driver membranes using module loading, be prepared accordingly foil their specific driver.
IntroductionOfBootloader
- 本文详细地介绍了基于嵌入式系统中的 OS 启动加载程序 ―― Boot Loader 的概念、软件设计的主要任务以及结构框架等内容。-described in detail based on the embedded system OS boot loader -- Boot Loade r concept, software design and the main tasks such as structural framework.
Touch_Screen_new
- 这是一个基本的触摸屏程序,优化还需要加去噪声算法。-This is a basic Touchscreen procedures, optimizing the need to increase the noise algorithm.
keyscan_new
- 按键扫描的程序,优化还需要加双重防抖,解释按键的值或者名称-button scanning procedures, optimizing also required to double Fangdou explain the value of the keys or name
AMDLV160D
- 在开发U-BOOT时新填加的一个FLASH驱动程序,实现U-BOOT的FLASH烧写功能
IIc
- 嵌入式linux的IIC驱动,全部为c代码。本程序在嵌入式linux2.4.18内核驱动的基础上加于修改,以适应多芯片的要求。
vivi
- vivi是MIZI公司开发的系统引导程序,原本只支持串口下载。本文以S3C2410处理器加CS8900网络芯片为例,介绍一种在vivi基础上增加网络支持的设计方法,使vivi能够通过TFTP下载文件,可以有效地缩短系统的开发周期,方便用户使用。 关键词 vivi Bootloader TFTP协议 网络功能扩展 随着嵌入式的发展,基于ARM的系统越来越流行。在开发ARM系统时,第一步就是要选择一种合适的Bootloader。目前网络上可得到的Bootloader很多,一
commsetdeviceid_vc++
- 设备ID烧写程序.exe 软件使用说明: > 1)先打开此程序.设备好串口号.其它取默认值就可以了.打开串口(默认开机自动打开串口1). 然后,设备按OK键开机. > 2)打勾\"自动生成下一个设备ID\" 产品ID会自动加1. 当产品ID达到最大999999时,生产批次自动加1,产品ID置为1000001 > 3)烧写完一台机器后,不用关闭程序,只需将串口插入下一台机器OK开机即可,进入UBOOT,先点击命令发送等握手后,再开始烧写设备ID.
keyboard
- 基于linux和arm s3c2410的键盘驱动程序,动态加载内核模块,当按键按下,触发外部中断,通过spi和中断管脚,将键盘对应值在测试程序中显示。
example
- mcp2510的spi驱动,另加一个测试程序。cpu为三星2410,测试通过。
ds1337
- ARM9200在LINUX2.4.19下的时钟DS1337的驱动程序,可以直接加载使用
e28f128
- ARM9200在LINUX2.4.19下的NORFLASH E28F128的驱动程序,可以直接加载使用
staticram
- ARM9200在LINUX2.4.19下的SRAM K6X4008T的驱动程序,可以直接加载使用
嵌入式设备输入法
- 直接加载到qt程序的源码中便可随时启动或关闭输入法,绝对是非常好用的开发板类设备上输入法
s3c-ts
- s3c6410触摸屏驱动分析,对程序代码加心注释-s3c6410 Touch screen
2410key4button
- arm2410上自带键盘程序驱动程序,并加到qt界面的实现-arm2410 the program comes with the keyboard driver, and added to the qt interface to achieve
TLC2543_AD_driver
- 这个程序实现了s3c2410的GPIO口对TLC2543AD芯片的驱动。linux环境下用交叉编译环境编译之后,加载模块到内核之后就可以使用。-This procedure has the GPIO port of S3C2410 chip TLC2543AD driver. linux environment using cross compiler environment for the compiler, the loadable module into the kernel can be
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。