add openocd.cfg to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
TouchGFX/build
|
TouchGFX/build
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
STM32Make.make
|
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]
|
|
||||||
Reference in New Issue
Block a user