infinity: Move project specific files to local
This commit is contained in:
parent
4acde45102
commit
c6e533ce83
7 changed files with 362 additions and 4 deletions
13
keyboard/infinity/tool/openocd.cfg
Normal file
13
keyboard/infinity/tool/openocd.cfg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# mchack openocd
|
||||
# https://github.com/mchck/mchck/wiki/Openocd
|
||||
#
|
||||
# adapter: frdm-kl05z with cmsis-dap firmware
|
||||
# inteface: cmsis-dap
|
||||
# transport: hla_swd
|
||||
# target: MK20DX128VLF5 Freescale Kinetis
|
||||
|
||||
# adapter/interface
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
# CPU
|
||||
source [find k20dx32_flash.cfg]
|
||||
Loading…
Add table
Add a link
Reference in a new issue