Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

openocd.cfg 294B

12345678910111213
  1. # mchack openocd
  2. # https://github.com/mchck/mchck/wiki/Openocd
  3. #
  4. # adapter: frdm-kl05z with cmsis-dap firmware
  5. # inteface: cmsis-dap
  6. # transport: hla_swd
  7. # target: MK20DX128VLF5 Freescale Kinetis
  8. # adapter/interface
  9. source [find interface/cmsis-dap.cfg]
  10. # CPU
  11. source [find k20dx32_flash.cfg]