diff --git a/collector/benchmarks/stm32h7xx-hal/.cargo/config b/collector/benchmarks/stm32h7xx-hal/.cargo/config deleted file mode 100644 index 8885d7e4c..000000000 --- a/collector/benchmarks/stm32h7xx-hal/.cargo/config +++ /dev/null @@ -1,9 +0,0 @@ -[target.thumbv7em-none-eabihf] -runner = 'arm-none-eabi-gdb' -rustflags = [ - # LLD (shipped with the Rust toolchain) is used as the default linker - "-C", "link-arg=-Tlink.x", -] - -[build] -target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) \ No newline at end of file diff --git a/collector/benchmarks/stm32h7xx-hal/Cargo.toml b/collector/benchmarks/stm32h7xx-hal/Cargo.toml index 96fcd1432..4db56ad5f 100644 --- a/collector/benchmarks/stm32h7xx-hal/Cargo.toml +++ b/collector/benchmarks/stm32h7xx-hal/Cargo.toml @@ -20,8 +20,6 @@ readme = "README.md" exclude = [".gitignore"] [package.metadata.docs.rs] -features = ["stm32h743v", "rt", "quadspi", "sdmmc", "fmc", "rtc", "ethernet"] -targets = ["thumbv7em-none-eabihf"] [dependencies] embedded-hal = "0.2.4" @@ -69,7 +67,7 @@ default-features = false features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"] [features] -default = ["unproven"] +features = ["stm32h743v", "rt", "quadspi", "sdmmc", "fmc", "rtc", "ethernet"] unproven = ["embedded-hal/unproven"] device-selected = [] revision_v = []