搜索资源列表
AMD NIC vxworks_end
- VxWorks在VMWare下的网卡驱动。 VMWare为运行于其上的操作系统提供虚拟网卡支持,该网卡类型即为AMD的PC-NET。实际上,在Tornado开发包中已经包含了该类型网卡的驱动程序,但经过测试,对于VMWare无法正常工作,所以需要这个从AMD的网站下载的驱动程序。 这是一个可执行的安装程序,运行该程序将得到一个压缩包和一个帮助文件,按照该帮助的要求,将压缩包直接释放到Tornado目录下即可。-VxWorks VMWare in the NIC driver. VMWare to
vxworks_mpc854x_gpio
- MPC8541的GPIO访问-MPC8541 visit the GPIO # define GPIO_REG (type, port) (M8260_IOP_P port # # # # type (GPIO_IMMR_ BASE)) # define gpioRegGet (type, port, reg) do (if (port == PORT_A) reg = (NW_VUINT32 *) GPIO_REG (type, A) else if (port == PORT_B) reg
Drv_28F128
- Flash型号: 28F128 功能说明:驱动程序-Flash Type: 28F128 Function Descr iption: Driver
Message-driven_finite_state_machine_framework
- 在Tornade集成开发环境下设计和实现了一种消息驱动有限状态机的框架。本系统封装了VxWorks提供的消息发送机制,增加了消息标识,消息类别等参数;采用自己的软时钟,设置相应的时间超时管理;设置了自己的内存管理机制。-Tornade integrated development environment in the design and implementation of a message-driven finite state machine framework. The system e
dm9000End
- 基于VxWorks的DM9000驱动程序,采用END型接口。通过合理配置netConfig.h文件,可以直接驱动该网卡芯片-VxWorks driver based on the DM9000, using END-type interface. Through the rational allocation netConfig.h file, you can directly drive the chip card
end.tar
- NFSDLIB.H typedef struct llHdrInfo { int destAddrOffset /* destination addr offset in mBlk */ int destSize /* destination address size */ int srcAddrOffset /* source address offset in mBlk */ int srcSize /* source address
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘