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
v0.3.11 - deprecation release
What's Changed
- Add better defaults for log format when timestamp is available by @andresovela in #423
- Deprecate
probe-run
by @Urhengulas in #426 - Prepare
v0.3.11
(the final release) by @Urhengulas in #431
Full Changelog: v0.3.10...v0.3.11
probe-run v0.3.10
What's Changed
- Switch from bors to merge queue by @Urhengulas in #404
- Do not panic if locations do not contain the frame by @Urhengulas in #402
- Also enable merge queue for changelog enforcer by @Urhengulas in #405
- Simplify canary by @Urhengulas in #410
- Add support for log_format option for defmt_decoder by @andresovela in #416
- Release
v0.3.10
by @Urhengulas in #417
New Contributors
- @andresovela made their first contribution in #416
Full Changelog: v0.3.9...v0.3.10
probe-run v0.3.9
What's Changed
- Update link shown in error message by @jannic in #399
- Handle reset vector not pointing to ELF symbol by @jannic in #398
Full Changelog: v0.3.8...v0.3.9
probe-run v0.3.8
What's Changed
- Clean
fn run_target_program
up by @Urhengulas in #389 - Bump
defmt-decoder
to0.3.6
due to yanked version0.3.5
by @elpiel in #395
Full Changelog: v0.3.7...v0.3.8
probe-run v0.3.7
What's Changed
- Update to
probe-rs v0.16
by @Urhengulas in #378 - Update to probe-rs 0.17 by @korken89 in #379
- Satisfy clippy by @Urhengulas in #384
--erase-all
to erase all nonvolatile memory by @Urhengulas in #380- Add
ftdi
feature by @Urhengulas in #381 - Fix unwinding by @Urhengulas in #383
- Update snapshot tests and test stack canary by @Urhengulas in #385
Full Changelog: v0.3.6...v0.3.7
probe-run v0.3.6
What's Changed
- Update CI by @Urhengulas in #366
- Add "missing drivers" to troubleshooting section by @Urhengulas in #371
- Update to probe-rs 0.14 by @korken89 in #373
Full Changelog: v0.3.5...v0.3.6
probe-run v0.3.5
What's Changed
- Mark
v0.3.4
as released inCHANGELOG.md
by @Urhengulas in #343 - Replace
pub(crate)
withpub
by @Urhengulas in #344 - Fix
CHANGELOG.md
by @Urhengulas in #346 - Update dev-dependency
serial_test
by @Urhengulas in #345 - Add PROBE_RUN_SPEED env variable by @haata in #349
- Add option to verify written flash by @suyash458 in #353
- Update to
clap 4.0
by @Urhengulas in #357 - Release
probe-run v0.3.5
by @Urhengulas in #358
New Contributors
- @haata made their first contribution in #349
- @suyash458 made their first contribution in #353
Full Changelog: v0.3.4...v0.3.5
probe-run v0.3.4
What's Changed
- update README by @japaric in #314
- Clarify "can't determine stack overflow" error message by @Urhengulas in #317
- snapshot tests: update test__panic_verbose.snap to new TRACE output by @Lotterleben in #293
- Warn on target chip mismatch by @Urhengulas in #319
- Disable terminal colorization if
TERM=dumb
is set by @Urhengulas in #320 - Add changelog enforcer by @Urhengulas in #321
- Make use of i/o locking being static since rust
1.61
. by @Urhengulas in #326 - Simplify, by capturing identifiers in logging macros by @Urhengulas in #328
- Update probe-rs to version 0.13.0 by @jannic in #329
- Fix
fn round_up
. by @Urhengulas in #330 - Refactor stack painting by @Urhengulas in #331
- Clean up
enum Outcome
by @Urhengulas in #333 - Simplify snapshot tests by @Urhengulas in #334
- Test round up by @Urhengulas in #335
- Clean snapshot tests by @Urhengulas in #337
- Simplify
fn round_up
by @Urhengulas in #339 - Optimize stack usage measuring by @Urhengulas in #327
- Add option to disable double buffering while loading firmware by @berkowski in #305
- Release
probe-run 0.3.4
by @Urhengulas in #340 - Revert "Release
probe-run 0.3.4
" by @Urhengulas in #341 - Release
probe-run 0.3.4
by @Urhengulas in #342
New Contributors
- @jannic made their first contribution in #329
- @berkowski made their first contribution in #305
Full Changelog: v0.3.3...v0.3.4
probe-run v0.3.3
What's Changed
- round up canary size to a multiple of 4 by @japaric in #311
- changelog update & version bump by @japaric in #312
Full Changelog: v0.3.2...v0.3.3
probe-run v0.3.2
What's Changed
- Update
Cargo.lock
by @Urhengulas in #294 - turn some println! into writeln! by @japaric in #296
probe-run
json output by @Urhengulas in #295- Simplify verbose matching by @Urhengulas in #300
- Fix and refactor
fn extract_stack_info
by @Urhengulas in #299 - Add way to pass chip description file by @KOBA789 in #301
- Don't bail, but only warn if using
--no-flash
with defmt. by @Urhengulas in #303 - Make stack painting fast again! 🇪🇺 by @Urhengulas in #302
- Update
CHANGELOG.md
by @Urhengulas in #304 - bump crate version by @japaric in #308
New Contributors
Full Changelog: v0.3.1...v0.3.2