add openocd.cfg to gitignore
This commit is contained in:
parent
1b661ec81b
commit
0d6f3955ef
|
@ -5,3 +5,4 @@
|
|||
TouchGFX/build
|
||||
compile_commands.json
|
||||
STM32Make.make
|
||||
openocd.cfg
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#OpenOCD configuration file, generated by STM32 for VSCode
|
||||
|
||||
# Programmer, can be changed to several interfaces
|
||||
# Standard will be the stlink interface as this is the standard for STM32 dev boards
|
||||
source [find interface/stlink.cfg]
|
||||
|
||||
# The target MCU. This should match your board
|
||||
source [find target/stm32f3x.cfg]
|
Loading…
Reference in New Issue