This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```brew install openocd``` | |
make a file called openocd.cfg in a folder containing... | |
# Atmel-ICE JTAG/SWD in-circuit debugger. | |
interface cmsis-dap | |
# Chip info | |
set CHIPNAME at91samd21g18 | |
source [find target/at91samdXX.cfg] |