mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
This is an addition to both PeriphManagerBase (MPM) and mb_iface (UHD). Main changes: - Addition of mb_iface::add_remote_chdr_route() and mb_iface::get_chdr_xport_adapters() - In X3x0, these APIs are stubbed out. - In mpmd, these APIs are implemented and call the new MPM APIs (see below) - Addition of PeriphManagerBase.add_remote_chdr_route() and PeriphManagerBase.get_chdr_xport_adapters() - The PeriphManagerBase implements these APIs fully when the 'remote_udp_streaming' FPGA feature is detected. - The MPM compat number is bumped to 4.3. UHD will continue to work with lower compat numbers. It will query the compat number and act accordingly. |
||
|---|---|---|
| .. | ||
| __init__.py.in | ||
| base.py | ||
| CMakeLists.txt | ||
| common.py | ||
| e31x.py | ||
| e31x_periphs.py | ||
| e320.py | ||
| e320_periphs.py | ||
| n3xx.py | ||
| n3xx_periphs.py | ||
| sim.py | ||
| x4xx.py | ||
| x4xx_clk_aux.py | ||
| x4xx_clk_mgr.py | ||
| x4xx_dio_control.py | ||
| x4xx_gps_mgr.py | ||
| x4xx_mb_cpld.py | ||
| x4xx_periphs.py | ||
| x4xx_reference_pll.py | ||
| x4xx_rfdc_ctrl.py | ||
| x4xx_rfdc_regs.py | ||
| x4xx_sample_pll.py | ||
| x4xx_update_cpld.py | ||