Skip to content

Commit b79f527

Browse files
committed
add crashlog symbolizer update
1 parent b91e785 commit b79f527

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/news/052/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,15 @@ In this month cargo-playdate v0.5 has been [released][Rusty Playdate Release] an
9393

9494
<!-- Note, "target" above means cargo-target (lib, bin, example, etc..), not a rustc/llvm-target/compile-kind/target-triple -->
9595

96+
Also updated register decoder in the [`pd-symbolize-crashlog`][playdate-symbolize-v0.2.0],
97+
now it properly decodes all available registers such as
98+
<abbr title="Program Status Register, combines APSR, IPSR and EPSR">PSR</abbr>,
99+
<abbr title="Configurable Fault Status Register, combines UFSR, BFSR and MMFSR">CFSR</abbr>,
100+
<abbr title="HardFault Status Register">HSFR</abbr>.
101+
96102
_Discussions: [GitHub][Rusty Playdate Gh-discuss], [Matrix][Rusty Playdate Matrix]._
97103

104+
[playdate-symbolize-v0.2.0]: https://crates.io/crates/playdate-symbolize/0.2.0
98105
[cargo-target-auto-discovery]: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#target-auto-discovery
99106
[cargo-playdate crates-io]: https://crates.io/crates/cargo-playdate
100107
[pdb-pdxinfo-override]: https://github.com/boozook/playdate/blob/main/support/build/README.md#target-specific-package-info "More about target-specific package-info"

0 commit comments

Comments
 (0)