Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 798 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 798 Bytes

arduino-cmsis-dap

CMSIS-DAP USB-SWD/JTAG HID adapter firmware for Pro Micro and Teensy 3.2 boards

Copyright (C) 2016 Phillip Pearson [email protected]

based on the CMSIS-DAP Interface Firmware

Copyright (c) 2009-2013 ARM Limited

This is a port of the core of ARM's CMSIS-DAP firmware to the Arduino environment, which lets you turn a Pro Micro (or $3.50 clone from China) or Teensy 3.2 into a CMSIS-DAP USB adapter, which you can use with OpenOCD and mbed to program and debug ARM chips using the SWD protocol, and also with OpenOCD to program and debug various chips using JTAG.

See arduino-cmsis-dap.ino for installation details.