diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |