Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | This provides the GPS fixes. Conflicts: host/CMakeLists.txt tools/debs/upload_debs.sh | ||||
| * | E100: Simplify GPSDO UART so it does not strip characters. | michael-west | 2016-09-02 | 1 | -2/+0 |
| | | |||||
| * | GPSDO: Make sure read_uart() returns only complete strings for all devices. | michael-west | 2016-09-02 | 1 | -5/+12 |
| | | |||||
* | | dboard_iface: Added FE name input to set_fe_connection | Ashish Chaudhari | 2016-05-16 | 1 | -3/+3 |
| | | | | | | | | | | - A dboard_base class can have multiple frontends (subdevs) and the set_fe_connection needs to be able to distinguish between them | ||||
* | | dboard_iface: Added method to configure front connection and settings | Ashish Chaudhari | 2016-03-21 | 1 | -0/+6 |
| | | |||||
* | | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 1 | -20/+38 |
| | | | | | | | | | | | | | | - Made dboard_iface an interface! Removed PIMPL - Added unit "BOTH" to dboard API and expanded GPIO API width to 32 - Removed gpio_debug_mux. No product ever used that - Refactored gpio_atr cores to work with new dboard_iface | ||||
* | | dboard: Added restricted dboard registration capability | Ashish Chaudhari | 2016-02-16 | 2 | -4/+2 |
| | | | | | | | | | | | | - Moved dboard iface initialization to dboard_manager - Added a restricted register function. Restricted dboards don't expose their control iface in the property tree | ||||
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -47/+47 |
| | | | | | | | | | | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw | ||||
* | | cmake: Register components earlier | Martin Braun | 2015-11-16 | 1 | -2/+0 |
|/ | | | | | | | | | | All device-specific CMake components are now registered in one place, before the host/lib/ subdirs are sourced. This way, there are no cyclic dependencies. This solves the issue where ENABLE_X300=Off could disable USB, but preserves the fix where ENABLE_X300=Off would still build some X300 codes. | ||||
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵ | Nicholas Corgan | 2015-08-11 | 1 | -2/+2 |
| | | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it | ||||
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 3 | -14/+65 |
| | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities | ||||
* | e100: Support command time access through dboard_iface. | michael-west | 2015-04-03 | 2 | -6/+6 |
| | |||||
* | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 1 | -0/+12 |
| | | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands. | ||||
* | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 1 | -2/+2 |
| | | | | Also includes NI-USRP Windows Registry Key fixes. | ||||
* | e100: fixed typo in fpga_downloader | Nicholas Corgan | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2014-09-23 | 1 | -2/+0 |
|\ | |||||
| * | usrp: don't print duplicate GPSDO detection messages | Nicholas Corgan | 2014-09-23 | 1 | -3/+1 |
| | | |||||
* | | Give user the option to ignore daughterboard's calibration file at runtime | Nicholas Corgan | 2014-09-02 | 2 | -3/+9 |
| | | | | | | | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature | ||||
* | | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -2/+3 |
|/ | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 2 | -7/+4 |
| | |||||
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 2 | -6/+6 |
| | |||||
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -0/+3 |
| | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API. | ||||
* | e100: fix compiler error use boost cstdint | Josh Blum | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | e100: switch to fixed length xfers | Josh Blum | 2013-03-25 | 4 | -14/+18 |
| | |||||
* | lfrx: disable dc offset correction when using LFRX | Josh Blum | 2012-09-28 | 1 | -0/+3 |
| | |||||
* | e100: added extra error message for FPGA not found | Josh Blum | 2012-07-19 | 1 | -1/+8 |
| | |||||
* | b100/e100: clock source option for pps phase sync abuse | Josh Blum | 2012-07-19 | 1 | -0/+13 |
| | |||||
* | e100: ctrl impl changes for header offset | Josh Blum | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | e100: cleanup and make better use of IRQ gpio for control response | Josh Blum | 2012-07-16 | 1 | -50/+45 |
| | |||||
* | e100: squashed host code for fifo control/timed commands | Josh Blum | 2012-07-16 | 8 | -364/+272 |
| | | | | | | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge. Conflicts: host/lib/usrp/e100/io_impl.cpp | ||||
* | Merge branch 'maint' | Josh Blum | 2012-07-16 | 1 | -1/+4 |
|\ | |||||
| * | e100: set vita header offset for previous FPGA changeset | Josh Blum | 2012-07-16 | 1 | -1/+4 |
| | | |||||
* | | gpsdo: added "gpsdo" clock and time source options | Josh Blum | 2012-05-18 | 1 | -4/+7 |
| | | | | | | | | When an on-board GPSDO is detected, "gpsdo" is added to the options. | ||||
* | | usrp: mboard eeprom map use string as key | Josh Blum | 2012-05-14 | 2 | -3/+4 |
| | | |||||
* | | b100/e100: bumped compat number to 10 after fpga merge | Josh Blum | 2012-04-25 | 1 | -1/+1 |
| | | |||||
* | | uhd: squashed transport work | Josh Blum | 2012-04-23 | 1 | -26/+19 |
| | | |||||
* | | e100: fix typo from last commit | Josh Blum | 2012-04-20 | 1 | -1/+1 |
| | | |||||
* | | mboard id's are now more concise (codenames are separated, for example), and ↵ | Nicholas Corgan | 2012-04-20 | 1 | -1/+2 |
|/ | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc) | ||||
* | usrp: fix from "rev iq correction" | Josh Blum | 2012-03-16 | 1 | -2/+2 |
| | | | | Must zero out the default IQ correction to have zero effect by default. | ||||
* | usrp: reset cordics on init after tick rate update | Josh Blum | 2012-02-28 | 1 | -0/+8 |
| | |||||
* | uhd: added async md user payload and common utils | Josh Blum | 2012-02-14 | 1 | -15/+3 |
| | |||||
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 3 | -12/+12 |
| | |||||
* | b100/e100: unify rx/tx fifo clears into one | Josh Blum | 2012-02-04 | 2 | -7/+4 |
| | |||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 4 | -4/+19 |
| | |||||
* | dsp rework: account for no sid used in tx vita pkt | Josh Blum | 2012-02-01 | 1 | -0/+1 |
| | |||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 3 | -0/+10 |
| | |||||
* | dsp rework: work on scaling and args parsing on RX and TX dsp | Josh Blum | 2012-01-31 | 1 | -9/+4 |
| | | | | | This simplified some copy pasta in the io_impl.cpp files, and adds a place for sc8 tx mode in the tx dsp core code. |