diff options
| author | Felipe Balbi <[email protected]> | 2025-12-08 08:44:50 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-08 09:33:47 -0800 |
| commit | cc34871ebef2513f69ce52f8f8f717473e701ec2 (patch) | |
| tree | 811b25cd8152f8c928588b293ef68d0f8d925d0f /examples/mcxa/Cargo.toml | |
| parent | c48aa4c1a9820d3875995ca707c3aa133f17d19e (diff) | |
review comments
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..19d8d8657 100644 --- a/examples/mcxa/Cargo.toml +++ b/examples/mcxa/Cargo.toml | |||
| @@ -8,6 +8,7 @@ publish = false | |||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | 9 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } |
| 10 | cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] } | 10 | cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] } |
| 11 | crc = "3.4.0" | ||
| 11 | critical-section = "1.2.0" | 12 | critical-section = "1.2.0" |
| 12 | defmt = "1.0" | 13 | defmt = "1.0" |
| 13 | defmt-rtt = "1.0" | 14 | defmt-rtt = "1.0" |
