aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mpm: e31x: Remove superfluous code from e31x_periphsMartin Braun2019-11-262-14/+2
* mpmd: Fix get_mboard_name()Martin Braun2019-11-261-1/+1
* mpm: e31x: Fix setting of clock sourceMartin Braun2019-11-261-4/+1
* mpm: e310: Enable GPS sensorsMartin Braun2019-11-262-5/+70
* rfnoc: Fix RAM port direction in YAMLWade Fife2019-11-269-98/+98
* examples: gpio: Replace get_time_now() with steady_clock::now()Martin Braun2019-11-261-12/+17
* examples: gpio: Fix minor issuesMartin Braun2019-11-261-3/+3
* n310: Fix GPIO registersMartin Braun2019-11-261-3/+6
* mg/rh/rfnoc: Harmonize peripheral registersMartin Braun2019-11-264-21/+29
* gpio_atr_3000: Fix return value for pin control registerMartin Braun2019-11-261-1/+3
* examples: benchmark_rate.py: Add ?x_stream_args argsMartin Braun2019-11-261-2/+9
* detail::graph: Add shutdown capabilityMartin Braun2019-11-263-14/+35
* examples: gpio: Add note on which bank is being usedMartin Braun2019-11-261-0/+1
* devtest: Add test_messages_test to X310Martin Braun2019-11-263-12/+14
* devtest: Use with() statement to open filesMartin Braun2019-11-261-5/+9
* examples: Send only single packets in test_messagesMartin Braun2019-11-261-3/+3
* e310: Fix issues in MPM and UHDMartin Braun2019-11-266-182/+162
* mpm: Clean up code, improve Pylint scoreMartin Braun2019-11-265-101/+115
* mpm/mpmd: Remove token requirement for device infoMartin Braun2019-11-262-3/+4
* examples: Update x310_rfnoc_image_core.yml exampleWade Fife2019-11-261-82/+99
* rfnoc: Update YAML to expose memory clock to blocksWade Fife2019-11-268-71/+71
* rfnoc: Replace DDC/DUC YAML variants with single versionWade Fife2019-11-264-144/+10
* rfnoc: Fix YAML block settingsWade Fife2019-11-2611-278/+199
* rfnoc: Add FIR block YAMLWade Fife2019-11-261-0/+61
* rfnoc: Rename thread affinity argsCiro Nishiguchi2019-11-263-73/+73
* uhd: Allow device args that have an integer in the nameCiro Nishiguchi2019-11-261-1/+5
* mpm: Move common mboard regs code to common locationMartin Braun2019-11-269-736/+272
* mpm: n3xx: Improve Pylint scoreMartin Braun2019-11-262-16/+19
* tests: Add check for life on DPDK portAlex Williams2019-11-262-0/+62
* lib,tests: Remove old DPDK files from buildAlex Williams2019-11-264-40/+8
* transport: Add new base for DPDK links, based on 18.11Alex Williams2019-11-263-0/+956
* docs: Change DPDK version to 18.11 and make args use underscoresAlex Williams2019-11-264-33/+52
* rfnoc_graph: Modify find_blocks() to sort return valueMartin Braun2019-11-263-38/+16
* multi_usrp: Fix GPIO bank selectionMartin Braun2019-11-261-11/+68
* examples: gpio: Add --list-banks optionMartin Braun2019-11-261-0/+9
* image builder: Add ability to pick up extra Makefile.srcs from YAMLSMartin Braun2019-11-263-1/+24
* utils: image builder: Factor out some data to top of image_builder.pyMartin Braun2019-11-261-31/+41
* liberio: porting to I/O servicesBrent Stapleton2019-11-261-11/+2
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-2611-86/+193
* rfnoc: Make I/O services relinquish CPU while waitingCiro Nishiguchi2019-11-264-25/+140
* rfnoc: image builder: Fix include pathsMartin Braun2019-11-262-6/+16
* utils: blocktool: Fix blocktoolWade Fife2019-11-2625-585/+1402
* examples: benchmark_rate: Add --rx_spp and --tx_sppMartin Braun2019-11-261-5/+23
* multi_usrp: Add set_rx_spp() callMartin Braun2019-11-263-2/+45
* utils: image_builder: Support parameterized number of ports on blocksWade Fife2019-11-265-47/+144
* rfnoc: xports: Count FC bytes as multiples of CHDR widthMartin Braun2019-11-266-17/+43
* rfnoc: Restrict to inline I/O service based on link restrictionsCiro Nishiguchi2019-11-263-1/+69
* rfnoc: Use graph_utils in multi_usrp chan generationBrent Stapleton2019-11-261-113/+142
* rfnoc: Merge I/O service device args with stream argsCiro Nishiguchi2019-11-266-45/+131
* examples: Add example out-of-tree module for RFNoC modulesSugandha Gupta2019-11-2624-0/+1811