搜索资源列表
如何添加串口2和串口3的驱动_by kingmokey
- 一个串口驱动开发教程,对初学者很有帮助,欢迎下载-a good tutorial of linux serial port driver
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
ECLIPSE_VS_WINCE6
- For this evaluation we started from the Linux kernel source code, available on the Internet. We studied the configuration procedures for such a kernel and how one can setup a target system. More detailed attention goes finally to the use of the E
WinCE_5.0_20100807
- 这是广州天嵌公司为自己的一个开发板LINUX TQ2440提供的一个WINCE的系统,版本是5.0,可能做为自学的内核,不能作为盈利用途-This is embedded in the company of Guangzhou days of a development board for its offer of a WINCE LINUX TQ2440 system, version 5.0, may serve as the core self, not for profit purpos
LINUXDRIVERDESIGN
- 嵌入式Linux驱动程序开发 设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in
