搜索资源列表
AMD NIC vxworks_end
- VxWorks在VMWare下的网卡驱动。 VMWare为运行于其上的操作系统提供虚拟网卡支持,该网卡类型即为AMD的PC-NET。实际上,在Tornado开发包中已经包含了该类型网卡的驱动程序,但经过测试,对于VMWare无法正常工作,所以需要这个从AMD的网站下载的驱动程序。 这是一个可执行的安装程序,运行该程序将得到一个压缩包和一个帮助文件,按照该帮助的要求,将压缩包直接释放到Tornado目录下即可。-VxWorks VMWare in the NIC driver. VMWare to
vxmalloc
- This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley \"bucket\" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation
vxworks_bsp_developers_guide_6.6
- VxWorks 6.6 BSP开发执导 This document describes, in general terms, the elements that make up a board support package [BSP], the requirements for a VxWorks BSP, and the general behavior of a BSP during the boot process. This document outlines the
VOIP-with-encryption
- 基于实时嵌入式系统的voip系统(real time embeded system)。主要难点在实时处理语音信号。语音信号基于其自身特点,要求实时不可有延迟。本源程序基于cpu:cs4281开发,在vxworks上验证通过。现公开预研阶段的测试版本。方便初学者学习基于vxworks的语音处理技术。-Based on real-time embedded system voip system (real time embeded system). The main difficulty in re
Creating_a_VxWorks_Timestamp_Driver_5
- The timer is a hardware facility a timestamp driver is a software interface to that facility. This appendix describes the standard interfaces for a VxWorks timestamp driver, and discusses the requirements for a hardware timer for use with VxWorks
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
