搜索资源列表
adlink
- vxWorks下Pci设备驱动程序,简单的IO操作。-Under VxWorks PCI device driver, a simple IO operation.
facility
- 基于Vxworks平台的几个代码(C),一个FTP服务器的代码,一个是基于SOCKET机制的通用服务器,还有一个是简单XML解释器-Vxworks several code (C), an FTP server code SOCKET is a mechanism based on the common server, there is a simple explanation for XML
ajaxdatavalidate
- (重要) 您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明-(important) you uploaded the source code that will not be adopted by the head of Account or deleted? 1. FOSS too simple two. FOSS is not three. Lack of documentation 4
TORNADO
- 应用小程序,可以直接进行系统调试!程序简单!-small application procedures can be directly system debugging! Simple!
ctoBCD
- 一个简单BCD码程序,对于开发通信程序有帮助-a simple BCD procedures for the development of communications procedures to help
MPC860_SCC1_ENET
- MPC860开发板的简单的网卡驱动程序,供大家学习研究-MPC860 development board the simple card driver, for your study
vxWorksNormal
- vxWorks下的DEMO程序。简单示范了任务、信号量、ISR、PIPE等的使用-the DEMO procedures. A simple model of tasks, semaphores, ISR, the use PIPE
嵌入式
- 主要介绍了VXWORKS的特点及应用,还有一些调用内部函数实现的简单功能,很适合初学者用-mainly introduces the VxWorks features and applications, some internal function calls to achieve a simple function, which is perfect for beginners use
muxbind
- 这个源码主要是用来讲解vxwork中关于mux的一个简单编程-This source is mainly used to explain vxwork on mux a simple programming
nand
- Vxworks系统下,三星nand flash K9K8G08U0A 的驱动,简单实现了坏块管理、虚拟地址映射等功能-Vxworks system, Samsung nand flash K9K8G08U0A drive, a simple realization of a bad block management, virtual address mapping and other functions
K9K8G08U0A_Filesystem_s3c2440based
- 本驱动使用s3c2440的NANDflash控制器操作K9K8G08U0A NANDFlash芯片(1G字节)。并在该驱动程序基础之上定义了一个简单的自定义文件系统,支持8.3文件名格式,及文件的创建、读、写、删除等操作,支持存储块管理和坏块管理。该程序在VxWorks环境下运行无误。-The drive to use s3c2440 operation K9K8G08U0A NANDFlash of NANDflash controller chip (1G bytes). And in th
AVR-Mega64
- AVR Mega64数据手册 手册详细介绍了ARM仿真器Mega64的使用及简单示例程序-AVR Mega64 data manual introduced manual for the use of ARM simulation Mega64 and simple example program
xmodem_VxWorks
- 原创:xmodem协议介绍及VxWorks下的应用 最初,XMODEM协议是一种基于调制解调器直接拨号通讯的文件传输协议,用来支持两台计算机之间的文件传输。由于其简单可靠、实现方便的特性,现在已经广泛应用于嵌入式设备中。实现xmodem只需要微处理器带有串口控制器就行了,一般的8位单片机也能进行文件传输。-Original: xmodem agreement under VxWorks introduction and application of the first, XMODEM pro
tideolos
- 一个简单的行编辑软件.可在VXWORKS系统上运行-A simple line-editing software. VXWORKS system can run
VxWorks_tutors
- 介绍Vxworks操作系统,一个比较简明的教程。-Vxworks introduced operating system, a relatively simple tutorial.
ds1394Spi
- DS1394时钟芯片的驱动软件,为VXWORKS下的底层驱动,控制芯片为POWERPC MPC7247,经过了简单的测试.-DS1394 clock chip' s driver software, the underlying driver for the VXWORKS under the control chip POWERPC MPC7247, after a simple test.
VxWorksTornado
- 是一本介绍嵌入式实时操作系统VXWORKS及其开发环境TORNADO的书籍,内容简单且详细,值得一读。-Is a descr iption of embedded real time operating system and development environment TORNADO VXWORKS books, the content is simple and more, worth reading.
PowerPC_VxWorks_BSP_SBH
- BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
ntp.tar
- NTP客户端源码,vxworks和linux下。 -Simple Network Time Protocol client
netwrs
- This library implements the VxWorks Trivial File Transfer Protocol (TFTP) client library. TFTP is a simple file transfer protocol (hence the name "trivial") implemented over UDP. TFTP was designed to be small and easy to implement. Therefore,