Skip to content

Commit 1631db0

Browse files
authored
remove unused rust-toolchain.toml files and panic handler feature flag (#588)
1 parent 5db68a6 commit 1631db0

File tree

11 files changed

+5
-703
lines changed

11 files changed

+5
-703
lines changed

Cargo.lock

Lines changed: 0 additions & 659 deletions
This file was deleted.

Cargo.lock.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

firmware-binaries/clock-control-reg-cpy/rust-toolchain.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

firmware-binaries/clock-control/rust-toolchain.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

firmware-binaries/examples/hello/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 Google LLC
1+
# SPDX-FileCopyrightText: 2022-2024 Google LLC
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

@@ -13,5 +13,5 @@ authors = ["Google LLC"]
1313

1414
[dependencies]
1515
riscv-rt = "0.11.0"
16-
bittide-sys = { path = "../../../firmware-support/bittide-sys", features = ["panic-handler"] }
16+
bittide-sys = { path = "../../../firmware-support/bittide-sys" }
1717
ufmt = "0.2.0"

firmware-binaries/examples/hello/rust-toolchain.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

firmware-binaries/processing-element-test/rust-toolchain.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

firmware-binaries/test-cases/dna_port_e2_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ authors = ["Google LLC"]
1313

1414
[dependencies]
1515
riscv-rt = "0.11.0"
16-
bittide-sys = { path = "../../../firmware-support/bittide-sys"}
16+
bittide-sys = { path = "../../../firmware-support/bittide-sys" }
1717
ufmt = "0.2.0"

firmware-binaries/test-cases/time_self_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ authors = ["Google LLC"]
1313

1414
[dependencies]
1515
riscv-rt = "0.11.0"
16-
bittide-sys = { path = "../../../firmware-support/bittide-sys", features = ["panic-handler"] }
16+
bittide-sys = { path = "../../../firmware-support/bittide-sys" }
1717
ufmt = "0.2.0"

firmware-binaries/test-cases/time_self_test/rust-toolchain.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

firmware-support/bittide-sys/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 Google LLC
1+
# SPDX-FileCopyrightText: 2022-2024 Google LLC
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

@@ -13,7 +13,6 @@ resolver = "2"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[features]
16-
panic-handler = []
1716
default = []
1817

1918
[dependencies]

0 commit comments

Comments
 (0)