Skip to content

Commit

Permalink
cleanup feature bitrot and use loopback for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Jan 1, 2025
1 parent fd7e2f8 commit 7296870
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions services/cram-mbox2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ num-derive = { version = "0.4.2", default-features = false }
num-traits = { version = "0.2.14", default-features = false }

[features]
"cramium" = []
"ext" = [] # must match setting in cram-mbox1
default = ["cramium", "ext"]
"cramium" = ["utralib/cramium-fpga"]
# ext specifies to use the APB client, instead of the loopback local
"ext" = [] # must match setting in cram-mbox1
default = ["cramium"]

0 comments on commit 7296870

Please sign in to comment.