| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| defmt v1.1.0 source code.tar.gz | 2026-05-12 | 579.8 kB | |
| defmt v1.1.0 source code.zip | 2026-05-12 | 714.1 kB | |
| README.md | 2026-05-12 | 2.9 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
What's Changed
- Add bare metal ESP32-S2 to the
no_caslist by @bugadani in https://github.com/knurling-rs/defmt/pull/955 - Update object crate to version 0.36 by @mcnicholls in https://github.com/knurling-rs/defmt/pull/958
- add support for
#[defmt(transparent)]by @vic1707 in https://github.com/knurling-rs/defmt/pull/937 - Modify defmt-print so it can handle 'oneline' as a log format. by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/965
- macros: Fix env_filter logic by @jamesmunns in https://github.com/knurling-rs/defmt/pull/972
- typecheck logs disabled by filter by @de-vri-es in https://github.com/knurling-rs/defmt/pull/974
- impl Format for core::fmt::Error by @phycrax in https://github.com/knurling-rs/defmt/pull/1007
- Adding Format impl for core::num::Wrapping by @jmriesen in https://github.com/knurling-rs/defmt/pull/983
- Un-qualify use of
defmtin proc macros by @jamesmunns in https://github.com/knurling-rs/defmt/pull/1022 - feat: add bound attribute by @vic1707 in https://github.com/knurling-rs/defmt/pull/1044
- Use general semihosting crate instead of cortex-m specific crate by @Siddhant779 in https://github.com/knurling-rs/defmt/pull/1046
New Contributors
- @bugadani made their first contribution in https://github.com/knurling-rs/defmt/pull/955
- @nazo6 made their first contribution in https://github.com/knurling-rs/defmt/pull/952
- @luigix25 made their first contribution in https://github.com/knurling-rs/defmt/pull/956
- @mcnicholls made their first contribution in https://github.com/knurling-rs/defmt/pull/958
- @gibbz00 made their first contribution in https://github.com/knurling-rs/defmt/pull/959
- @vic1707 made their first contribution in https://github.com/knurling-rs/defmt/pull/937
- @de-vri-es made their first contribution in https://github.com/knurling-rs/defmt/pull/974
- @markhakansson made their first contribution in https://github.com/knurling-rs/defmt/pull/1004
- @aimir made their first contribution in https://github.com/knurling-rs/defmt/pull/1003
- @phycrax made their first contribution in https://github.com/knurling-rs/defmt/pull/1007
- @Hoverbear made their first contribution in https://github.com/knurling-rs/defmt/pull/1009
- @Oveln made their first contribution in https://github.com/knurling-rs/defmt/pull/1005
- @darkwater made their first contribution in https://github.com/knurling-rs/defmt/pull/966
- @N-T-K made their first contribution in https://github.com/knurling-rs/defmt/pull/1011
- @jmriesen made their first contribution in https://github.com/knurling-rs/defmt/pull/983
- @knoellle made their first contribution in https://github.com/knurling-rs/defmt/pull/1041
- @Siddhant779 made their first contribution in https://github.com/knurling-rs/defmt/pull/1046
Full Changelog: https://github.com/knurling-rs/defmt/compare/defmt-v1.0.1...defmt-v1.1.0