Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyNeubauer authored and bastibl committed Oct 10, 2024
1 parent 6b90c6f commit 669290c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 1,404 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "crates/rtl-sdr-rs"]
path = crates/rtl-sdr-rs
url = https://github.com/bastibl/rtl-sdr-rs.git
[submodule "crates/seify-hackrfone"]
path = crates/seify-hackrfone
url = https://github.com/MerchGuardian/seify-hackrfone.git
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ license = "Apache-2.0"
repository = "https://github.com/FutureSDR/seify"

[features]
default = ["soapy"]
# default = ["soapy"]
default = ["hackrfone"]
rtlsdr = ["dep:seify-rtlsdr"]
hackrfone = ["dep:seify-hackrfone", "dep:nusb"]
hackrfone = ["dep:seify-hackrfone"]
aaronia = ["dep:aaronia-rtsa"]
aaronia_http = ["dep:ureq"]
soapy = ["dep:soapysdr"]
Expand All @@ -25,7 +26,6 @@ futures = "0.3"
log = "0.4"
nom = "7.1"
num-complex = "0.4"
nusb = { git = "https://github.com/kevinmehall/nusb.git", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.6"
Expand All @@ -34,7 +34,7 @@ thiserror = "1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
once_cell = "1.19"
seify-rtlsdr = { path = "crates/rtl-sdr-rs", version = "0.0.3", optional = true }
seify-hackrfone = { path = "crates/hackrf-one-rs", optional = true }
seify-hackrfone = { path = "crates/seify-hackrfone", version = "0.1.0", optional = true }
soapysdr = { version = "0.4", optional = true }
ureq = { version = "2.9", features = ["json"], optional = true }

Expand Down
1 change: 0 additions & 1 deletion crates/hackrf-one-rs/.gitignore

This file was deleted.

Loading

0 comments on commit 669290c

Please sign in to comment.