diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-03 10:09:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-03 10:09:29 +0100 |
commit | 0a88998e2e183ac62aa3858a17a28ce0303a9780 (patch) | |
tree | 57417f2a30cb1531f794b3db76defde29b7b5164 /ChangeLog | |
parent | ec729dad2b099d3d0e410fa50fee4c94d508403f (diff) | |
download | dabmod-0a88998e2e183ac62aa3858a17a28ce0303a9780.tar.gz dabmod-0a88998e2e183ac62aa3858a17a28ce0303a9780.tar.bz2 dabmod-0a88998e2e183ac62aa3858a17a28ce0303a9780.zip |
Prepare v1.0.0v1.0.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,6 +1,23 @@ This file contains information about the changes done to ODR-DabMod in this repository +2017-03-03: Matthias P. Braendli <matthias@mpb.li> + (v1.0.0): + * odr-dabmod: + Add ETI-over-TCP input. + Add EDI input. + Add SoapySDR output, than can drive HackRF, LimeSDR and other boards. + Add LO offset to UHD output. + Make gainmode VAR the default and improve config syntax. + Fix TII insertion. + Display FCT and TIST in remote control. + Add most commonly used FIRFilter taps into binary and enable the + filter by default. + Add fast math configure option that can be used to improve performance + on ARM platforms as it allows the compiler to use NEON. + Improve logging. + Refactor internals (flowgraph, main loop, C++11 modernisation and more) + 2016-07-30: Matthias P. Braendli <matthias@mpb.li> (v0.6.0): * odr-dabmod: @@ -27,7 +44,7 @@ ODR-DabMod in this repository Add (experimental) TII support. Improve thread priority definition. Simplify handling of TIST offset, and add to RC. - Switch projecet to C++11. + Switch project to C++11. 2015-07-24: Matthias P. Braendli <matthias@mpb.li> (v0.5.3) |