diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-12-01 17:46:56 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-12-01 17:46:56 +0100 |
| commit | 6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae (patch) | |
| tree | b85002c833e5100080050c259754ad7b2945ef60 /examples | |
| parent | 78135a81d96a8bb74207b3f73c9f261aa4561a18 (diff) | |
Add support for log+defmt again, but better.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 71d0bbd77..c845c1bfb 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml | |||
| @@ -17,14 +17,14 @@ defmt-error = [] | |||
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | [dependencies] | 19 | [dependencies] |
| 20 | embassy = { version = "0.1.0", path = "../embassy", features = ["defmt-trace"] } | 20 | embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] } |
| 21 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } | 21 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt", "defmt-trace", "52840"] } |
| 22 | 22 | ||
| 23 | defmt = "0.1.2" | 23 | defmt = "0.1.3" |
| 24 | defmt-rtt = "0.1.0" | 24 | defmt-rtt = "0.1.0" |
| 25 | 25 | ||
| 26 | cortex-m = { version = "0.6.3" } | 26 | cortex-m = { version = "0.6.3" } |
| 27 | cortex-m-rt = "0.6.12" | 27 | cortex-m-rt = "0.6.13" |
| 28 | embedded-hal = { version = "0.2.4" } | 28 | embedded-hal = { version = "0.2.4" } |
| 29 | panic-probe = "0.1.0" | 29 | panic-probe = "0.1.0" |
| 30 | nrf52840-hal = { version = "0.12.0" } | 30 | nrf52840-hal = { version = "0.12.0" } |
