From 62fdd309c55286222d1add4ca3051353da0e11b8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 31 Mar 2021 17:40:53 +0200 Subject: Enable USB CDC ACM for eval-clock-cw-tx --- sw/eval-clock-cw-tx/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw/eval-clock-cw-tx/Cargo.toml') diff --git a/sw/eval-clock-cw-tx/Cargo.toml b/sw/eval-clock-cw-tx/Cargo.toml index b56ac96..ebf3e20 100644 --- a/sw/eval-clock-cw-tx/Cargo.toml +++ b/sw/eval-clock-cw-tx/Cargo.toml @@ -15,11 +15,13 @@ cortex-m-semihosting = "0.3" panic-semihosting = "0.5" nb = "1.0" #stm32h7 = { version = "0.9", features = ["stm32h743", "rt"] } -stm32f1xx-hal = { version = "0.7", features = ["rt", "stm32f103", "medium"] } +stm32f1xx-hal = { version = "0.7", 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"} si5351 = { path = "../deps/si5351" } +usb-device = { version = "0.2" } +usbd-serial = { version = "0.1" } [profile.dev] codegen-units = 1 -- cgit v1.2.3