搜索资源列表
write.tar
- 嵌入式linux环境下RS232通信模块以及写测试例程,c语言。-Embedded linux environment, RS232 communication module and write test routines, c language.
GPIO
- 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
i2c-eeprom-090804
- linux下读写EEROM的应用程序,I2c接口的,应用linux自带的I2C驱动-to read and write EEROM under linux applications, I2c interface, the application comes with I2C driver linux
rt73-usb-linux
- 此压缩包内包含了几乎全部的无线网卡驱动资料,包括关于无线网卡驱动的各种论文,资料,以及rt73等常用网卡的驱动源代码,电路原理图,看完里面的东西,你绝对能够自己编写驱动了。-This archive contains almost all of the wireless card drivers, including information on the wireless network card driver for various papers, data, and network card
download
- 进行arm-linux嵌入式系统开发时,需要将文件烧写到flash上,在网上可以找到win下的烧写程序,但多数情况下开发环境应该是在linux下,烧写程序时切换到win下很不方便,使用该程序可以在linux下直接对flash进行烧写 该程序运行后将一个小的for arm的c程序通过串口传送到arm开发板上,使用该小程序与主机端通信,将主机传送信息烧写到flash上- Carries on when arm- linux inserts the type system development,
WINCE驱动程序快速入门
- 有人也许和我一样比较心急,想尽快知道如何去写一个具体的驱动程序,这里,假设您对驱动程序已经有比较好的了解,告诉大家一个快速上路的方法-Some may like me more anxious, wants to know how to write a specific driver, here, on the assumption that your driver has a better understanding, tell you a quick way of the road
EVC4.2.iniFilereadwriteFounction
- 是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed
img
- 北京博创兴业科技有限公司XScale PC104板配套内核文件 blob 平台boot loader 映象 zImage Linux-2.6 内核压缩映象文件,可以直接写入FLASH rootfs.img 根文件系统映象文件,可以直接写入FLASH yaffs 应用程序,拷贝至CF 卡中运行-Societe Generale Beijing Fiberxon Technology Co., Ltd. XScale PC104 board supporting documents
Chapter_6_Advanced_experiments_part1
- 周立功magic2410实验箱源码 第6章Linux高级实验(part1) 6.1 Linux内核编译实验 6.2 Linux根文件系统实验 6.3 CAT1025读/写实验. 6.4 ZLG7290键盘读取 6.5 USB-E2PROM编程器实验 6.6 SD/MMC卡实验 6.7触摸屏实验 6.8 PCMCIA接口CF卡实验 -Magic2410 week experimental box Ligong source Linux High Chapte
s3c2440_fpga
- linux下的总线驱动fpga,能实现对fpga的读写操作-linux under the bus driver fpga, to achieve the read-write operation on fpga
sbull-2.6.22
- 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
file_operation_sample
- ARMLINUX 环境下开发的文件访问程序,能对文件进行读取和写操作。-Development environment ARMLINUX file access procedures, the documents can be read and write operation.
MMC-sd
- at91rm9200在ADS下读写sd卡源码-at91rm9200 in the ADS under the sd card read and write source code
usb_transfer20081009.tar
- 在linux段编写设备驱动代替windows下的DNW USB驱动下载功能,并提供test程序-Write device drivers in linux instead of windows section under the DNW USB driver download function, and provides test procedures
ezxml
- linux下xml文件的读写操作封装,简洁明了。-xml files under linux to read and write operations package, simple and concise.
Linux
- 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
code
- linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
fuse-2.8.1.tar
- linux下支持ntfs文件系统可写入操作,不可多得!-linux to support ntfs file system write operations, rare!
cross-platform-lib
- 这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, s
(Ebook-Pdf)-Linux-Kernel-Module-Programming-Guide
- Linux Kernel Module Programming Guide. How to write linux device drivers