summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt/Cargo.toml
blob: df812b5af6f6564c1252d8c73465616eb0eccc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 = "nrf-softdevice-defmt-rtt"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "0.1.0"

[dependencies]
defmt = { version = "0.3" }
nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" }
cortex-m = "0.6.4"
critical-section = { version = "0.2.1" }