From 06f52526f987d6d2838fab5bb7edc2dab3fc5d6b Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 25 Jul 2019 10:52:20 -0400 Subject: Remove bare-metal and cortex-m-semihosting deps. --- app/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/Cargo.toml') diff --git a/app/Cargo.toml b/app/Cargo.toml index 98e0642..09900f9 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -11,6 +11,8 @@ rb = { path = "../rb" } usbh = { path = "../usbh" } trinket_m0 = { path = "../../atsamd/boards/trinket_m0" } +clint = { path = "../../clint" } + panic-halt = "~0.2" smart-leds = "~0.2" smart-leds-trait = "~0.2" @@ -19,9 +21,6 @@ nb = "~0.1" cortex-m = "~0.6" cortex-m-rt = "~0.6" embedded-hal = "~0.2" -clint = { path = "../../clint" } -#cortex-m-semihosting = "~0.3" -bare-metal = "~0.2" log = "~0.4" [features] -- cgit v1.2.3