Skip to content
Rob Moran edited this page Jun 24, 2018 · 1 revision

The vision for DAPjs is to enable access to the CMSIS-DAP interface exposed by firmware such as DAPLink as a JavaScript compatible library.

This will include read and write access to AP and DP registers as well as transfer functionality (including bulk transfer).

It is envisioned that multiple transports may be used to access USB in order to increase usability across JavaScript environments including Web (using WebUSB) and desktop/server (using HID/USB in Node.js).

Clone this wiki locally