index
:
rustl-sdr
master
wip
A pure Rust implementation of the RTL-SDR driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-07-28
Successfully detect R820T and FC0013 dongles
Yuval Adam
2018-07-28
Implement set_i2c_repeater()
Yuval Adam
2018-07-28
Cleanup some warnings
Yuval Adam
2018-07-28
Set the FIR coefficients using magic values
Yuval Adam
2018-07-28
Proper implementation of set_fir() doesn't work
Yuval Adam
2018-07-28
Continue init_baseband()
Yuval Adam
2018-07-28
Start implementing init_baseband()
Yuval Adam
2018-07-28
Cleanup write_reg()
Yuval Adam
2018-07-28
Cleanup warnings
Yuval Adam
2018-07-26
Successfully perform a dummy write
Yuval Adam
2018-07-26
Extract libusb context to a longer living lifetime
Yuval Adam
2018-07-23
Lifetime problems with opening the device
Yuval Adam
2018-07-23
Refactor structs
Yuval Adam
2018-07-23
Cleanup new()
Yuval Adam
2018-07-23
Add basic USB device discovery
Yuval Adam
2018-07-23
Initial RtlSdr struct and impl
Yuval Adam
2018-07-23
Add basic USB device enumeration
Yuval Adam
2018-07-23
Add basic Dongle struct
Yuval Adam
2018-07-23
Initial cargo library files
Yuval Adam