From 93220f99a52dc93f9a2d5b11074f60156ef70210 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 13 Jun 2020 18:38:31 +0200 Subject: Get LCD and Si5351 I2C to work --- sw/demo1/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sw/demo1/Cargo.toml') diff --git a/sw/demo1/Cargo.toml b/sw/demo1/Cargo.toml index 7219b30..cf33da1 100644 --- a/sw/demo1/Cargo.toml +++ b/sw/demo1/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" license = "MIT" [dependencies] +arrayvec = { version = "0.5", default-features = false, features = [] } # alloc-cortex-m = "0.3" # requires nightly cortex-m = "0.6" cortex-m-rt = "0.6" @@ -16,6 +17,9 @@ nb = "0.1" #stm32h7 = { version = "0.9", features = ["stm32h743", "rt"] } stm32f1xx-hal = { version = "0.5", features = ["rt", "stm32f103"] } embedded-hal = { version = "0.2", features = [] } +shared-bus = { version = "0.1.4", features = ["cortexm"] } +hd44780-driver = { path = "../deps/hd44780-driver"} +si5351 = { git = "https://github.com/ilya-epifanov/si5351", rev = "e509c36" } [profile.dev] codegen-units = 1 -- cgit v1.2.3