-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling of Debugger Configuration #1947
Comments
@brondani this is a revised specification with All |
@ReinhardKeil, @jreineckearm |
@brondani , we can ignore |
For now we can remove |
How to get parameters for the Debugger?
CMSIS-Pack Content
DFP: debug-config contains default connection parameters for a device.
BSP: debug-probe contains debugger information for a board.
Initial implementation
Expose this information in
*.cbuild-run.yml
underdebugger:
node.Example:
For
dbgconf
see #1946Debugger Information in
csolution.yml
This information could be also supplied in a
csolution.yml
file with adebugger:
node.debugger:
- name:
info:
port:
clock:
dbgconf:
With this information
*.cbuild-run.yml
containsExample:
Usage of debugger information
The following are potential ways to use this debugger information:
cbuild-run.yml
. Depending on the name, the debugger uses a configuration- If the connected debugger is not known, specified the debugger to use on the command-line of the debugger.
target-type:
or command line option on cbuild.My preference is (1).
The text was updated successfully, but these errors were encountered: