Blame view

RIOT/boards/arduino-zero/dist/openocd.cfg 139 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  source [find interface/cmsis-dap.cfg]
  
  set CHIPNAME at91samd21g18
  set ENDIAN little
  set telnet_port 0
  
  source [find target/at91samdXX.cfg]