Sean Lyons

Results 7 issues of Sean Lyons

[c_cpp_properties.json](https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference) supports vscode variables such as `${workspaceFolder}`. However, this must be translated to something that LLVM can understand. I propose a small enhancement to the `CCppProperties` class where ECC will...

enhancement
help-wanted
wontfix

Convert Variables such as ${workspaceFolder} so they can be understood by LLVM Close #741

* Doesn't include flash support * Includes cJTAG to JTAG switch logic * Includes ICEPICK setup logic * Define JTAG scan chain in CC13xxCC26xx target Resolves: #1729

**Is your feature request related to a problem? Please describe.** This is a feature request. The code currently for `jtag_scan` will put the device into JTAG test logic reset (TLR)...

**Describe the solution you'd like** [This pull request](https://github.com/probe-rs/probe-rs/pull/1731) added support for specifying the JTAG scan chain in the target file. An enhancement to that would be to update the target-gen...

enhancement

* Install target folder is now in probe-rs-tools * Cargo embed was moved into main repo

skip-changelog

**Is your feature request related to a problem? Please describe.** There should be a top level `session.reattach()` method that allows the user to restore a session. This is useful in...

enhancement