搜索资源列表
dead_lock
- vxworks下死锁程序示例,任务A锁住sem_1,并试图锁住sem_2; 任务B锁住sem_2,并试图锁住sem_1, 造成死锁;-Under the deadlock procedures vxworks example, task A locked sem_1, and tried to lock sem_2 task B lock sem_2, and tried to lock sem_1, causing deadlock
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
lab5
- 实现点亮功能的嵌入式程序,点亮led,建立点任务,依次点亮a,b两个led,再后输入熄灭-Embedded procedures to achieve light features, light led, to establish point task, in turn lit a, b 2 led, after further input off
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘