defmt-rtt 0.4.1

Transmit defmt log messages over the RTT (Real-Time Transfer) protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["The Knurling-rs developers"]
categories = ["embedded", "no-std"]
description = "Transmit defmt log messages over the RTT (Real-Time Transfer) protocol"
edition = "2021"
keywords = ["knurling", "defmt", "defmt-transport"]
license = "MIT OR Apache-2.0"
name = "defmt-rtt"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "0.4.1"

[dependencies]
defmt = { version = "0.3", path = "../../defmt" }
critical-section = "1.1"