aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
Commit message (Collapse)AuthorAgeFilesLines
* UHD: Remove initialization of time to GPS time.michael-west2015-08-121-3/+0
|
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵Nicholas Corgan2015-08-111-1/+1
| | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
* image_loader: force user to specify deviceNicholas Corgan2015-08-051-25/+55
| | | | | * On utility level, force user to use --args=type=foo * In each loader, throw an error if args are ambiguous
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-155-19/+627
| | | | | | * 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
* USRP2: Separate FPGA compat numbers for USRP2 and N200.michael-west2015-04-232-3/+25
|
* Increase command FIFO depth of N2x0 and X3x0 to 64.michael-west2015-04-102-2/+2
|
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-036-14/+42
| | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands.
* Warning fixesNicholas Corgan2015-03-272-10/+10
| | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables
* N2x0: Fixed missing usage of send_buff_sizeMartin Braun2015-03-033-3/+6
|
* usrp2: fixed image compatibility error messageNicholas Corgan2015-02-161-1/+1
| | | | * Point to usrp2_card_burner_gui.py instead of usrp2_card_burner.py
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-4/+4
| | | | Also includes NI-USRP Windows Registry Key fixes.
* uhd: fixing TX DSP tuning on gen2 devices, special changes for n2xxBen Hilburn2014-10-071-25/+2
| | | | This fixes RX DSP core 200 from tuning outside range and causing overflows.
* Merge branch 'maint'Martin Braun2014-09-231-2/+0
|\
| * usrp: don't print duplicate GPSDO detection messagesNicholas Corgan2014-09-231-2/+0
| |
* | Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-022-3/+9
| | | | | | | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature
* | Added missing pure virtual destructors to base classesNicholas Corgan2014-09-014-4/+16
| |
* | Merge branch 'maint'Martin Braun2014-08-181-5/+0
|\|
| * - Fixes for channel alignmentmichael-west2014-08-181-5/+0
| | | | | | | | | | | | | | | | | | | | - Added analog delay for radio clock - Added analog delay for DAC reference clocks - Removed resetting of clock control - Removed setting of reference clock and PPS to external sources during initialization - Fixes for set_time_unknown_pps - Removed wait for PPS edge after setting time from GPSDO - Changed set_time_unknonw_pps to time out based on system time rather than device VITA time
* | Merge branch 'maint'Martin Braun2014-07-311-1/+8
|\| | | | | | | | | Conflicts: host/utils/usrp_burn_mb_eeprom.cpp
| * Fix for BUG #492: UHD: set_time_unknown_pps() fails with GPSDO installedmichael-west2014-06-251-1/+8
| | | | | | | | - Added polling for PPS time change after setting time from GPSDO.
* | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-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
* usrp2: fixed usrp2_card_burner.py and usrp_n2xx_simple_net_burner paths in ↵Nicholas Corgan2014-05-062-4/+17
| | | | incompatibility error messages
* Merge remote-tracking branch 'origin/bug403'Ben Hilburn2014-04-101-2/+4
|\ | | | | | | | | Properly initializing time and clock source on N-Series to prevent small drift prior to lock.
| * Fix for BUG #403: Visible frequency drift on Finite Rx with N210 & SBXmichael-west2014-04-081-2/+4
| | | | | | | | - Added initialization of clock and time sources
* | uhd: Added max link rate info for usrp1, usrp2 and b100Martin Braun2014-04-101-0/+1
|/
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-043-39/+24
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-272-3/+13
|
* uhd: wb_iface is now a public interfaceJosh Blum2013-10-043-7/+9
|
* Merge branch 'maint'Josh Blum2013-08-231-1/+1
|\
| * usrp2: fix firmware rx clear register offsetJosh Blum2013-08-231-1/+1
| | | | | | | | | | | | | | When an ICMP dest unreachable pkt arrives, the fw needs to know how to shutoff the DSP. This offset for the reset register was broken by a previous fix for register overlap.
* | Merge branch 'maint'Josh Blum2013-08-151-1/+12
|\|
| * usrp2: try/catch for first send of discovery routineJosh Blum2013-08-151-1/+12
| | | | | | | | | | This send can fail with a network down/unreachable error. The try/catch allows for discovery to continue.
* | uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-242-6/+6
| |
* | uhd: added new calls to streamer object + support workJosh Blum2013-07-151-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.
* utils: USRP N2XX Simple Net BurnerNicholas Corgan2012-10-101-4/+3
| | | | | * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories
* lfrx: disable dc offset correction when using LFRXJosh Blum2012-09-281-0/+3
|
* usrp2: fix program_stream_dest (arp for dest)Josh Blum2012-08-141-0/+1
| | | | The send buffer should be reset ASAP so it gets flushed out.
* lib: FW/FPGA compatibility error prompts user to use regular card/net burner ↵Nicholas Corgan2012-07-061-2/+2
| | | | instead of gui
* usrp2: MAX_SEQS_OUT-1 because ack comes after sendJosh Blum2012-06-191-1/+1
|
* n2x0: only check for the GPSDO once after power upJosh Blum2012-06-182-9/+39
| | | | | | We used to only check if the EEPROM was setup properly. But now we always check, but check only once after first power up, and disable the check if not found.
* usrp2: created fw peek/poke functionsJosh Blum2012-06-182-6/+22
|
* utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-071-10/+14
| | | | the current host code and places them in the images directory
* usrp2: fix fw bug for spi transact (order of operations)Josh Blum2012-06-071-1/+1
|
* gpsdo: added "gpsdo" clock and time source optionsJosh Blum2012-05-181-4/+7
| | | | When an on-board GPSDO is detected, "gpsdo" is added to the options.
* usrp: mboard eeprom map use string as keyJosh Blum2012-05-143-2/+4
|
* Merge branch 'maint'Josh Blum2012-05-141-1/+1
|\
| * Throwing here causes difficulty initializing new USRPsJason Abele2012-05-141-1/+1
| |
* | usrp2: burner print, escapes and quotes for cross-platformJosh Blum2012-05-111-2/+9
| |
* | usrp2: print helpful message with burner commandJosh Blum2012-05-113-4/+55
| |
* | Merge branch 'master' into nextJosh Blum2012-04-211-8/+8
|\ \