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.1.7
probe-run v0.1.6
What's Changed
- bump probe-rs dependency by @japaric in #108
- don't print more thn once per frame by @japaric in #109
Full Changelog: v0.1.5...v0.1.6
probe-run v0.1.5
What's Changed
- READMEs: update knurling link to website by @Lotterleben in #100
- turn this panic-probe crate into a dummy that redirects to the real one by @japaric in #101
- bump defmt git version by @japaric in #104
- Autodetect defmt usage by @jonas-schievink in #105
- report program size by @japaric in #106
- prepare for v0.1.5 release by @japaric in #107
Full Changelog: v0.1.4...v0.1.5
probe-run v0.1.4
What's Changed
- Simplify obtaining unwind info by @jonas-schievink in #23
- Increase RTT attach retries by @Bobo1239 in #25
- reorder 'rtt logs not found' message by @japaric in #28
- Add --no-flash option to probe-run by @therealprof in #30
- ci: run on all platforms by @jonas-schievink in #34
- Document CLI by @jonas-schievink in #40
- Automatic canary-based stack overflow detection by @jonas-schievink in #33
- Add
panic-probe
by @jonas-schievink in #18 - display location info by @japaric in #38
- Better diagnostic when linker script was missing by @jonas-schievink in #44
- Use
object
instead ofxmas-elf
by @jonas-schievink in #45 - Allow environment variables to set chip arguments. by @Hoverbear in #41
- Add some logging to the backtrace code by @jonas-schievink in #48
- ctrlc -> signal-hook, remove the handler when done by @jonas-schievink in #47
- Actually deregister the Ctrl+C handler by @jonas-schievink in #51
- Ignore thumb bit when checking for repeated frames by @jonas-schievink in #50
- Allow listing and selecting probe by @aurelj in #49
- Improve CLI output formatting by @jonas-schievink in #53
- rm env-logger by @japaric in #56
- set a HW breakpoint on the hard fault handler by @japaric in #55
- stack overflow detection: adjust for full descending stacks by @japaric in #58
- print module path by @japaric in #57
- tweak output format by @japaric in #60
- adapt to upstream changes in elf2table by @japaric in #61
- place breakpoint on an even address by @japaric in #64
- add location info to the backtrace by @japaric in #63
- backtrace: handle the 'FrameIter is empty' case by @japaric in #67
- toggle RTT mode after RAM initialization by @japaric in #69
- flush after each stdout write when defmt is not enabled by @japaric in #77
- add bug report template by @japaric in #78
- Fix 80 by @Lotterleben in #81
- use latest git version of decoder and elf parser by @japaric in #82
- add git info to --version output by @japaric in #83
- update defmt git dep by @japaric in #84
- Update defmt by @jonas-schievink in #87
- Update defmt by @jonas-schievink in #92
- Added option to specify probe clock frequency by @eboskma in #88
- make panic-probe compile-able on hosted systems by @japaric in #94
- panic-probe: add crate metadata & crates.io dependencies by @japaric in #97
- update the CHANGELOG by @japaric in #95
- hard-enable the defmt Cargo feature by @japaric in #96
- print supported defmt version from --version by @japaric in #98
New Contributors
- @Bobo1239 made their first contribution in #25
- @therealprof made their first contribution in #30
- @Hoverbear made their first contribution in #41
- @aurelj made their first contribution in #49
- @eboskma made their first contribution in #88
Full Changelog: v0.1.3...v0.1.4
probe-run v0.1.3
What's Changed
- Remove comment about missing hard-float support by @jonas-schievink in #20
- Prepare 0.1.3 by @jonas-schievink in #21
Full Changelog: v0.1.2...v0.1.3
probe-run v0.1.2
What's Changed
- Update dependencies by @jonas-schievink in #10
- FPU register unstacking support by @jonas-schievink in #11
- Simplify print_chips by @jonas-schievink in #13
- Clean up CLI argument handling by @jonas-schievink in #12
- prepare for v0.1.2 release by @japaric in #19
Full Changelog: v0.1.1...v0.1.2
probe-run v0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
probe-run v0.1.0
What's Changed
- deal with rename, add CI, add note about issue #1 by @japaric in #3
- Update readme by @jonas-schievink in #4
Full Changelog: https://github.com/knurling-rs/probe-run/commits/v0.1.0