summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-24 21:22:29 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-24 21:30:25 +0100
commit5231fd670327bdae54643ba88548788c535848b1 (patch)
treed1e2cd0549f1b665df78a9d5ed1132b4296d281b /Cargo.toml
parent8f913fc1e795d3fd0566f4cac890db37f74d5866 (diff)
downloadnrf-softdevice-5231fd670327bdae54643ba88548788c535848b1.zip
Update to defmt panic/assert/unwrap macros
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60ae9cc..f88cca8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ members = [
"nrf-softdevice-macro",
"examples",
+ "nrf-softdevice-defmt-rtt",
]
exclude = [
@@ -24,6 +25,8 @@ anyfmt = { git = "https://github.com/akiles/embassy" }
embassy = { git = "https://github.com/akiles/embassy" }
embassy-nrf = { git = "https://github.com/akiles/embassy" }
embassy-macros = { git = "https://github.com/akiles/embassy" }
+defmt = { git = "https://github.com/Dirbaio/defmt", rev="23b2cfd9fe5481d6845f848f86b4ca0b5cfdb827" }
+defmt-macros = { git = "https://github.com/Dirbaio/defmt", rev="23b2cfd9fe5481d6845f848f86b4ca0b5cfdb827" }
[profile.dev]
codegen-units = 1