cdt-gdb-vscode icon indicating copy to clipboard operation
cdt-gdb-vscode copied to clipboard

Add device reset

Open thorstendb-ARM opened this issue 6 months ago • 1 comments

Adds:

Custom Reset (configured via launch.json). Issue: https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/36

Testing:

Required: https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/365 In a target project, launch.json, add this. The command uses pyOCD but can be any other.

    "configurations": [
        {
            "name": "pyOCD cdt-gdb-adapter",
            ...
            "customResetCommands": [
                "monitor reset halt hardware",
            ],
        },

thorstendb-ARM avatar May 12 '25 06:05 thorstendb-ARM

We do have some lightweight documentation in the README.md. Could you please add the new setting there, too?

jreineckearm avatar May 12 '25 07:05 jreineckearm

Waiting with merge until complementary adapter change is merged and released.

jreineckearm avatar May 21 '25 09:05 jreineckearm