diff options
| author | i509VCB <[email protected]> | 2025-06-25 22:56:11 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-07-08 16:38:17 -0500 |
| commit | 6609a85f3ce941ef07e471e56981a819b17e9303 (patch) | |
| tree | ac4a3496617de64b3fac069e8f3e390d19ff115f /examples/lpc55s69 | |
| parent | dea59b1e6f63d943ab0bd3ddcf4dc18e72340770 (diff) | |
nxp: add feature for lpc55
this is needed since I will be working on adding support for the MCX families to embassy-nxp
Co-authored-by: IriniaCh524 <[email protected]>
Diffstat (limited to 'examples/lpc55s69')
| -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 7f81e9c7f..6ec6e51a8 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 = ["rt"] } | 9 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt"] } |
| 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"] } |
