From f895bf326eaa8c7fb38c308264f9802d390f0ed3 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 20 Mar 2024 16:52:00 +0100 Subject: [PATCH] chore: Remove todo --- hil-test/.cargo/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/hil-test/.cargo/config.toml b/hil-test/.cargo/config.toml index a7b329645d2..42e7077893a 100644 --- a/hil-test/.cargo/config.toml +++ b/hil-test/.cargo/config.toml @@ -7,14 +7,12 @@ rustflags = [ ] [target.'cfg(target_arch = "xtensa")'] -# TODO: Xtensa not yet fully supported by `probe-rs` runner = "probe-rs run" rustflags = [ "-C", "link-arg=-nostartfiles", "-C", "link-arg=-Wl,-Tlinkall.x", "-C", "link-arg=-Tdefmt.x", "-C", "link-arg=-Tembedded-test.x", - ] [unstable]