diff options
Diffstat (limited to 'sw/eval-clock-cw-tx/Cargo.toml')
-rw-r--r-- | sw/eval-clock-cw-tx/Cargo.toml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sw/eval-clock-cw-tx/Cargo.toml b/sw/eval-clock-cw-tx/Cargo.toml index ebf3e20..d83b9b2 100644 --- a/sw/eval-clock-cw-tx/Cargo.toml +++ b/sw/eval-clock-cw-tx/Cargo.toml @@ -6,16 +6,15 @@ edition = "2018" license = "MIT" [dependencies] -arrayvec = { version = "0.5", default-features = false, features = [] } +arrayvec = { version = "0.7", default-features = false, features = [] } # alloc-cortex-m = "0.3" # requires nightly -cortex-m = "0.6" -cortex-m-rt = "0.6" -# consider cortex-m-rtfm -cortex-m-semihosting = "0.3" +cortex-m = "0.7" +cortex-m-rt = "0.7" +cortex-m-semihosting = "0.5" panic-semihosting = "0.5" nb = "1.0" #stm32h7 = { version = "0.9", features = ["stm32h743", "rt"] } -stm32f1xx-hal = { version = "0.7", features = ["rt", "stm32f103", "medium", "stm32-usbd"] } +stm32f1xx-hal = { version = "0.10", features = ["rt", "stm32f103", "medium", "stm32-usbd"] } embedded-hal = { version = "0.2", features = [] } shared-bus = { version = "0.2", features = ["cortex-m"] } hd44780-driver = { path = "../deps/hd44780-driver"} |