diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-21 12:17:51 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 12:17:51 +0000 |
| commit | b9d90d7cbba5c5c108f71d04d4d309db59a12d0b (patch) | |
| tree | 872679a659ee2907b661d79d4f63ef15418f584f /examples | |
| parent | 03a16011f63c11c97ded10f7e6b872db81280a23 (diff) | |
| parent | 2a696579275a035ab56023313284f8a66ef37a45 (diff) | |
Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test
feat: added log-to-defmt feature to embassy-nxp
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/lpc55s69/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lpc55s69/Cargo.toml b/examples/lpc55s69/Cargo.toml index 6ec6e51a8..1724a22d4 100644 --- a/examples/lpc55s69/Cargo.toml +++ b/examples/lpc55s69/Cargo.toml | |||
| @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |||
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt"] } | 9 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt", "defmt"] } |
| 10 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] } | 10 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] } |
| 11 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } | 11 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } |
| 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } | 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt"] } |
