Skip to content

UHD 4.1.0.1 Release

Compare
Choose a tag to compare
@atrnati atrnati released this 14 Jul 19:17
· 1541 commits to master since this release

The UHD 4.1.0.1 release addresses a few bugs that slipped their way into UHD v4.1.0.0:

  • The revision compatibility check for ZBX hardware (the X410 daughterboard) was broken, causing MPM to fail to start with ZBX revisions B or C.
  • A missing include caused compilation failures on certain compilers when testing is enabled.
  • UHD 4.1 would fail to build with using Boost 1.76.0.

004.001.000.001

  • cmake
    • remove redundant include
    • correctly set and unset any CMAKE_REQUIRED variables
    • fix finding PkgConfig to work robustly (without CMake warnings)
  • core
    • remove boost::math in favor of std cmath
  • docs
    • x4xx: Update information on CPLD updating
    • usrp_x4xx: improve filesystem update instructions
  • mpm
    • zbx: Fix revision compat check
    • Update usrp_update_fs to support X410
    • max10_cpld_flash_ctrl: improve programming log
    • Skip DTS compatibility check if DTS is not being updated