搜索资源列表
如何编写Vxworks 设备驱动程序
- 如何编写Vxworks 设备驱动程序,不错的文章-It introduces how to write the device driver in VxWorks.
vxworks_drv
- 如何编写基于vxworks嵌入式操作系统的串行设备驱动程序-how to prepare VxWorks embedded operating system based on the serial device driver
zxshj
- vxworks 在线升级内核的驱动程序,api,和pc机端的用户界面升级程序(vc6.0编写)-vxworks online upgrade the kernel of the driver, api. and pc-end user interface promotion procedures (vc6.0 preparation)
SuperGoodEntryExperimentAboutVxWorks
- 超级好的vxworks入门实验课:一共9个pdf文件,每个都是精华,我是下载了9次才搞定,绝对超值,初学者很有必要看看。 目录: 1.学习使用Tornado 开发环境;测量程序的执行时间 2. 学习创建多个任务 3. 学习使用信号量实现共享资源的保护 4. 学习使用消息队列进行通信 5. 学习并验证时间片轮转调度 6. 学习并验证基于优先级的抢占式调度 7. 理解优先级倒转问题 学习使用优先级继承以解决优先级倒转问题 8. 学习使用信号 9. 了解VxWo
ball_game
- 在Vxworks下UGL工具编写的弹球游戏,对于WORKS环境下程序的开发具有借鉴意义!
VxWorksSerialDrive.rar
- VxWorks下串口通讯的实现,详细介绍了在vxworks下编写串口驱动程序的过程以及使用串口收发数据的流程,值得参考,Serial Communication under VxWorks realization described in detail in the preparation of serial under VxWorks driver process and the use of serial port to send and receive data flow, it is a
start_to_ARM
- 这是一本经典的交给初学者如何开始学习arm编写程序的资料,好好学习-This is a classic arm to the beginners to start learning how to program information, learn
UNIX_Version_1
- 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
VxWorks_driver_writing
- 介绍了嵌入式实时操作系统vxworks下驱动程序的编写,使读者能对该系统下的驱动程序的编写有一个详细具体的了解!-Describes the embedded real time operating system vxworks drivers under preparation, allowing the reader to the system write under the driver has a detailed and specific knowledge of!
PowerPC_VxWorks_BSP_SBH
- BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
VxWorksdriverdesign
- VxWorks下设备驱动程序的设计一直是嵌入式系统应用中的热点. 介绍了VxWorks下标准设 备驱动及其原理,阐述了驱动程序的开发流程,给出了在Flash上实现TrueFFS的具体方法,包括驱 动程序的编写、识别和系统配置. 用实例对TrueFFS的性能进行了分析.-VxWorks Device Driver design of embedded system applications has been a hot spot. Describes the standard device
HT7488VC
- pc104驱动开发程序,VC++编写,采样周期可变-pc104 driver development program, VC++ written, sampling cycle variable
HT7489VC
- pc7484驱动开发程序,VC++编写,采样周期可变-pc7484 driver development program, VC++ written, sampling cycle variable
HT7501A
- pc7484驱动开发程序,VC++编写,采样周期可变-pc7484 driver development program, VC++ written, sampling cycle variable
HT7501VC
- pc7484驱动开发程序,VC++编写,采样周期可变-pc7484 driver development program, VC++ written, sampling cycle variable
HT7505VC
- pc7484驱动开发程序,VC++编写,采样周期可变-pc7484 driver development program, VC++ written, sampling cycle variable
HT7506VC
- pc7484驱动开发程序,VC++编写,采样周期可变-pc7484 driver development program, VC++ written, sampling cycle variable
HT7507VC
- pc7484驱动开发程序,VC++编写,采样周期可变-pc7484 driver development program, VC++ written, sampling cycle variable
WritingBlueCoreApplications
- 蓝牙核心应用程序编写参考资料,供用户应用层-CSR SDK
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘