Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Merge remote-tracking branch 'origin/bug403' | Ben Hilburn | 2014-04-10 | 1 | -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 & SBX | michael-west | 2014-04-08 | 1 | -2/+4 |
| | | | | | | | | - Added initialization of clock and time sources | ||||
* | | uhd: Added max link rate info for usrp1, usrp2 and b100 | Martin Braun | 2014-04-10 | 1 | -0/+1 |
|/ | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -4/+21 |
| | |||||
* | usrp2: try/catch for first send of discovery routine | Josh Blum | 2013-08-15 | 1 | -1/+12 |
| | | | | | This send can fail with a network down/unreachable error. The try/catch allows for discovery to continue. | ||||
* | lfrx: disable dc offset correction when using LFRX | Josh Blum | 2012-09-28 | 1 | -0/+3 |
| | |||||
* | n2x0: only check for the GPSDO once after power up | Josh Blum | 2012-06-18 | 1 | -9/+38 |
| | | | | | | 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. | ||||
* | 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 | -1/+1 |
| | |||||
* | usrp2: print helpful message with burner command | Josh Blum | 2012-05-11 | 1 | -2/+3 |
| | |||||
* | usrp2: add variable for wb/spi interface | Josh Blum | 2012-04-20 | 1 | -12/+25 |
| | | | | | This variable gets set based on the rev type so we can support the command fifo when present. | ||||
* | Merge branch 'master' into next | Josh Blum | 2012-03-26 | 1 | -3/+17 |
|\ | |||||
| * | usrp2: possible fix for invalid broadcast replies | Josh Blum | 2012-03-26 | 1 | -3/+17 |
| | | |||||
* | | fifo ctrl: implement timed command feature detection | Josh Blum | 2012-03-23 | 1 | -2/+9 |
| | | |||||
* | | fifo ctrl: use regular iface for U2_REG_MISC_CTRL_CLOCK | Josh Blum | 2012-03-23 | 1 | -6/+7 |
| | | |||||
* | | fifo ctrl: various tweaks | Josh Blum | 2012-03-23 | 1 | -1/+0 |
| | | |||||
* | | fifo ctrl: spi core work and host implementation | Josh Blum | 2012-03-23 | 1 | -3/+3 |
| | | |||||
* | | usrp2: implementation of timed commands working | Josh Blum | 2012-03-23 | 1 | -0/+5 |
| | | |||||
* | | usrp2: integrated fifo ctrl into usrp2 modules, implemented window'd acking | Josh Blum | 2012-03-23 | 1 | -16/+17 |
| | | |||||
* | | usrp2: host and fw implementation for fifo control | Josh Blum | 2012-03-23 | 1 | -1/+8 |
|/ | |||||
* | 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 |
| | |||||
* | uhd: flush transport for new rx streamers | Josh Blum | 2012-01-23 | 1 | -4/+0 |
| | |||||
* | usrp2: use the socket to determine the device addr | Josh Blum | 2011-12-20 | 1 | -2/+5 |
| | |||||
* | usrp: fixed default initialization of iq bal correction | Josh Blum | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | uhd: created rx IQ imbalance app to parallel tx | Josh Blum | 2011-11-11 | 1 | -2/+11 |
| | |||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 1 | -0/+12 |
| | |||||
* | usrp: work on dboard code to use subtrees to populate frontend props | Josh Blum | 2011-11-07 | 1 | -17/+4 |
| | |||||
* | 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 |
| | |||||
* | uhd: lots of work releated to streamer work and usrp2 implementation | Josh Blum | 2011-11-03 | 1 | -13/+7 |
| | |||||
* | usrp2: remove old pre-release warning | Josh Blum | 2011-09-28 | 1 | -10/+0 |
| | |||||
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -4/+5 |
| | |||||
* | USRP2: don't populate GPS sensors if no GPSDO found. Fixes bug #614. | Nick Foster | 2011-09-08 | 1 | -4/+6 |
| | |||||
* | usrp2: always resize socket send buffer to size of SRAM (we will never ↵ | Josh Blum | 2011-08-11 | 1 | -4/+3 |
| | | | | commit more) | ||||
* | usrp2: turn that message into an exception, require at least 7.1 | Josh Blum | 2011-07-28 | 1 | -5/+5 |
| | |||||
* | usrp2: created new gpio core and used in dboard iface | Josh Blum | 2011-07-27 | 1 | -0/+10 |
| | |||||
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -5/+5 |
| | |||||
* | usrp2: try/catch for socket open on discovery, use large send buffers windows | Josh Blum | 2011-07-18 | 1 | -5/+17 |
| | |||||
* | usrp2: added fw minor and moved ICMP dest error handling to txrx app | Josh Blum | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | usrp2: use the err transport for tx/err, and rx xports are recv only | Josh Blum | 2011-07-17 | 1 | -26/+40 |
| | |||||
* | 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 |
| |