Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Microsoft/dapjs

Node.js interface to DAP-OMSIS over USB/HID
https://github.com/Microsoft/dapjs

Last synced: 3 months ago
JSON representation

Node.js interface to DAP-OMSIS over USB/HID

Lists

README

        

# DAP.JS

**Note: this package is now maintained by ARM at https://github.com/ARMmbed/dapjs**

Node.js interface to DAP-CMSIS over USB/HID

This package is meant to provide a subset of functionality of [pyOCD](https://github.com/mbedmicro/pyOCD).

It's currently only being tested with BBC micro:bit devices.

The is explicitly not using node.js features not present in browsers (in particular `Buffer` type)
so it's easier to refactor it to use different USB/HID providers (WinRT, Chrome Apps etc).

## Build process

```
typings install
npm install
make
```

## License

MIT

## Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.