Git Product home page Git Product logo

pcidriverplus's Introduction

PCIDriverPlus

基于WinDriver的多设备PCI驱动程序及测试软件

开发工具

  • VS2013
  • WinDriver v10.00

介绍

  • PCIDriverPlus工程:无界面后台软件,对PCI驱动相关功能的实现进行封装,支持多个PCI设备DMA并行传输
  • PCIDriverHelper工程:对调用PCIDriverPlus软件的具体实现进行封装,生成dll(针对C++),简化用户操作
  • PCIDriverTest工程:PCI驱动测试软件(MFC版本),对PCIDriverPlus驱动管理软件的功能进行测试
  • PCIDriverHelper4CS工程:对调用PCIDriverPlus软件的具体实现进行封装,生成dll(针对C#),简化用户操作
  • PCIDriverTest4CS工程:PCI驱动测试软件(WinForm版本),对PCIDriverPlus驱动管理软件的功能进行测试

实现功能

支持中断收发、寄存器读写与多设备DMA并行传输等操作

说明

该版本是PCIDriver工程的升级版,全新架构,主要是为了解决上一版本不支持多设备DMA并行传输与反复申请、释放连续物理地址空间所导致的申请空间失败问题。

DMA传输

image

pcidriverplus's People

Contributors

sigalhu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.