aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/Cargo.toml
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-05 15:22:38 +0100
committerJames Munns <[email protected]>2025-12-05 15:22:38 +0100
commitfa54dd5849a083b286b2a3f1928428c8704d3d70 (patch)
tree56f6e4f4ad5233d357a7ef5fefb38083f32d0562 /examples/mcxa/Cargo.toml
parent1ce2083f9a0fcf1cfbb10de0fb3ed44b460a5cc7 (diff)
Create separate ring buffered RX receiver to encapsulate unsafe
Diffstat (limited to 'examples/mcxa/Cargo.toml')
-rw-r--r--examples/mcxa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml
index 4d0459f41..1ac8eac53 100644
--- a/examples/mcxa/Cargo.toml
+++ b/examples/mcxa/Cargo.toml
@@ -20,6 +20,7 @@ embassy-time-driver = "0.2.1"
20embedded-io-async = "0.6.1" 20embedded-io-async = "0.6.1"
21heapless = "0.9.2" 21heapless = "0.9.2"
22panic-probe = { version = "1.0", features = ["print-defmt"] } 22panic-probe = { version = "1.0", features = ["print-defmt"] }
23static_cell = "2.1.1"
23tmp108 = "0.4.0" 24tmp108 = "0.4.0"
24 25
25[profile.release] 26[profile.release]