搜索资源列表
AMD NIC vxworks_end
- VxWorks在VMWare下的网卡驱动。 VMWare为运行于其上的操作系统提供虚拟网卡支持,该网卡类型即为AMD的PC-NET。实际上,在Tornado开发包中已经包含了该类型网卡的驱动程序,但经过测试,对于VMWare无法正常工作,所以需要这个从AMD的网站下载的驱动程序。 这是一个可执行的安装程序,运行该程序将得到一个压缩包和一个帮助文件,按照该帮助的要求,将压缩包直接释放到Tornado目录下即可。-VxWorks VMWare in the NIC driver. VMWare to
asyn_IO_signal
- vxworks中信号量同步的一个小程序 本程序用c语言开发,基于tornado平台, 交叉调试成功-VxWorks signal synchronization volume of a small program with the procedures c language, based on the tornado platform, cross debugging succe
labSources
- tarnado 程序demo,适当修改就可以用-tarnado program demo, can be used with appropriate modifications
UARTdriver_s3c2440based
- 本程序是s3c2440芯片上串口2的驱动程序。基于vxworks操作系统,设计简洁,并按照vxworks设备驱动程序的标准接口设计。-This program is s3c2440 chip serial port 2 driver. Vxworks-based operating systems, the design simplicity, and in accordance with the standard vxworks device driver interface design.
1
- PowerPC与PC微机串行通信,通过CS850实验板的SMC端口与PC微机的串行口实现UART协议异步通信。PC机通过仿真终端程序实现字符输入和输出,并可实现文件传送CS850实验板上的SMC驱动软件实现ECHO操作,将从接收端口接收到的字符通过发送端口送出-PowerPC computer with the PC serial communication, through the CS850 test SMC board computer' s serial port and PC p
vxworks-dead-lock
- 一个实现死锁的程序 使用两个线程 两个信号量 来实现 一个低优先级进程先semtake mutex1 .然后另个一高优先级的抢占后cpu后 分别semtake mutex2 和mutex1 然后低优先级又要semtake mutex2 -An implementation program with two threads deadlock two semaphores to implement a low-priority process first semtake mutex1. And th
multifuction-driver
- 使用tornado 5.5环境开发。该程序包含了对CAN,AD,开关量的Vxworks驱动。提供了上层的接口函数,使用者可以在了解驱动的同时了解如何与上层接口做配合。-Using tornado 5.5 development environment. The program contains a CAN, AD, switch the Vxworks driver. Provides the upper interface function, users can learn how to dr
vxworksTCP_Demo
- Vxworks上实现TCP通讯的例子程序,能够实现客户端和服务器的通信,服务器可以同时与多个客户端连接,代码简单注释清晰。-Achieve TCP communication on Vxworks example program enables communication between the client and the server, the server can simultaneously connect with multiple clients, the code is simpl
code
- 在本例程是在vxworks中,利用vxworks自带的TCP/IP协议栈用SOCKET方式实现数据的发送。可以将程序添加至VXWORKS的工程中,就可以使用。-In this routine is in VxWorks, realize the data transmission with the SOCKET way VxWorks own use of the TCP/IP protocol stack. To add a program to the VXWORKS project, yo