-
Notifications
You must be signed in to change notification settings - Fork 240
Common Configuration Properties
Philipp edited this page Sep 14, 2021
·
6 revisions
The non complex options are described in the auto generated debug_attributes.md.
Directory to run commands from.
Path pointing to build executable to be run on the device.
Name of device being connected to.
Optional arguments to pass to GDB.
Optional arguments to pass to the GDB server (e.g. OpenOCD, BMP, etc.)
Path to ARM standard CMSIS SVD file describing the device under test. The SVD file describes the registers and memory mapping of the device, allowing you to inspect the peripheral registers on the device.
Path to your installation of the ARM GCC toolchain.
Prefix for the GCC toolchain binaries. Defaults to 'arm-none-eabi-'.