diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-17 11:30:17 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-17 11:30:44 +0100 |
commit | 7ca7edbc5a80b3869fb0772946c00c76c264da8d (patch) | |
tree | f9b8fabd56fe422d637475b882e50982027d524d /TODO | |
parent | 4f7636694a752fa8c652c684a3c9ebf1488ceaa4 (diff) | |
download | dabmod-7ca7edbc5a80b3869fb0772946c00c76c264da8d.tar.gz dabmod-7ca7edbc5a80b3869fb0772946c00c76c264da8d.tar.bz2 dabmod-7ca7edbc5a80b3869fb0772946c00c76c264da8d.zip |
Don't use CLOCK_GETTIME in SDR
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ https://discourse.myriadrf.org/t/synchronize-two-limesdr/1714 DPD will be possible too. -Move dpd port from uhd section to somewhere else. +Test sleep_through_frame implementation. Clean up and separate GPS and refclk checks. * *done* handle UHD GPSDO and time @@ -31,7 +31,7 @@ Add antenna selection to config. Test RC entries. -Portability: replace clock_gettime with std::chrono +*done* Portability: replace clock_gettime with std::chrono *done* Make an abstraction for the DPD feedback server, use it for Soapy and UHD. |