搜索资源列表
uartlite_v1_02_a
- PowerPC 405 uartlite driver C code
vxworks8139driver
- 实时操作系统vxworks下,网卡8139的驱动程序,C语言编写-VxWorks real-time operating system, the NIC 8139 driver, C language
fistgen-0.0.6.1.tar
- Solaris操作系统下的过滤驱动程序, C源码程序.-Under the Solaris operating system filter driver, C-source program.
userkernelspace
- A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
FreeOSEK_rel_0_3_0_20090511_beta
- 网上免费的单片机多任务操作系统OSEK/VDX源代码,包含了内核部分以及外设驱动程序,但驱动程序目前还不全。等待更新-Free online multi-tasking operating system microcontroller OSEK/VDX source code, contains the core components and peripheral drivers, but the driver is not yet full. Awaiting update
c
- C和C++嵌入式系统编程学习资料。 你可以从这本书里学到很多东 西。除了了解如何更有效地使用C和C++你还将会从本书中对常见的嵌人式软 件问题的详细解释,并从本书所提供的源代码中得到益处。本书中包含的高级 主题有存储器检测和验证、设备驱动程序的设计和实现.实时操作系统的内部 机理,还有代码优化技术。 -C and C++ Embedded Systems Programming learning materials. You can learn from this boo
Tc6963
- T6963C 液晶驱动Keil C源代码-T6963C LCD driver Keil C source code
c6000--C--daima
- c6000的源代码开发总结,大量的外设驱动例程和源代码-c6000 source code development summary, a large number of peripheral driver routines and source code
code
- vxworks一些程序 Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板-vxworks some programs Char.c and Char.ch is a character device driver template Blk.c is a block device driver template PCI.c are PCI devices mapped memory space templat
UEFI_Programming
- 《UEFI原理与编程》以实战为导向,面向UEFI的使用者和开发者,首先细致地介绍了UEFI的系统组成、启动过程、优点,以及各种系统中的开发环境搭建;然后深入剖析了UEFI的工作原理,包括UEFI工程模块、各种协议、基础服务、事件、硬盘和文件系统等内容;最后讲解了UEFI的开发,涉及UEFI服务的开发、UEFI驱动的开发、多任务应用的开发、网络应用的开发、GUI应用的开发,以及如何用C++和C标准库开发UEFI应用,等等。-UEFI principles and programming orien
w83627hf_wdt
- 主板上提供一个可按分或秒计时的,最长达255级的可编程看门狗定时器,WDT超时事件发生时系统复位。 本程序(w83627hf_wdt.c)是基于Winbond83627芯片的看门狗驱动程序-The motherboard is provided with a programmable watchdog timer that can be programmed in minutes or seconds, the most up to 255 level, and the system reset
os exercise3
- 为字符设备编写设备驱动程序,实现简单的消息传递方式。 内核维护一个消息列表。 为了限制内存使用,我们对每条消息施加4KB的限制,并且还限制所有消息的大小,最初为2MB。(Write a device driver for a character device which implements a simple way of message passing. The kernel maintains a list of messages. To limit memory usage, we imp
