Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
defmt-v0.3.8 source code.tar.gz | 2024-05-17 | 543.8 kB | |
defmt-v0.3.8 source code.zip | 2024-05-17 | 654.0 kB | |
README.md | 2024-05-17 | 10.7 kB | |
Totals: 3 Items | 1.2 MB | 0 |
What's Changed
- Satisfy clippy by @Urhengulas in https://github.com/knurling-rs/defmt/pull/678
- Add changelog enforcer by @Urhengulas in https://github.com/knurling-rs/defmt/pull/679
- Make use of i/o locking being static since rust
1.61
. by @Urhengulas in https://github.com/knurling-rs/defmt/pull/681 - Quit when EOF is reached by @kellda in https://github.com/knurling-rs/defmt/pull/682
CI
: Temporarily disableqemu-snapshot (nightly)
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/686- Fix syn dependency version by @Disasm in https://github.com/knurling-rs/defmt/pull/684
- Make sure the whole RTT structure is in RAM by @jannic in https://github.com/knurling-rs/defmt/pull/683
CI
: Re-enableqemu-snapshot (nightly)
tests by @Urhengulas in https://github.com/knurling-rs/defmt/pull/687- Release
defmt-decoder 0.3.3
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/688 - Satisfy clippy by @Urhengulas in https://github.com/knurling-rs/defmt/pull/690
- Wrap const fn in const item to ensure compile-time-evaluation. by @Urhengulas in https://github.com/knurling-rs/defmt/pull/692
- defmt-rtt: Update to critical-section 1.0 by @Dirbaio in https://github.com/knurling-rs/defmt/pull/689
- Update all dependencies by @jonas-schievink in https://github.com/knurling-rs/defmt/pull/697
defmt-test-macros
: Addbefore_each
andafter_each
attributes. by @hdoordt in https://github.com/knurling-rs/defmt/pull/696defmt-rtt
: Refactor rtt [3/2] by @Urhengulas in https://github.com/knurling-rs/defmt/pull/695- Expose number of tests in test artifact for other tools to pick up by @hdoordt in https://github.com/knurling-rs/defmt/pull/698
- Pre-release cleanup by @Urhengulas in https://github.com/knurling-rs/defmt/pull/701
defmt-print
: Update toclap 4.0
. by @Urhengulas in https://github.com/knurling-rs/defmt/pull/703- Release
defmt-macros 0.3.3
,defmt-print 0.3.3
,defmt-rtt 0.4.0
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/704 - Update CI by @Urhengulas in https://github.com/knurling-rs/defmt/pull/710
- Satisfy Clippy by @Urhengulas in https://github.com/knurling-rs/defmt/pull/706
xtask
: Updateclap
to version4.0
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/715- Fix panic when trying to get location_info when the locations doesn't contain the frame index. by @hydra in https://github.com/knurling-rs/defmt/pull/719
- Replace unmaintained difference with dissimilar by @Yatekii in https://github.com/knurling-rs/defmt/pull/726
- Replace chrono with time to avoid pulling in old, vulnerable versions of time by @Yatekii in https://github.com/knurling-rs/defmt/pull/725
- defmt: add impl for core::net by @newAM in https://github.com/knurling-rs/defmt/pull/733
- Fix [#536] - add help for format string parsing error by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/735
- Add 0x prefix onto defmt'd pointers. by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/734
- Expose hard_fault panicking behavior by @ia0 in https://github.com/knurling-rs/defmt/pull/737
- Clean
xtask
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/739 - Snapshot tests for
core::net
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/740 defmt-macros
: Disable default features forrstest
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/741defmt-parser
: Simplify tests withrstest
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/743- Adds
crate_name
toSymbol
by @BriocheBerlin in https://github.com/knurling-rs/defmt/pull/742 - Clean
defmt-parser
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/744 - Release
defmt-v0.3.3
,defmt-decoder-v0.3.5
,defmt-macros v0.3.4
,defmt-parser v0.3.2
,defmt-print v0.3.5
andpanic-probe v0.3.1
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/745 - Bump wire version by @therealfrauholle in https://github.com/knurling-rs/defmt/pull/747
- Release
defmt-v0.3.4
,defmt-decoder-v0.3.6
,defmt-print-v0.3.6
and yank previous by @Urhengulas in https://github.com/knurling-rs/defmt/pull/748 - Add support for decoding wire format version 3 by @jannic in https://github.com/knurling-rs/defmt/pull/750
- Release
defmt-decoder v0.3.7
,defmt-macros v0.3.5
,defmt-parser v0.3.3
,defmt-print v0.3.7
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/754 - add defmt impls for
core::ptr::NonNull
andfn(...) -> Ret
by @Crzyrndm in https://github.com/knurling-rs/defmt/pull/753 - Goodbye bors by @Urhengulas in https://github.com/knurling-rs/defmt/pull/756
- Allow defmt-print to connect to a TCP port. by @hydra in https://github.com/knurling-rs/defmt/pull/757
- Tidy up
defmt-print
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/758 defmt-macros
: Upgrade to syn 2 by @mkroening in https://github.com/knurling-rs/defmt/pull/760- Release
defmt v0.3.5
,defmt-macros 0.3.6
anddefmt-print 0.3.8
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/759 - Fix tags in
CHANGELOG.md
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/761 decoder::log
: RenamePrettyLogger
toStdoutLogger
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/766- decoder: add support for customizable logger formatting by @andresovela in https://github.com/knurling-rs/defmt/pull/765
- Prepare to release
defmt-decoder v0.3.8
anddefmt-print v0.3.8
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/768 - Ignore empty items in DEFMT_LOG by @GrantM11235 in https://github.com/knurling-rs/defmt/pull/771
- decoder: Ignore AArch64 mapping symbols by @paulmenage in https://github.com/knurling-rs/defmt/pull/775
- decoder: add support for color, style, width and alignment to format by @andresovela in https://github.com/knurling-rs/defmt/pull/769
- Simplify stdout logger by @Urhengulas in https://github.com/knurling-rs/defmt/pull/777
- decoder: add support for nested log formatting by @andresovela in https://github.com/knurling-rs/defmt/pull/778
- Add
pub struct Formatter
todefmt_decoder::log
. by @Urhengulas in https://github.com/knurling-rs/defmt/pull/781 - Prepare
defmt-decoder v0.3.9
release by @Urhengulas in https://github.com/knurling-rs/defmt/pull/784 defmt-test
: Exit with semihosting exit by @Urhengulas in https://github.com/knurling-rs/defmt/pull/786- Release
defmt-test v0.3.1
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/787 - Add support for new time-related display hints by @andresovela in https://github.com/knurling-rs/defmt/pull/789
- decoder: formatting improvements by @andresovela in https://github.com/knurling-rs/defmt/pull/783
- Add log format documentation to the book by @andresovela in https://github.com/knurling-rs/defmt/pull/785
- Disable nightly tests by @Urhengulas in https://github.com/knurling-rs/defmt/pull/803
- CI: Remove mdbook strategy by @Urhengulas in https://github.com/knurling-rs/defmt/pull/804
- Release defmt v0.3.6 (and others) by @Urhengulas in https://github.com/knurling-rs/defmt/pull/808
- Release
defmt-test v0.3.2
which includesdefmt-test-macros v0.3.1
. by @Urhengulas in https://github.com/knurling-rs/defmt/pull/816 - Fix trait bounds issue [#799] by @Sympatron in https://github.com/knurling-rs/defmt/pull/800
- doc: add note for the alloc feature flag by @ValouBambou in https://github.com/knurling-rs/defmt/pull/813
- book: Add some examples for byte slice/array hints as well by @plaes in https://github.com/knurling-rs/defmt/pull/811
- Cleanup by @Urhengulas in https://github.com/knurling-rs/defmt/pull/821
- Add a feature to stop linking the default panic by @BryanKadzban in https://github.com/knurling-rs/defmt/pull/812
- Update gimli to 0.29.0 by @Tiwalun in https://github.com/knurling-rs/defmt/pull/828
- Fix CI by @Urhengulas in https://github.com/knurling-rs/defmt/pull/831
- Deprecate ip_in_core feature by @Urhengulas in https://github.com/knurling-rs/defmt/pull/805
- book: Document how to feature-gate derive(defmt::Format ) by @plaes in https://github.com/knurling-rs/defmt/pull/830
- Release
defmt v0.3.7
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/832 - Use the more naive crate name to support renaming by @diondokter in https://github.com/knurling-rs/defmt/pull/835
- Release
defmt-macros v0.3.9
and yankv0.3.8
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/836 - Switch to Cargo instruction compatible with older versions of Cargo by @arctic-alpaca in https://github.com/knurling-rs/defmt/pull/838
- Fix tests by @Urhengulas in https://github.com/knurling-rs/defmt/pull/839
- Support pre 1.77 by @Urhengulas in https://github.com/knurling-rs/defmt/pull/840
- Release
defmt 0.3.8
and yank0.3.7
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/841
New Contributors
- @kellda made their first contribution in https://github.com/knurling-rs/defmt/pull/682
- @Disasm made their first contribution in https://github.com/knurling-rs/defmt/pull/684
- @hdoordt made their first contribution in https://github.com/knurling-rs/defmt/pull/696
- @hydra made their first contribution in https://github.com/knurling-rs/defmt/pull/719
- @Yatekii made their first contribution in https://github.com/knurling-rs/defmt/pull/726
- @ia0 made their first contribution in https://github.com/knurling-rs/defmt/pull/737
- @therealfrauholle made their first contribution in https://github.com/knurling-rs/defmt/pull/747
- @Crzyrndm made their first contribution in https://github.com/knurling-rs/defmt/pull/753
- @mkroening made their first contribution in https://github.com/knurling-rs/defmt/pull/760
- @GrantM11235 made their first contribution in https://github.com/knurling-rs/defmt/pull/771
- @paulmenage made their first contribution in https://github.com/knurling-rs/defmt/pull/775
- @Sympatron made their first contribution in https://github.com/knurling-rs/defmt/pull/800
- @ValouBambou made their first contribution in https://github.com/knurling-rs/defmt/pull/813
- @plaes made their first contribution in https://github.com/knurling-rs/defmt/pull/811
- @BryanKadzban made their first contribution in https://github.com/knurling-rs/defmt/pull/812
- @Tiwalun made their first contribution in https://github.com/knurling-rs/defmt/pull/828
- @diondokter made their first contribution in https://github.com/knurling-rs/defmt/pull/835
- @arctic-alpaca made their first contribution in https://github.com/knurling-rs/defmt/pull/838
Full Changelog: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.2...defmt-v0.3.8