diff options
| author | Ian McIntyre <ianpmcintyre@gmail.com> | 2022-11-27 21:23:56 -0500 |
|---|---|---|
| committer | Ian McIntyre <ianpmcintyre@gmail.com> | 2022-12-01 20:21:05 -0500 |
| commit | 2b3e933a71da3e00817b18d0481d3bea382f2949 (patch) | |
| tree | 1c6404951c91d79dcd619c2ed3b121558a671a13 /Cargo.toml | |
| parent | 8ba6242484308959bc24e84a8a77a28101679e1e (diff) | |
Update to cmrt 0.7.2, and use new features
No need for us to set VTOR and the stack pointer anymore.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ device = ["cortex-m-rt/device"] cfg-if = "1.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies] -cortex-m-rt = { version = "=0.7.1" } +cortex-m-rt = { version = "=0.7.2", features = ["set-vtor", "set-sp"] } [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies] board = { path = "board" } |
