diff options
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" |
