Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -4/+4 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | dboard: Added restricted dboard registration capability | Ashish Chaudhari | 2016-02-16 | 1 | -3/+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 | ||||
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -13/+21 |
| | | | | | | * 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 | ||||
* | 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. | ||||
* | 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 | 1 | -2/+7 |
| | | | | | | | | | | * 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 | 1 | -0/+4 |
| | |||||
* | e100: switch to fixed length xfers | Josh Blum | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | 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: squashed host code for fifo control/timed commands | Josh Blum | 2012-07-16 | 1 | -60/+85 |
| | | | | | | | | | 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 | ||||
* | 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 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 1 | -4/+4 |
| | |||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 1 | -0/+7 |
| | |||||
* | e100: better error message for eeprom model error | Josh Blum | 2011-12-31 | 1 | -5/+11 |
| | |||||
* | e100: added self-cal support with minor speedups | Josh Blum | 2011-11-16 | 1 | -0/+21 |
| | |||||
* | usrp: fixed default initialization of iq bal correction | Josh Blum | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | usrp: work on dboard code to use subtrees to populate frontend props | Josh Blum | 2011-11-07 | 1 | -17/+4 |
| | |||||
* | e100/b100: init tree before filling it | Josh Blum | 2011-11-04 | 1 | -1/+1 |
| | | | | git log | ||||
* | e100/b100: moved gpio regs and compat readback | Josh Blum | 2011-11-03 | 1 | -9/+17 |
| | |||||
* | somebody made a typo | Josh Blum | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | usrp: reorganize frontend paths in tree for correction stuff | Josh Blum | 2011-11-03 | 1 | -5/+8 |
| | |||||
* | usrp: prefer name iq_balance for api call | Josh Blum | 2011-11-03 | 1 | -4/+4 |
| | |||||
* | usrp: register properties for correction and dc offset | Josh Blum | 2011-11-03 | 1 | -1/+17 |
| | |||||
* | usrp: added get_tx/rx_rates | Josh Blum | 2011-11-03 | 1 | -0/+4 |
| | |||||
* | e100: performed streamer API update to e100 impl | Josh Blum | 2011-11-03 | 1 | -11/+7 |
| | |||||
* | e100: added support for internal gpsdo | Josh Blum | 2011-09-28 | 1 | -0/+25 |
| | |||||
* | e100: added ref locked sensor for clock reference | Josh Blum | 2011-09-28 | 1 | -2/+7 |
| | |||||
* | e100: added support for r4 differential clocking | Josh Blum | 2011-09-28 | 1 | -1/+8 |
| | |||||
* | e100: fix FPGA filename lookup, and use model string for name | Josh Blum | 2011-09-03 | 1 | -2/+2 |
| | |||||
* | e100: use model string to determine FPGA image to support E110 | Josh Blum | 2011-09-01 | 1 | -3/+14 |
| | |||||
* | e100: changed compat numbers, and tweaks | Josh Blum | 2011-08-31 | 1 | -2/+2 |
| | |||||
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -4/+4 |
| | |||||
* | uhd: added subtree capability to property tree | Josh Blum | 2011-07-08 | 1 | -2/+2 |
| | |||||
* | usrp: added clipping to link max rate when setting sample rate | Josh Blum | 2011-07-04 | 1 | -0/+2 |
| | |||||
* | usrp: renamed ref_source to clock_source (terminology) | Josh Blum | 2011-07-02 | 1 | -6/+6 |
| | |||||
* | usrp: renamed sma source option to external | Josh Blum | 2011-07-01 | 1 | -2/+2 |
| | |||||
* | e100: moved e100 into property tree, probes ok... | Josh Blum | 2011-06-28 | 1 | -90/+250 |
| | |||||
* | e100: tweak which I don't understand | Josh Blum | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | e100: implemented spi, i2c, messages w/ peek/poke | Josh Blum | 2011-06-17 | 1 | -3/+4 |
| | | | | | | | | spi and i2c are done w/ polling, but this is ok, the transactions always complete by the first check a gpio is used to wake up poll() and check for messages. messages are read using poke32, unpacked, and enqueued. |