| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: Add Add/Sub RFNoC block support | Aaron Rossetto | 2020-05-28 | 5 | -1/+111 |
* | fpga: rfnoc: Add RFNoC Add/Sub block | Wade Fife | 2020-05-28 | 1 | -0/+62 |
* | tests: Add unit test for Split Stream RFNoC block | Aaron Rossetto | 2020-05-28 | 2 | -0/+232 |
* | rfnoc: Add support for Split Stream RFNoC block | Aaron Rossetto | 2020-05-28 | 5 | -0/+175 |
* | tests: Add unit test for USE_MAP action forwarding policy | Aaron Rossetto | 2020-05-28 | 1 | -0/+137 |
* | tests: Add unit test for USE_MAP prop forwarding policy | Aaron Rossetto | 2020-05-28 | 2 | -1/+259 |
* | rfnoc: Add USE_MAP prop/action forwarding policy | Aaron Rossetto | 2020-05-28 | 3 | -18/+122 |
* | rfnoc: Fix _has_port() port existence check | Aaron Rossetto | 2020-05-28 | 1 | -2/+2 |
* | rfnoc: Add Split Stream RFNoC block | Wade Fife | 2020-05-28 | 1 | -0/+37 |
* | fixup! cal: Add doxygen section to explain conversion from and to JSON | Lars Amsel | 2020-05-27 | 1 | -5/+5 |
* | cal: Add doxygen section to explain conversion from and to JSON | Lars Amsel | 2020-05-27 | 1 | -0/+25 |
* | tests: updated devtest runner to use standard device args | Matthew Crymble | 2020-05-27 | 3 | -4/+4 |
* | utils: Let uhd_images_downloader also use HTTPS proxies | Martin Braun | 2020-05-27 | 1 | -3/+4 |
* | host/examples/ascii_art_dft.hpp: fix and modernize example main | Etienne Wodey | 2020-05-26 | 1 | -1/+6 |
* | cal: Minor fixes in power container, add unit test | Martin Braun | 2020-05-26 | 3 | -3/+27 |
* | multi_usrp: Amend get_usrp_{rx,tx}_info() to include cal keys | Martin Braun | 2020-05-20 | 2 | -0/+28 |
* | rfnoc: radio: Add APIs to query cal keys | Martin Braun | 2020-05-20 | 3 | -0/+53 |
* | tests: Add unit tests for pwr_cal_mgr | Martin Braun | 2020-05-20 | 2 | -0/+157 |
* | fixup! lib: Add power cal manager | Martin Braun | 2020-05-20 | 1 | -1/+2 |
* | docs: Fix some Doxygen warnings | Martin Braun | 2020-05-20 | 1 | -2/+2 |
* | docs: build: Improve build and git instructions | Martin Braun | 2020-05-20 | 1 | -15/+16 |
* | docs: x300: Fix fpga path | Martin Braun | 2020-05-20 | 1 | -1/+1 |
* | utils: Fix FPGA search in rfnoc_image_builder from fpga-src to fpga | Martin Braun | 2020-05-20 | 1 | -1/+1 |
* | cal: database: Add option to register flash cal callbacks | Martin Braun | 2020-05-20 | 3 | -4/+110 |
* | lib: Refactor cal::database for more efficient function lookup | Martin Braun | 2020-05-20 | 1 | -24/+41 |
* | tests: Added unit test for Vector IIR RFNoC block | Aaron Rossetto | 2020-05-19 | 2 | -0/+225 |
* | rfnoc: Add Vector IIR RFNoC block support | Aaron Rossetto | 2020-05-19 | 5 | -0/+285 |
* | fpga: rfnoc: Add Vector IIR RFNoC block | Wade Fife | 2020-05-19 | 1 | -0/+58 |
* | twinrx: Provide power cal ID | Martin Braun | 2020-05-19 | 3 | -0/+19 |
* | basic/lf: Add IDs for calibration purpose | Martin Braun | 2020-05-19 | 1 | -0/+4 |
* | examples: Add usrp_power_meter example | Martin Braun | 2020-05-19 | 2 | -1/+135 |
* | python: Add dsp sub-module | Martin Braun | 2020-05-19 | 2 | -0/+84 |
* | lib: pwr_cal: Fix power indexing | Martin Braun | 2020-05-19 | 1 | -16/+28 |
* | lib: Add power cal manager | Martin Braun | 2020-05-19 | 3 | -0/+426 |
* | rh: Remove unnecessary register read during set frequency | Ciro Nishiguchi | 2020-05-15 | 1 | -3/+0 |
* | rfnoc: Use large timeout for reads when timed commands exist | Ciro Nishiguchi | 2020-05-15 | 1 | -8/+24 |
* | utils: Fix usrp_burn_db_eeprom w.r.t. new property tree paths | Martin Braun | 2020-05-15 | 1 | -15/+38 |
* | utils: Correct relative path to config dir in rfnoc_image_builder | Aaron Rossetto | 2020-05-15 | 1 | -1/+1 |
* | uhd: Fix infinite recursion in N3xx timed commands | Ciro Nishiguchi | 2020-05-12 | 4 | -31/+0 |
* | docs: Remove six from Windows build instructions | Martin Braun | 2020-05-12 | 1 | -2/+1 |
* | rfnoc: Remove 'six' dependency from image builder | Martin Braun | 2020-05-12 | 4 | -22/+22 |
* | tests: Remove 'six' dependency from devtest | Martin Braun | 2020-05-12 | 1 | -2/+1 |
* | utils: Remove 'six' dependency, fix minor PyLint issues | Martin Braun | 2020-05-12 | 1 | -9/+8 |
* | Docs: Update TwinRX documentation | Michael West | 2020-05-12 | 1 | -13/+23 |
* | multi_usrp_rfnoc: Misc fixes | Michael West | 2020-05-12 | 1 | -6/+7 |
* | TwinRX: Remove decimation from frontend | Michael West | 2020-05-12 | 3 | -31/+7 |
* | DUC/DDC: Add variable time increment | Michael West | 2020-05-12 | 4 | -21/+28 |
* | uhd: Add reference power level API to multi_usrp and radio_control | Martin Braun | 2020-05-11 | 1 | -0/+2 |
* | uhd: Remove default channel input from power ref methods | Ciro Nishiguchi | 2020-05-11 | 1 | -6/+6 |
* | utils: Update mako to propagate parameters | Wade Fife | 2020-05-11 | 2 | -13/+27 |