aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/Cargo.toml
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-12-08 08:44:50 -0800
committerFelipe Balbi <[email protected]>2025-12-08 09:33:47 -0800
commitcc34871ebef2513f69ce52f8f8f717473e701ec2 (patch)
tree811b25cd8152f8c928588b293ef68d0f8d925d0f /examples/mcxa/Cargo.toml
parentc48aa4c1a9820d3875995ca707c3aa133f17d19e (diff)
review comments
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..19d8d8657 100644
--- a/examples/mcxa/Cargo.toml
+++ b/examples/mcxa/Cargo.toml
@@ -8,6 +8,7 @@ publish = false
8[dependencies] 8[dependencies]
9cortex-m = { version = "0.7", features = ["critical-section-single-core"] } 9cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
10cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] } 10cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] }
11crc = "3.4.0"
11critical-section = "1.2.0" 12critical-section = "1.2.0"
12defmt = "1.0" 13defmt = "1.0"
13defmt-rtt = "1.0" 14defmt-rtt = "1.0"