搜索资源列表
ECOM
- 这是单板上DPRAM的驱动程序,开发环境是vxworks,是bsp的一部分。如果单板上有DPRAM内存,在启动的时候,加载操作系统之前,需要对硬件进行初始化。后续的内存操作也都是通过此驱动进行的。BSP开发人员只需要修改相关的宏就可以运行。当然,首先必须读懂源代码。此代码是我开发的一块单板的BSP的一部分,经过严格测试。因为是我开发的,且用于实验室中的单板,并非商用产品中的模块,所以不存在版权问题,与大家共享。-This is the single board DPRAM of the driv
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
surfConfPciDevice
- 显存地址映射。只要知道该类PCI设备的Vendor号,Device号和索引号myIndex,就可以查找到该类PCI设备的MEMORY地址和IO地址,以及中断级。并将第一个MEMORY地址给出它的从物理地址到虚拟地址的映射。-memory address mapping. If that such equipment Vendor PCI, Device and No. myIndex Index, it can find to such equipment PCI Memory addresse
practise_3544
- vxworks practise_3544.rar 的驱动,如果是VxWorks的开发者可以-vxworks practise_3544.rar drive, if it is VxWorks developers can
dos_boot_vxworks_demo
- 因为当前的vxWorks都是用vxsys格式化后的引导,但如果要用dos测试时需换一个硬盘,本方法可免去如此麻烦。启动后按f8直接进dos。否则进vxWorks。-Because the current VxWorks are formatted with vxsys guide, but if the test is required to use dos for a hard drive, this method may be waived so troublesome. Press f8
gppve_3_5_wrSbc8548_2_0_3
- MPC8548 SBC开发板基于VXworks的 BSP资料,比较全,可以直接在SBC开发板上运行-this version of BSP will update the following driver files as well as the BSP. target/config/comps/vxWorks/11rapidio.cdf target/h/drv/end/gei82543End.h target/src/drv/end/gei82543
Project2
- 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3。 -Of design two the task tServer and tClient, tClient responsible for notifying the tS
tornado常见问题
- WorkBench 常见问题,设置,及解决方案,大家看看有没有用。(WorkBench common problems, settings, and solutions, we see if there is no use.)