OpenOCD Specific Configuration - Marus/cortex-debug GitHub Wiki

configFiles

OpenOCD configuration files to use when debugging. Exactly equivalent to the OpenOCD command line argument -f.

searchDir

Directories to search for configuration files in. Exactly equivalent to the OpenOCD command line argument -s.

If no search directories are specified, it defaults to the configured cwd.

openOCDPreConfigLaunchCommands

OpenOCD commands to run prior to loading configuration files.

openOCDLaunchCommands

OpenOCD commands to run in order to launch target.