-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changelog.txt
84 lines (58 loc) · 2.39 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
This this the changelog file for the SoapyIris project.
Release 2020.02.0.1 (2020-02-10)
==========================
- Buffer alignment for DMA calls
- Support FFT enabled RF core:
- async overflow reporting
- arbitrary transmit flags
- ttd disables tx flow control
- Switch to SoapySDR logger for stream status indicators
- Added support for setting SO_PRIORITY on tx sockets
Release 2019.01.0.1 (2019-02-04)
==========================
- Increased the default discovery timeout to 300 us
- Increase stream buffer to support 8kib jumbo packets
- Embed a route into the Tx packet header for hub support
Release 2018.12.0.1 (2018-12-27)
==========================
- Added --img support for flasher script
- TDD mode settings for streaming with TDD framer module
Release 2018.08.0.1 (2018-08-28)
==========================
- Converter support for dual channel complex 8-bit streaming
- Switch to TWBW64 framing mode for Rx/Tx streams + status
- Remove driver series check, just compare firmware vs FPGA.
The print was basically always out of date and we just need
to confirm that the streaming protocol is actually matched.
Release 2018.05.0.2 (2018-08-28)
==========================
- Fixed writeBuffer() loop for SOAPY_SDR_WAIT_TRIGGER flag
The flag should be cleared for subsequent loop iterations
Release 2018.05.0.1 (2018-05-01)
==========================
- Release for matching version checks 2018.05.0.*
Release 2018.04.0.1 (2018-04-12)
==========================
- support timeout keyword in args (same as remote:timeout)
- attempt to use soapyremote 0.7 feature stream bypass
Release 2018.03.0.2 (2018-04-12)
==========================
- fixed multi-buffer readStream accounting
- use multi-buffer reads/writes in example
Release 2018.03.0.1 (2018-03-21)
==========================
- configurable ethernet mtu for stream args (MTU key)
Release 2018.02.0.1 (pending)
==========================
- regex is broken in gcc < 4.9, ignore the version parsing
- Version update to match firmware from February 2018
Release 2018.01.0.1 (pending)
==========================
- try/catch for version parser in case of failure
- Version update to match firmware from January 2018
Release 2017.11.0.2 (pending)
==========================
- Added read/writeStream loop support for full contiguous buffers
Release 2017.11.0.1 (pending)
==========================
- Initial commit of SoapyIris project and repo creation