From 0aec14f87f0dff738b9381d61f65d274e90c6811 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Fri, 26 Sep 2025 20:07:39 +0100 Subject: [PATCH] Remove semihosting dependency from cortex-r-t - wasn't used Closes #64 --- cortex-r-rt/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cortex-r-rt/Cargo.toml b/cortex-r-rt/Cargo.toml index 804f258..c7f07fb 100644 --- a/cortex-r-rt/Cargo.toml +++ b/cortex-r-rt/Cargo.toml @@ -25,7 +25,6 @@ version = "0.2.0" [dependencies] cortex-ar = {version = "0.2.0", path = "../cortex-ar"} -semihosting = {version = "0.1.18", features = ["stdio"]} cortex-ar-rt-macros = {path = "../cortex-ar-rt-macros", version = "=0.1.0"} [features]