-
Notifications
You must be signed in to change notification settings - Fork 31
/
Changelog.txt
65 lines (48 loc) · 1.99 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Release 0.3.4 (2022-01-16)
==========================
- Fix edge case return value of writeStream()
- Fix edge case return value of readStream()
- Added missing gain steps for getGainRange()
Release 0.3.3 (2018-05-09)
==========================
- Added check for hackrf_device_list API in header
- Fixed getGain() for the Rx AMP due to minus typo
Release 0.3.2 (2017-11-19)
==========================
- Corrected order of gain elements in the Rx direction
- Track settings during TX/RX switch for TRX switching
- Prevent spin loop in SoapyHackRF::acquireReadBuffer()
- Fix edge case in SoapyHackRF::releaseReadBuffer()
- Standard style find script for FindLIBHACKRF.cmake
Release 0.3.1 (2017-06-19)
==========================
- Cache discovered HackRF results for claimed devices
Release 0.3.0 (2017-04-29)
==========================
- Major cleanup for thread safety and buffer management
- Added label convention to hackrf discovery routine
- Support filtering specific devices by serial number
- Switch to format constants in streaming implementation
Release 0.2.2 (2016-10-19)
==========================
- New transceiver_mode_t enum for HackRF API changes
- Clarified copyright statements in source files
- Update debian files for SoapySDR module ABI format
Release 0.2.1 (2016-02-29)
==========================
- Fixed debian control file Maintainer/Uploaders
- Reset buffer counters before activating RX stream
- Rx stream switching waits for tx to be consumed
Release 0.2.0 (2015-11-20)
==========================
- Implemented Tx/Rx automatic stream switching
- Implemented automatic gain distribution algorithm
- Implemented the direct buffer access API
- Implemented getStreamFormats() for SoapySDR v0.4
- Implemented getNativeStreamFormat() for SoapySDR v0.4
- Implemented getStreamArgsInfo() for SoapySDR v0.4
- Created settings API calls for Bias TX control
- Moved buffers device arg into stream args
Release 0.1.0 (2015-10-10)
==========================
- First release of SoapyHackRF support module