资源列表
rpc_svc
- 远程过程调用服务器端程序,用于嵌入式linux中-remote procedure call server software, which for Embedded Linux
libuclinux
- uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
嵌入式系统uclinux编程
- 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如
sp_keyb
- 键盘设备驱动,只需修改代码里的功能码和系统码即可使用-keyboard device driver, but only a modification of source code's functionality and system code can be used
2004122042264
- 一个在LINUX下运行的嵌入式数据库系统,支持SQL查询语句-a LINUX operating in the embedded database system, SQL query
sl811hs驱动源码rar
- SL811HS控制器驱动基于三星4510b的处理器,在uclinux运行-SL811HS drive controller on the processor Samsung 4510b, the running Basis
IIC_use
- 一个在ARM上通用的IIC的程序,已经测试用过了,-an ARM in the IIC common procedures, has used the test,
u-boot-1.1.2
- U-Boot1.1.2是最为常用的嵌入式系统Bootloader,这个版本是目前的最新版本-U-Boot1.1.2 is the most commonly used in embedded system Bootloader, this version is the latest version
44b0_ucgui
- 在44b0上成功应用过的UCGUI程序,已经测试通过-44b0 on the successful application by UCGUI procedures, the test
sf_200482001850
- 一个韩国朋友写的用于S3C2410板子上的2410 nand flash的驱动文件,用于挂载yaffs(nand flash)文件系统。-a Korean friends wrote for the board on the S3C2410 2410 nand flash drive, for the mount yaffs (nand flash) file system.
s3c2410_wpq
- uCLinux默认的根文件系统是romfs,由于romfs是一个只读的文件系统,当你的嵌入式设备动态的修改了一些文件,它无法保存。JFFS而可以动态的把DRAM中的数据烧入Flash中,此文件是实现他的一个MTD文件-uCLinux default root file system is romfs, romfs is a read-only file system, when you embedded devices dynamic changing of certain documents,
404-MTD源代码分析
- MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个抽象的接口。-MTD (memory technology device memory technology equipment) is the equipment for accessing memory (ROM, flash) Linux subsystem.