Keyboard firmwares for Atmel AVR and Cortex-M
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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]