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
2021-04-28
Fix set_if_freq() handling in init
wip
Yuval Adam
2021-04-28
WIP
Yuval Adam
2021-04-25
Try holding an Tuners enum
Yuval Adam
2021-04-25
Add initial Tuners enum
Yuval Adam
2021-04-25
Implement set bandwidth
Yuval Adam
2021-04-25
Restore dynamic trait polymorphism with handles in functions
Yuval Adam
2021-04-24
Implement get_freq_range in addition to hard coded table
Yuval Adam
2021-04-23
Remove errors for now
Yuval Adam
2021-04-23
Reorg handle and tuner references
Yuval Adam
2021-04-23
Cleanup I2C write functions
Yuval Adam
2021-04-23
Add more r82xx functions and cleanup some errors
Yuval Adam
2021-04-23
Start implementing lots of R82xx logic
Yuval Adam
2021-04-18
Fix tuner init
Yuval Adam
2021-04-18
Move tuner into USB handle
Yuval Adam
2021-04-18
Add read_sync placeholder
Yuval Adam
2021-04-18
Finalize handle and tuner init
Yuval Adam
2021-04-18
Handle refactoring WIP
Yuval Adam
2021-04-18
Implement set_sample_rate()
HEAD
master
Yuval Adam
2021-04-17
Start moving handle around
Yuval Adam
2021-04-17
Start refactoring out handle and implementing rtl_test
Yuval Adam
2021-04-17
Add rustl_test binary
Yuval Adam
2021-04-17
Internalize tuner init
Yuval Adam
2021-04-17
Fix borked test
Yuval Adam
2021-04-17
Fix tuner probing logic
Yuval Adam
2021-04-17
Add env logging
Yuval Adam
2021-04-17
Move into utils/ directory
Yuval Adam
2021-04-17
Initial binary skeleton
Yuval Adam
2021-04-17
Cleanup deinit and document lifecycle
v0.2
Yuval Adam
2021-04-17
Dynamic dispatch of tuner
Yuval Adam
2021-04-17
Implement search_tuner()
Yuval Adam
2021-04-17
Device open logic works
Yuval Adam
2021-04-17
Pass handle as reference to tuner and implement Drop
Yuval Adam
2021-04-17
Initial rusb version that actually compiles!
Yuval Adam
2021-04-17
Remove useless mut
Yuval Adam
2018-08-03
Add device methods
Yuval Adam
2018-08-03
Implement r820t init
Yuval Adam
2018-08-03
Disable multi dongle support for now
Yuval Adam
2018-08-02
Refactor out USB function
Yuval Adam
2018-07-30
Implement deinit_baseband()
Yuval Adam
2018-07-30
Duplicate all teh codez
Yuval Adam
2018-07-29
Refactor DeviceInfo struct and impls
Yuval Adam
2018-07-29
Add --nocapture flag to test in README
Yuval Adam
2018-07-29
Lower case fields in Device struct
Yuval Adam
2018-07-29
Extract devices into separate files
Yuval Adam
2018-07-29
Cleanup DEVICES array
Yuval Adam
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
[next]