File: Changelog.txt

package info (click to toggle)
soapyhackrf 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: cpp: 1,438; xml: 53; python: 32; makefile: 10
file content (65 lines) | stat: -rw-r--r-- 2,033 bytes parent folder | download
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