diff options
| author | James Munns <[email protected]> | 2025-12-05 15:22:38 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-05 15:22:38 +0100 |
| commit | fa54dd5849a083b286b2a3f1928428c8704d3d70 (patch) | |
| tree | 56f6e4f4ad5233d357a7ef5fefb38083f32d0562 /examples/mcxa/Cargo.toml | |
| parent | 1ce2083f9a0fcf1cfbb10de0fb3ed44b460a5cc7 (diff) | |
Create separate ring buffered RX receiver to encapsulate unsafe
Diffstat (limited to 'examples/mcxa/Cargo.toml')
| -rw-r--r-- | examples/mcxa/Cargo.toml | 1 |
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" | |||
| 20 | embedded-io-async = "0.6.1" | 20 | embedded-io-async = "0.6.1" |
| 21 | heapless = "0.9.2" | 21 | heapless = "0.9.2" |
| 22 | panic-probe = { version = "1.0", features = ["print-defmt"] } | 22 | panic-probe = { version = "1.0", features = ["print-defmt"] } |
| 23 | static_cell = "2.1.1" | ||
| 23 | tmp108 = "0.4.0" | 24 | tmp108 = "0.4.0" |
| 24 | 25 | ||
| 25 | [profile.release] | 26 | [profile.release] |
