#defmt #log-messages #logging-framework #knurling #defmt-transport #setup

no-std defmt-rtt

Transmit defmt log messages over the RTT (Real-Time Transfer) protocol

6 releases (3 breaking)

0.4.0 Oct 6, 2022
0.3.2 Mar 10, 2022
0.3.1 Nov 26, 2021
0.2.0 Feb 20, 2021
0.1.0 Nov 11, 2020

#1476 in Embedded development

Download history 3476/week @ 2023-12-14 2493/week @ 2023-12-21 2645/week @ 2023-12-28 3321/week @ 2024-01-04 3620/week @ 2024-01-11 3559/week @ 2024-01-18 3346/week @ 2024-01-25 3143/week @ 2024-02-01 3551/week @ 2024-02-08 3357/week @ 2024-02-15 4428/week @ 2024-02-22 4330/week @ 2024-02-29 4609/week @ 2024-03-07 4301/week @ 2024-03-14 4255/week @ 2024-03-21 3193/week @ 2024-03-28

16,933 downloads per month
Used in 47 crates

MIT/Apache

86KB
1.5K SLoC

defmt-rtt

Transmit defmt log messages over the RTT (Real-Time Transfer) protocol

defmt ("de format", short for "deferred formatting") is a highly efficient logging framework that targets resource-constrained devices, like microcontrollers.

The fastest way to get started with defmt is to use our app-template to set up a new Cortex-M embedded project.

For more details about the framework check the book at https://defmt.ferrous-systems.com

Memory use

When in a tight memory situation and logging over RTT, the buffer size (default: 1024 bytes) can be configured with the DEFMT_RTT_BUFFER_SIZE environment variable. Use a power of 2 for best performance.

Support

defmt-rtt is part of the Knurling project, Ferrous Systems' effort at improving tooling used to develop for embedded systems.

If you think that our work is useful, consider sponsoring it via GitHub Sponsors.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Dependencies

~0.5–1MB
~22K SLoC