Node.js interface to DAP-OMSIS over USB/HID
Перейти к файлу
Michał Moskal 4aab051ca3
Moved to ARMmbed
2018-02-28 15:48:24 -08:00
src Write page fixes 2016-08-30 12:44:16 +02:00
.gitattributes Initial 2016-04-15 19:13:16 -07:00
.gitignore Prep for publication 2016-04-19 15:59:14 -07:00
LICENSE Adding license text for MIT 2017-09-12 10:04:11 -07:00
Makefile Add a few more commands 2016-04-27 19:24:18 +01:00
README.md Moved to ARMmbed 2018-02-28 15:48:24 -08:00
package.json 0.3.0 2016-08-30 12:45:19 +02:00
tsconfig.json Build typescript module; add message interface 2016-04-19 19:28:08 -07:00
typings.json Update to new typings 2016-06-21 21:53:16 -07:00

README.md

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.

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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.