Skip to content

Commit 5cb6122

Browse files
committed
Remove bankerase command
This was a very old command that was added for some early LPC55 work that mostly serves to confuse people. Remove it. Fixes humility#387
1 parent 1a81d3b commit 5cb6122

File tree

5 files changed

+1
-161
lines changed

5 files changed

+1
-161
lines changed

Cargo.lock

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ members = [
2222
"humility-probes-core",
2323
"cmd/apptable",
2424
"cmd/auxflash",
25-
"cmd/bankerase",
2625
"cmd/console-proxy",
2726
"cmd/counters",
2827
"cmd/dashboard",
@@ -129,7 +128,6 @@ humility-probes-core = { path = "./humility-probes-core" }
129128
humility-stack = { path = "./humility-stack" }
130129
cmd-apptable = { path = "./cmd/apptable", package = "humility-cmd-apptable" }
131130
cmd-auxflash = { path = "./cmd/auxflash", package = "humility-cmd-auxflash" }
132-
cmd-bankerase = { path = "./cmd/bankerase", package = "humility-cmd-bankerase" }
133131
cmd-console-proxy = { path = "./cmd/console-proxy", package = "humility-cmd-console-proxy" }
134132
cmd-counters = { path = "./cmd/counters", package = "humility-cmd-counters" }
135133
cmd-dashboard = { path = "./cmd/dashboard", package = "humility-cmd-dashboard" }

cmd/bankerase/Cargo.toml

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

cmd/bankerase/src/lib.rs

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

humility-bin/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ humility-cmd = { workspace = true, default-features = false }
3737
humility-cli = { workspace = true }
3838
cmd-apptable = { workspace = true }
3939
cmd-auxflash = { workspace = true }
40-
cmd-bankerase = { workspace = true, optional = true }
4140
cmd-console-proxy = { workspace = true }
4241
cmd-counters = { workspace = true }
4342
cmd-dashboard = { workspace = true }
@@ -119,7 +118,7 @@ trycmd = { workspace = true }
119118

120119
[features]
121120
default = ["probes"]
122-
probes = ["humility-cmd/probes", "cmd-reset", "cmd-lsusb", "cmd-flash", "cmd-bankerase", "cmd-debugmailbox"]
121+
probes = ["humility-cmd/probes", "cmd-reset", "cmd-lsusb", "cmd-flash", "cmd-debugmailbox"]
123122

124123
[[bin]]
125124
name = "humility"

0 commit comments

Comments
 (0)