Skip to content

Commit

Permalink
Remove hardware tracing support
Browse files Browse the repository at this point in the history
We never really got ITM/ETM working as well as we wanted and
keeping this support is making it harder to update probe-rs. Just
drop it for now and an eager person can bring it back later.
  • Loading branch information
labbott committed Jan 16, 2025
1 parent 7d8d339 commit caa1370
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 3,223 deletions.
31 changes: 0 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ members = [
"cmd/doc",
"cmd/dump",
"cmd/tofino-eeprom",
"cmd/etm",
"cmd/exec",
"cmd/extract",
"cmd/flash",
Expand All @@ -45,7 +44,6 @@ members = [
"cmd/rpc",
"cmd/i2c",
"cmd/ibc",
"cmd/itm",
"cmd/jefe",
"cmd/lpc55gpio",
"cmd/lsusb",
Expand Down Expand Up @@ -139,7 +137,6 @@ cmd-debugmailbox = { path = "./cmd/debugmailbox", package = "humility-cmd-debugm
cmd-doc = { path = "./cmd/doc", package = "humility-cmd-doc" }
cmd-dump = { path = "./cmd/dump", package = "humility-cmd-dump" }
cmd-tofino-eeprom = { path = "./cmd/tofino-eeprom", package = "humility-cmd-tofino-eeprom" }
cmd-etm = { path = "./cmd/etm", package = "humility-cmd-etm" }
cmd-exec = { path = "./cmd/exec", package = "humility-cmd-exec" }
cmd-extract = { path = "./cmd/extract", package = "humility-cmd-extract" }
cmd-flash = { path = "./cmd/flash", package = "humility-cmd-flash" }
Expand All @@ -152,7 +149,6 @@ cmd-host = { path = "./cmd/host", package = "humility-cmd-host" }
cmd-hydrate = { path = "./cmd/hydrate", package = "humility-cmd-hydrate" }
cmd-i2c = { path = "./cmd/i2c", package = "humility-cmd-i2c" }
cmd-ibc = { path = "./cmd/ibc", package = "humility-cmd-ibc" }
cmd-itm = { path = "./cmd/itm", package = "humility-cmd-itm" }
cmd-jefe = { path = "./cmd/jefe", package = "humility-cmd-jefe" }
cmd-lpc55gpio = { path = "./cmd/lpc55gpio", package = "humility-cmd-lpc55gpio" }
cmd-lsusb = { path = "./cmd/lsusb", package = "humility-cmd-lsusb" }
Expand Down
16 changes: 0 additions & 16 deletions cmd/etm/Cargo.toml

This file was deleted.

Loading

0 comments on commit caa1370

Please sign in to comment.