Package Exports
- dapjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dapjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DAP.JS
Node.js interface to DAP-CMSIS over USB/HID
This package is meant to provide a subset of functionality of 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