| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 110 | -203/+203 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 811 | -763/+1501 |
* | rfnoc: Check noc_shell compat number at runtime | Martin Braun | 2018-02-19 | 3 | -9/+29 |
* | ddc: duc: Factor out usage of boost::bind() | Martin Braun | 2018-02-19 | 2 | -32/+54 |
* | rfnoc: Factor out ceil_log2() into central location | Martin Braun | 2018-02-19 | 3 | -13/+32 |
* | rfnoc: Factored out FPGA compat check | Martin Braun | 2018-02-19 | 5 | -89/+234 |
* | Ubuntu PPA: Update debian information | michael-west | 2018-02-19 | 4 | -770/+1465 |
* | examples: replace `boost::format%(a,b)` by `(boost::format%a%b)` | Marcus Müller | 2018-02-19 | 1 | -1/+1 |
* | fixup! utils: refactor uhd_images_downloader | Brent Stapleton | 2018-02-15 | 1 | -1/+1 |
* | mg: Fixed typo in set_rx_bandwidth() | Martin Braun | 2018-02-15 | 1 | -2/+4 |
* | docs: Added front- and rear panel info to N310 manual | Martin Braun | 2018-02-15 | 5 | -0/+36 |
* | utils: images downloader: adding SHA256 support | Brent Stapleton | 2018-02-15 | 1 | -6/+15 |
* | utils: images downloader: adding --keep support | Brent Stapleton | 2018-02-15 | 1 | -4/+6 |
* | mpm: mg: Move MgCPLD, TCA6408, DboardClockControl class to own module | Martin Braun | 2018-02-14 | 3 | -195/+209 |
* | mpm: Add RAII style GIL release mechanism to Python library | Martin Braun | 2018-02-13 | 1 | -2/+28 |
* | mg: turn on tx power amplifiers when idle | Trung N Tran | 2018-02-14 | 2 | -10/+11 |
* | docs: Updates to the N310 manual | Martin Braun | 2018-02-13 | 2 | -16/+72 |
* | mpm: n310: Remove some leftover cruft | Moritz Fischer | 2018-02-13 | 1 | -2/+0 |
* | mpm: Add entries for renamed sfps | Moritz Fischer | 2018-02-13 | 2 | -2/+14 |
* | mpm: mg: add cpld revision to dboard info | Trung N Tran | 2018-02-12 | 1 | -5/+7 |
* | C API: Properly free streamers to support streamer re-creation. | michael-west | 2018-02-12 | 1 | -24/+14 |
* | mpmd: Fix compiler issues | Martin Braun | 2018-02-10 | 3 | -7/+5 |
* | fixup! mpm: magnesium_update_cpld.py: Add axi_bitq support | Brent Stapleton | 2018-02-09 | 2 | -1/+1 |
* | mg: Temporarily disable concurrency in parts of set_rpc_client() | Martin Braun | 2018-02-09 | 2 | -1/+15 |
* | mpm: remove GPIOBank.set_all function | Trung N Tran | 2018-02-09 | 2 | -13/+20 |
* | fixup! mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Brent Stapleton | 2018-02-09 | 2 | -4/+3 |
* | docs: Add N310 FPGA reg map to manual | Martin Braun | 2018-02-08 | 1 | -0/+151 |
* | rfnoc: Refactor radio_ctrl_impl, remove some Boost | Martin Braun | 2018-02-08 | 2 | -56/+74 |
* | mg: Fix some compiler warnings | Martin Braun | 2018-02-08 | 1 | -20/+39 |
* | rfnoc: Add TX bandwidth APIs to radio_ctrl | Martin Braun | 2018-02-08 | 3 | -0/+32 |
* | mg : implement set_bandwidth | Trung N Tran | 2018-02-08 | 4 | -17/+27 |
* | mpm: ad937x: implement set_bw_filter | Trung N Tran | 2018-02-08 | 3 | -6/+24 |
* | mpm: Use prefs API for periph manager | Martin Braun | 2018-02-08 | 5 | -16/+52 |
* | mpm: Use prefs API in logging module | Martin Braun | 2018-02-08 | 1 | -6/+6 |
* | mpm: Add prefs modules | Martin Braun | 2018-02-08 | 4 | -2/+99 |
* | mpm: ad9371: Enable separate RX1/RX2 enable pins | Trung N Tran | 2018-02-08 | 1 | -2/+2 |
* | UBX: Add support for CAL antenna for rev E | michael-west | 2018-02-08 | 1 | -1/+4 |
* | mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Martin Braun | 2018-02-07 | 5 | -461/+503 |
* | fixup! mpm: Changed mpm_shell to support scripted use | Moritz Fischer | 2018-02-07 | 1 | -26/+31 |
* | mpm: magnesium_update_cpld.py: Add axi_bitq support | Moritz Fischer | 2018-02-07 | 1 | -19/+65 |
* | utils: Use find_all in uhd_find_devices | Martin Braun | 2018-02-07 | 1 | -4/+19 |
* | mpmd: Let 'find' via broadcast check for reachability | Martin Braun | 2018-02-07 | 4 | -6/+198 |
* | mpm: n310: Return CHDR addresses as part of device_info | Martin Braun | 2018-02-07 | 4 | -1/+56 |
* | fixup! mpm: Fixup for argument parsing in N310 | Martin Braun | 2018-02-07 | 1 | -1/+9 |
* | mpm: rpc_server: Declare local connection for *all* local IPs | Martin Braun | 2018-02-07 | 1 | -2/+3 |
* | mpm: net: Add get_local_ip_addrs() method | Martin Braun | 2018-02-07 | 1 | -1/+15 |
* | mpm: n310: Removed superfluous import | Martin Braun | 2018-02-07 | 1 | -1/+0 |
* | utils: images downloader: default download print | Brent Stapleton | 2018-02-07 | 1 | -3/+5 |
* | mpm: Fixup for argument parsing in N310 | Brent Stapleton | 2018-02-07 | 2 | -3/+5 |
* | mpm: n310: bist: Add error_msg for temp bist if no sensores were found | Martin Braun | 2018-02-07 | 1 | -1/+3 |