6 Commits

Author SHA1 Message Date
Axel Karjalainen
c910b1ff46
Update settings.json to use new rust-analyzer.check.allTargets (#86)
See https://github.com/rust-lang/rust-analyzer/pull/13799 for context of renaming this rust-anaylzer setting
2024-11-03 14:05:59 +11:00
9names
a97787becb
Vscode improvements (#85)
* Fix URL for probe-rs docs

* Remove settings no longer used by probe-rs debugger

* Default to not enabling haltAfterReset
2024-10-15 20:35:21 +11:00
9names
de42e40358
Update probe-rs tools to 0.19 (#64)
* Update probe-rs tools to 0.19

* Restore rp2040_boot2 line

* Update runner to use probe-rs run 0.19 syntax

* Update vscode launch command for probe-rs debugger

* Add note about removing older installation of cargo-embed

If you had previously installed cargo-embed separately, it will conflict with the new way probe-rs installs multiple binaries at once.

* Update README.md

Co-authored-by: 9names <60134748+9names@users.noreply.github.com>

---------

Co-authored-by: Jan Niehusmann <jan@gondor.com>
2023-07-27 07:45:43 +10:00
9names
2cadd4df41
Add a basic VSCode configuration for probe-rs-debugger (#29)
* Add a basic VSCode configuration for probe-rs-debugger

* VSCode: have launch build first and use debug binary

* Got defmt working in vs-code-debugger

* Add VSCode debugger setup to README
2022-06-29 11:58:46 +10:00
KernelErr
3e193672b8 typo: fix misspelled elf2uf2-rs
In `README.md`, elf2uf2-rs has been misspelled as elf2usb2-rs in installation commands. In `.cargo/config.toml`, a quotation mark need to be added.
For users who use VS Code with Rust Analyzer, setting target architecture could help them to avoid warning like no tests module.
2021-12-21 14:01:54 +11:00
Dario Nieuwenhuis
48dce4894f 🎉 2021-01-23 05:02:09 +01:00