aboutsummaryrefslogtreecommitdiffstats
path: root/host/python
Commit message (Expand)AuthorAgeFilesLines
* python: Add mpmtools moduleMartin Braun2020-12-041-0/+173
* python: Clean up image builder generated codeWade Fife2020-11-069-117/+142
* python: Add access to the property_tree from PythonMartin Braun2020-10-164-0/+20
* python: Move multi_usrp_python to its own moduleMartin Braun2020-10-121-1/+4
* sim: Embed MPM into libpyuhdSamuel O'Brien2020-10-071-0/+57
* cmake: Use relative path to Python lib location for Windows installerAaron Rossetto2020-08-281-5/+17
* python: power cal: Minor fixes to power cal codeMartin Braun2020-08-171-4/+8
* python: Change default name for rfnoc_image_coreWade Fife2020-08-101-5/+11
* python: Add Keep One in N block controller bindingsAaron Rossetto2020-08-052-0/+3
* python: Add replay RFNoC block controller bindingsmattprost2020-08-042-0/+3
* python: Fix pyuhd to include subpackagesSamuel O'Brien2020-08-041-2/+6
* utils: Use absolute paths in image builder build()steviez2020-07-311-2/+2
* python: Add siggen RFNoC block controller bindingsAaron Rossetto2020-07-302-0/+3
* python: Add Switchboard block python bindingsJesse Zhang2020-07-302-0/+3
* python: Add moving average RFNoC block controller bindingsmattprost2020-07-162-0/+3
* python: Add payload agnostic methods to CHDR APISamuel O'Brien2020-07-162-0/+61
* python: Add bindings for C++ CHDR ParserSamuel O'Brien2020-07-161-0/+4
* python: Add window RFNoC block controller bindingsAaron Rossetto2020-06-292-1/+3
* utils: Support expressions for num_ports in block defsAaron Rossetto2020-06-181-2/+36
* python: Add FFT RFNoC block controller bindingsAaron Rossetto2020-06-182-0/+3
* cal: Add automated port switchLars Amsel2020-06-173-19/+141
* cal: Add support for NI ModInst measurement devicesLars Amsel2020-06-102-0/+455
* python: Add null RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add vector IIR RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add radio RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add FIR filter RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add Fosphor RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add DUC RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+3
* python: Add DDC RFNoC block controller bindingsAaron Rossetto2020-06-092-0/+4
* python: cal: Improve meas_device.pyMartin Braun2020-06-031-6/+6
* utils/python: Add uhd_power_cal scriptMartin Braun2020-05-286-0/+955
* python: Add dsp sub-moduleMartin Braun2020-05-192-0/+84
* rfnoc: Remove 'six' dependency from image builderMartin Braun2020-05-124-22/+22
* Remove remaining Python 2 referencesMartin Braun2020-05-072-4/+3
* python: Fix RPATH for the Python libraryMartin Braun2020-05-071-2/+23
* python: Move the rfnoc image builder module under the uhd moduleMartin Braun2020-05-0515-0/+1460
* cal: Add pwr_cal containerMartin Braun2020-04-171-0/+1
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-024-0/+25
* uhd: cal: Add database classMartin Braun2020-03-261-0/+19
* python: Export UHD paths utility functionsMartin Braun2020-03-122-0/+6
* python: Remove Python2-specific codeMartin Braun2020-03-121-7/+0
* python: Arrange file in Python module into uhd/ subdirectoryMartin Braun2020-03-108-21/+54
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-11/+7
* python: Set python module suffix to conform with PEP 3149.Ryan Volz2020-02-071-1/+10
* python: Do not link against python lib for building an extension module.Ryan Volz2020-02-071-1/+10
* python: Fix internal library name (incl. suffix) to match filename.Ryan Volz2020-02-071-7/+7
* python: rfnoc: finishing noc_block_base::get_mtuBrent Stapleton2020-01-061-0/+2
* rfnoc: adding RFNoC Python APIBrent Stapleton2020-01-024-0/+26
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-5/+0
* python: MultiUSRP: Fix send_waveforms()iprivit2019-11-131-1/+1