Skip to content

OpenOCD Specific Configuration

David Lenfesty edited this page Jun 25, 2020 · 3 revisions

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.

Clone this wiki locally