Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | uhd: Moved get_system_time outside of public API | Martin Braun | 2018-03-05 | 1 | -4/+5 | |
| | | | | | | | uhd::get_system_time() is an abstracted way of reading back a time, and is not UHD-specific. As such, there's no reason to keep it in the public part of the API where we're contractually obligated not to touch it. Instead, moving it to the internal API space. | |||||
* | fixup! x300,n230,e300: changes to adapt to new usrp API | Martin Braun | 2018-02-23 | 1 | -2/+2 | |
| | | | | Fixes some compiler warnings. | |||||
* | x300: Fixed processor clock rate in ZPU firmware | Ashish Chaudhari | 2018-02-23 | 1 | -2/+2 | |
| | | | | | - Fix for regression that was introduced after the bus_clk freq change - Firmware compat number bumped to 6.0 (was 5.2) | |||||
* | fixup! x300,n230,e300,b200: changes to adapt to new usrp API | Trung N Tran | 2018-02-22 | 1 | -5/+6 | |
| | ||||||
* | x300,n230,e300: changes to adapt to new usrp API | Trung N Tran | 2018-02-21 | 1 | -4/+31 | |
| | ||||||
* | rfnoc,x300: Multiple clocking changes | Ashish Chaudhari | 2018-02-21 | 2 | -4/+4 | |
| | | | | | | - Moved bus_clk <=> ce_clk crossing to axi_wrapper in FPGA which resulted in a noc_shell compat bump - Change x300 bus_clk frequency to 187.5 MHz | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 22 | -21/+41 | |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | |||||
* | usrp3: Changes for Vivado 2017.4 | Ashish Chaudhari | 2018-01-24 | 1 | -1/+1 | |
| | | | | | | - Bumped compat number for e3xx, n230, x3xx, n3xx - Updated images package for e3xx, n230, x3xx, n3xx - Updated fpga-src submodule | |||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 21 | -252/+21 | |
| | ||||||
* | X300: Add retry to DAC synchronization | michael-west | 2017-12-20 | 3 | -38/+90 | |
| | | | | | Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | |||||
* | UHD: Add eeprom info to dboard_base | michael-west | 2017-12-07 | 1 | -4/+4 | |
| | ||||||
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 6 | -182/+388 | |
| | | | | | | | | | | | | - uhd::usrp::mboard_eeprom_t is now simply a map. Its commit() method has no utility being a public API call, because the user never gets access to the appropriate I2C object (Minor API breakage) - The central mboard_eeprom.cpp file was broken up and put into many smaller compilation units in every device's implementation folder. - Renamed some of the constants (e.g. B000_* -> USRP1_*, N100_* -> N200_*) - Removed the N000_* EEPROM code, because, well, you know, there's no such device | |||||
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 1 | -1/+15 | |
|\ | ||||||
| * | fixup! x300: Changed discovery to return early if we find the serial requested | Brent Stapleton | 2017-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | x300: Changed discovery to return early if we find the serial requested | bstapleton | 2017-06-30 | 1 | -1/+15 | |
| | | ||||||
* | | X3xx: Added image loader support for reading FPGA images | Paul David | 2017-06-30 | 1 | -17/+219 | |
| | | ||||||
* | | X3xx: Incremented firmware compat version minor | Paul David | 2017-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | X3xx: Updated firmware to support reading FPGA image data | Paul David | 2017-06-30 | 1 | -0/+16 | |
| | | ||||||
* | | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 4 | -8/+7 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-28 | 1 | -365/+0 | |
|\| | ||||||
| * | x300: Removed stray file | Martin Braun | 2017-06-28 | 1 | -367/+0 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 4 | -69/+68 | |
|\| | ||||||
| * | X300: Fix DAC sync | michael-west | 2017-06-26 | 2 | -53/+14 | |
| | | ||||||
| * | X300: Implement single DMA channel for all async messages | Michael West | 2017-06-26 | 2 | -12/+42 | |
| | | ||||||
| * | X300: Dual channel TX performance improvements | Michael West | 2017-06-26 | 2 | -4/+12 | |
| | | ||||||
* | | x300: Added location info to FW ctrl error messages | Ashish Chaudhari | 2017-06-15 | 1 | -2/+14 | |
| | | ||||||
* | | rfnoc: Backported GPIO controls on radio blocks | Martin Braun | 2017-05-24 | 2 | -0/+67 | |
| | | ||||||
* | | x300: Fixed TODO (used auto) | Martin Braun | 2017-05-04 | 1 | -3/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-04-13 | 2 | -0/+5 | |
|\| | ||||||
| * | rfnoc: Update DDC and DUC command tick rate | Martin Braun | 2017-04-13 | 1 | -1/+1 | |
| | | | | | | | | | | Update happens when the sampling rate is queried, which needs revisiting, but happens to occur at the correct time in the sequence. | |||||
| * | rfnoc: Add set_command_time hook to radio block | Derek Kozel | 2017-04-13 | 2 | -0/+5 | |
| | | ||||||
* | | logging: remove unecessery newlines in log messages | Andrej Rode | 2017-04-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-04-06 | 3 | -14/+17 | |
|\| | ||||||
| * | X300: Increase FW control ACK timeout | Michael West | 2017-04-05 | 1 | -1/+1 | |
| | | | | | | | | - Fixes issue of fw_communication timeout errors on (Windows) systems where clock ticks are >10ms | |||||
| * | X300: Change default frame sizes for PCIe to be page aligned for better | Michael West | 2017-04-05 | 2 | -13/+16 | |
| | | | | | | | | performance | |||||
* | | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 1 | -1/+1 | |
| | | ||||||
* | | device3: Fixed potential concurreny issues | Ashish Chaudhari | 2017-04-05 | 2 | -5/+3 | |
| | | | | | | | | | | | | | | - Protected block_ctrl vector with a mutex - Note: const block accessors are not thread safe - Removed sid_framer from base device3 class - Made x300,e300 sid_framers atomic | |||||
* | | uhd: Fix minor typo | Derek Kozel | 2017-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | RFNoC: Exposed LO sharing functions in radio block | Derek Kozel | 2017-03-24 | 2 | -0/+205 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-03-15 | 1 | -5/+1 | |
|\| | ||||||
| * | x300: Put back runtime error on FPGA compat mismatch | Martin Braun | 2017-03-15 | 1 | -5/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-03-15 | 1 | -1/+1 | |
|\| | ||||||
| * | x300: Removed MTU throttling for Ethernet connections | Martin Braun | 2017-03-08 | 1 | -1/+1 | |
| | | ||||||
* | | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrls | ejk | 2017-02-27 | 2 | -0/+16 | |
| | | ||||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 9 | -135/+87 | |
| | | ||||||
* | | X3xx: Limit the number of USRPs that can initialize in parallel | Paul David | 2017-02-13 | 2 | -7/+18 | |
| | | ||||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 8 | -25/+20 | |
| | | | | | | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-02-10 | 1 | -1/+3 | |
|\| | ||||||
| * | x300: only remove existing items from zpu_iface_registry in destructor | Andrej Rode | 2017-02-01 | 1 | -1/+3 | |
| | |