aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc55s69
diff options
context:
space:
mode:
authorRoi Bachynskyi <[email protected]>2025-09-10 12:21:04 +0300
committerIrina Chiorean <[email protected]>2025-09-12 11:43:59 +0300
commit547a52103b3c30506dc981fa89faa6c12765e97a (patch)
treeac723d86ba589d595bcdb88a194f6e848ede4bd9 /examples/lpc55s69
parent0816a6a4185eac63803bd7155941fa2d73a114a6 (diff)
lpc55: added lpc55-core0 feature
Co-authored-by: Irina Chiorean <[email protected]>
Diffstat (limited to 'examples/lpc55s69')
-rw-r--r--examples/lpc55s69/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lpc55s69/Cargo.toml b/examples/lpc55s69/Cargo.toml
index 79b27f269..579748595 100644
--- a/examples/lpc55s69/Cargo.toml
+++ b/examples/lpc55s69/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7publish = false 7publish = false
8 8
9[dependencies] 9[dependencies]
10embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55", "rt", "defmt", "time-driver-rtc"] } 10embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["lpc55-core0", "rt", "defmt", "time-driver-rtc"] }
11embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] } 11embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt"] }
12embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] } 12embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] }
13embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "tick-hz-32_768"] } 13embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "tick-hz-32_768"] }