head 1.2; access; symbols pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2021.12.11.17.39.56; author tnn; state dead; branches; next 1.1; commitid iD31a3BLKpri2gkD; 1.1 date 2021.04.24.16.34.54; author tnn; state Exp; branches; next ; commitid GWNovj6sRbyk6zQC; desc @@ 1.2 log @uhd: update to 4.1.0.4 With UHD 4.0, RFNoC has undergone a major overhaul for improved usability, performance, and compatibility with tools like GNU Radio. Improved Radio Performance Increase channel bandwidth to 250 MSPS and beyond. Flexible bus width to increase throughput. Static routing for lower latency and higher throughput Updates to the NOC shell layer for improved latency and throughput. FPGA Design Flow Enhancements Ability to scale to a larger number of user-defined blocks. Reduced FPGA resource utilization in many instances. More Flexibility Architectural flexibility enables users to make more design tradeoffs. Allows the user to balance flexibility, resource utilization, and performance. Improved User Experience Improved documentation with a full RFNoC Specification Power calibration utility API (requires external calibration reference) Python API enhancements with full Python 3 support. Stability improvements from new automated testing infrastructure. Use embedded series radios without programming the ARM processing with "Network Mode" over the RJ45 @ text @$NetBSD: patch-lib_usrp_usrp2_usrp2__impl.cpp,v 1.1 2021/04/24 16:34:54 tnn Exp $ libuhd.so.3.15.0: undefined reference to `int boost::math::sign(double const&)' --- lib/usrp/usrp2/usrp2_impl.cpp.orig 2020-01-01 04:21:49.000000000 +0000 +++ lib/usrp/usrp2/usrp2_impl.cpp @@@@ -835,6 +835,9 @@@@ void usrp2_impl::set_tx_fe_corrections(c } } +#include +#include + double usrp2_impl::set_tx_dsp_freq( const std::string &mb, const double freq_ @@@@ -878,8 +881,6 @@@@ meta_range_t usrp2_impl::get_tx_dsp_freq ); } -#include -#include void usrp2_impl::update_clock_source(const std::string &mb, const std::string &source){ //NOTICE: U2_REG_MISC_CTRL_CLOCK is on the wb clock, and cannot be set from fifo_ctrl @ 1.1 log @uhd: fix boost fallout @ text @d1 1 a1 1 $NetBSD$ @