ARMmbed/dapjs

Adding AIRCR to the exported enums

dbatyai opened this issue · 1 comments

The Application Interrupt and Reset Control Register can be used to reset the device during debug. It would be great if dap.js could export the register address and masks similarly to how other registers are handled.

Resolved in #67