This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Releases: knurling-rs/probe-run
Releases · knurling-rs/probe-run
probe-run v0.3.1
What's Changed
- Turn demangling back on by @jonas-schievink in #280
- Report flashing size using probe-rs's FlashProgress system. by @jonathanpallant in #281
- Include program counter value in backtrace when -v is passed by @jonas-schievink in #282
- Update snapshot tests by @jonas-schievink in #283
- Update probe-rs, probe-rs-rtt to 0.12 by @korken89 in #285
- unwind: skip FDEs with initial address of 0 by @jonas-schievink in #287
- Update dependencies by @jonas-schievink in #286
New Contributors
- @jonathanpallant made their first contribution in #281
- @korken89 made their first contribution in #285
Full Changelog: v0.3.0...v0.3.1
probe-run v0.3.0
What's Changed
- Enable deactivated tests for Windows by @justahero in #246
- Removes call to fill in user survey from readme. by @BriocheBerlin in #251
- feat: add help message for JtagNoDeviceConnected by @numero-744 in #253
- Backtrace options by @BriocheBerlin in #250
- Print dedicated message on control + c by @Lotterleben in #248
- Add support for measuring the program's stack usage by @jonas-schievink in #254
- fix ci on nightly by @japaric in #260
- Update snapshot tests by @japaric in #259
- Split "set rtt to blocking-mode" into function by @Urhengulas in #257
- set blocking mode to 0b10 (BLOCK_IF_FULL) by @japaric in #263
- use new stream decoder API by @japaric in #264
- Print troubleshooting information on "probe not found" error by @Lotterleben in #247
- Recover from decoding-errors by @Urhengulas in #266
- Minimize dependencies by disabling default-features by @Urhengulas in #267
- Update change log with recent entries by @justahero in #269
Cargo.toml
: Remove unused dependencies by @Urhengulas in #272- Update to Rust 2021 🎉 by @Urhengulas in #273
- Update
CHANGELOG.md
by @Urhengulas in #274 - Release
probe-run 0.3.0
by @Urhengulas in #276
New Contributors
- @numero-744 made their first contribution in #253
Full Changelog: v0.2.5...v0.3.0
probe-run v0.2.5
What's Changed
cli::tests
: rstest-ify tests forfn extract_git_hash
by @Urhengulas in #225probe-run 0.2.4
by @Urhengulas in #229- Some clarifications and corrections by @huntc in #233
- Feature-gate windows tests by @Urhengulas in #234
- Update to
probe-rs 0.11
by @Urhengulas in #235 - Adds add for user survey into readme. by @BriocheBerlin in #240
- Fix clippy warnings by @justahero in #244
probe-run v0.2.5
by @justahero in #245
New Contributors
Full Changelog: v0.2.4...v0.2.5
probe-run v0.2.4
What's Changed
- Fix
EXC_RETURN
detection on thumbv8 by @jonas-schievink in #216 - add more explicit hint if elf path doesn't lead to an existing file by @Lotterleben in #219
- Make
unwind::target()
infallible by @Lotterleben in #212 - refactor the huge "main" function into smaller functions + module by @japaric in #222
- target_info: print ram region again by @Lotterleben in #224
- Obtain git-version from macro, instead of custom build-script by @Urhengulas in #221
- add first, user-triggered snapshot tests by @Lotterleben in #218
- Remove unused file
utils.rs
by @Urhengulas in #228 CI
: Run tests and clippy by @Urhengulas in #226
Full Changelog: v0.2.3...v0.2.4
probe-run v0.2.3
What's Changed
- README.md: Replace ${PROBE_RUN_CHIP} in code example by @bobmcwhirter in #190
README
: Add installation instructions for Fedora by @Urhengulas in #192- Check
PROBE_RUN_IGNORE_VERSION
on runtime by @Urhengulas in #193 REAMDE
: Fix ubuntu installation instructions by @Urhengulas in #194- refactor "print backtrace" code by @japaric in #197
- add column info to backtrace by @japaric in #199
- backtrace: highlight frames that point to local code by @japaric in #200
- make 'stopped due to signal' force a backtrace by @japaric in #204
- fix unwinding exceptions that push FPU registers onto the stack by @japaric in #206
- unwind: read as little stacked registers as possible by @japaric in #207
- add --shorten-paths by @japaric in #203
- make --shorten-paths format more cross platform by @japaric in #209
mv backtrace.rs backtrace/mod.rs
by @Urhengulas in #211- extend
--shorten-paths
; highlight path segments by @japaric in #210 probe-run v0.2.3
by @Urhengulas in #214
New Contributors
- @bobmcwhirter made their first contribution in #190
Full Changelog: v0.2.2...v0.2.3
probe-run v0.2.2
What's Changed
- remind the user that the
bench
profile should be also overridden by @japaric in #161 - Remove panic-probe by @jonas-schievink in #162
- Various simplifications by @Urhengulas in #165
- Introduce even more verbose log level by @Urhengulas in #171
- Report exit reason, make backtrace optional by @Lotterleben in #163
- Run
cargo fmt -- --check
in CI by @Urhengulas in #175 - Skip defmt version check by @Urhengulas in #174
- limit backtrace length, make limit configurable by @Lotterleben in #179
- README: add copypasteable example how to run from repo by @Lotterleben in #181
- README.md: Add troubleshooting for use with RTIC by @davidlattimore in #183
- add some bounds checking to unwinding by @japaric in #184
v0.2.2
by @Urhengulas in #191
New Contributors
- @davidlattimore made their first contribution in #183
Full Changelog: v0.2.1...v0.2.2
probe-run v0.2.1
What's Changed
- Remove unnecessary
log
feature by @jonas-schievink in #155 - Update changelog by @jonas-schievink in #154
- Fix Ctrl+C handling by @jonas-schievink in #158
- v0.2.1 by @jonas-schievink in #159
Full Changelog: v0.2.0...v0.2.1
probe-run v0.2.0
What's Changed
- bump version in Cargo.toml and -.lock by @Lotterleben in #136
- Fix link to v0.1.9 by @Urhengulas in #140
- Satisfy clippy by @Urhengulas in #141
- README.md: add troubleshooting section by @Lotterleben in #145
- Pin unstable path dependencies by @Urhengulas in #146
- Update defmt by @jonas-schievink in #147
- Update deps by @jonas-schievink in #149
- discard arguments that come after the ELF file path by @japaric in #151
- Allow selecting a probe by serial number by @jonas-schievink in #152
- Update to 0.2.0 by @jonas-schievink in #153
Full Changelog: v0.1.9...v0.2.0
probe-run v0.1.9
What's Changed
- add bors by @japaric in #121
- bump git dependencies by @japaric in #122
- mv bors.toml into .github by @japaric in #123
- bump git deps by @japaric in #125
- Print probe list when multiple probes were found by @hasheddan in #126
- reject use of defmt and --no-flash (again) by @japaric in #129
- use defmt-logger by @japaric in #132
- Update defmt, dependencies by @mattico in #134
- Do not display full version with --help by @Javier-varez in #133
- CHANGELOG.md: update by @Lotterleben in #135
New Contributors
- @hasheddan made their first contribution in #126
- @mattico made their first contribution in #134
- @Javier-varez made their first contribution in #133
Full Changelog: v0.1.8...v0.1.9