| Commit message (Expand) | Author | Age | Files | Lines |
* | N320: Fix calibrations | michael-west | 2021-04-22 | 1 | -6/+7 |
* | uhd: enable vcpkg support on windows | Steven Koo | 2021-03-19 | 1 | -0/+1 |
* | lib: Use const-ref in for loops instead of const-copy | Martin Braun | 2021-03-04 | 1 | -2/+2 |
* | utils: Remove unused constant from b2xx_fx3_utils | Martin Braun | 2021-03-04 | 1 | -1/+0 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 7 | -15/+14 |
* | utils: Fix GUI argument in rfnoc_image_builder | Markus Unger | 2020-11-16 | 1 | -1/+1 |
* | uhd_images_downloader: Add environment variable for http auth | Lane Kolbly | 2020-10-15 | 1 | -2/+31 |
* | uhd_images_downloader: Remove unused default_no parameter | Lane Kolbly | 2020-10-15 | 1 | -3/+2 |
* | utils: Improve NMEA string output | michael-west | 2020-10-12 | 1 | -47/+42 |
* | utils: Set rfnoc_create_verilog.py as executable | Wade Fife | 2020-10-09 | 1 | -0/+0 |
* | utils: b2xx_fx3_utils: Add unload-bootloader | michael-west | 2020-08-25 | 1 | -1/+32 |
* | tests: fbs test: Fix issues around missing git | Martin Braun | 2020-08-25 | 1 | -2/+5 |
* | NI-2974: Add cal support | michael-west | 2020-08-19 | 1 | -0/+1 |
* | python: power cal: Minor fixes to power cal code | Martin Braun | 2020-08-17 | 1 | -1/+1 |
* | python: Change default name for rfnoc_image_core | Wade Fife | 2020-08-10 | 1 | -4/+5 |
* | utils: Make uhd_config_info print help by default | Derek Kozel | 2020-07-09 | 1 | -1/+1 |
* | test: Use git hashes to verify flatbuffers schema | Lars Amsel | 2020-06-23 | 1 | -55/+78 |
* | utils: update_fbs.py: Minor refactor, fix path bug | Martin Braun | 2020-06-22 | 1 | -9/+15 |
* | utils: Make uhd_images_downloader raise warning for invalid paths | Steve Czabaniuk | 2020-06-22 | 1 | -11/+21 |
* | cal: Add automated port switch | Lars Amsel | 2020-06-17 | 1 | -1/+9 |
* | utils: Make fpga-dir arg optional for rfnoc_image_builder | Wade Fife | 2020-06-05 | 1 | -12/+34 |
* | utils/python: Add uhd_power_cal script | Martin Braun | 2020-05-28 | 2 | -0/+251 |
* | utils: Let uhd_images_downloader also use HTTPS proxies | Martin Braun | 2020-05-27 | 1 | -3/+4 |
* | utils: Fix FPGA search in rfnoc_image_builder from fpga-src to fpga | Martin Braun | 2020-05-20 | 1 | -1/+1 |
* | 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 |
* | utils: Remove 'six' dependency, fix minor PyLint issues | Martin Braun | 2020-05-12 | 1 | -9/+8 |
* | utils: Update mako to propagate parameters | Wade Fife | 2020-05-11 | 2 | -13/+27 |
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 13 | -15/+11 |
* | python: Move the rfnoc image builder module under the uhd module | Martin Braun | 2020-05-05 | 20 | -1563/+21 |
* | uhd: Replaced deprecated usage of boost timer with std::chrono | Lars Amsel | 2020-05-04 | 1 | -3/+5 |
* | utils: Remove trailing white space from mako templates | Wade Fife | 2020-04-30 | 2 | -4/+4 |
* | utils: Fix typo in testbench mako template | Wade Fife | 2020-04-30 | 1 | -1/+1 |
* | utils: Update copyright generated by blocktool | Wade Fife | 2020-04-23 | 5 | -5/+5 |
* | utils: Add sideband_at_end support to Mako template | Wade Fife | 2020-04-21 | 3 | -15/+22 |
* | utils: Add --lib-path option to uhd_config_info | Martin Braun | 2020-04-17 | 1 | -0/+4 |
* | cal: Add utility to update all .fbs files, or check the generated ones | Martin Braun | 2020-04-17 | 1 | -0/+126 |
* | utils: usrp_burn_mb_eeprom: Avoid EEPROM write in read only case | steviez | 2020-04-15 | 1 | -17/+19 |
* | utils: Fix comment in axis_data template | Wade Fife | 2020-04-14 | 1 | -1/+1 |
* | utils: cal: Remove boost usage from usrp_cal_utils.hpp | Martin Braun | 2020-04-02 | 1 | -3/+0 |
* | utils: cal: Enable "ignore cal file" option for DC and IQ cal tools | Martin Braun | 2020-04-02 | 1 | -5/+5 |
* | utils: Add convert_cal_data utility | Martin Braun | 2020-04-02 | 2 | -0/+105 |
* | uhd: cal: Use usrp::cal::database instead of CSV files | Martin Braun | 2020-04-02 | 1 | -24/+11 |
* | utils: uhd_usrp_probe: Output frontend info | Michael West | 2020-03-31 | 1 | -5/+13 |
* | utils: uhd_images_downloader: use HTTPS instead of HTTP to avoid redirect | Marcus Müller | 2020-03-20 | 1 | -1/+1 |
* | utils: cal: Replace property tree accesses with other API calls | Martin Braun | 2020-03-12 | 1 | -43/+35 |
* | utils/C API: Fix property tree access | Martin Braun | 2020-03-12 | 2 | -4/+4 |
* | examples: Update gain block testbench to use samples | Wade Fife | 2020-03-09 | 1 | -1/+1 |
* | sim: Parameterize chdr_word_t data type | Wade Fife | 2020-03-09 | 1 | -1/+6 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 5 | -69/+72 |