Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: USRP N2XX Simple Net Burner | Nicholas Corgan | 2012-10-10 | 1 | -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 LFRX | Josh Blum | 2012-09-28 | 1 | -0/+3 |
| | |||||
* | usrp2: fix program_stream_dest (arp for dest) | Josh Blum | 2012-08-14 | 1 | -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 Corgan | 2012-07-06 | 1 | -2/+2 |
| | | | | instead of gui | ||||
* | usrp2: MAX_SEQS_OUT-1 because ack comes after send | Josh Blum | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | n2x0: only check for the GPSDO once after power up | Josh Blum | 2012-06-18 | 2 | -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 functions | Josh Blum | 2012-06-18 | 2 | -6/+22 |
| | |||||
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -10/+14 |
| | | | | the current host code and places them in the images directory | ||||
* | usrp2: fix fw bug for spi transact (order of operations) | Josh Blum | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -2/+4 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2012-05-14 | 1 | -1/+1 |
|\ | |||||
| * | Throwing here causes difficulty initializing new USRPs | Jason Abele | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | usrp2: burner print, escapes and quotes for cross-platform | Josh Blum | 2012-05-11 | 1 | -2/+9 |
| | | |||||
* | | usrp2: print helpful message with burner command | Josh Blum | 2012-05-11 | 3 | -4/+55 |
| | | |||||
* | | Merge branch 'master' into next | Josh Blum | 2012-04-21 | 1 | -8/+8 |
|\ \ | |||||
| * | | mboard id's are now more concise (codenames are separated, for example), and ↵ | Nicholas Corgan | 2012-04-20 | 1 | -8/+8 |
| | | | | | | | | | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc) | ||||
* | | | usrp2: cleanup for fifo control wraparound_lt16 routine | Josh Blum | 2012-04-20 | 1 | -5/+3 |
| | | | |||||
* | | | usrp2: add variable for wb/spi interface | Josh Blum | 2012-04-20 | 2 | -12/+27 |
| | | | | | | | | | | | | | | | This variable gets set based on the rev type so we can support the command fifo when present. | ||||
* | | | usrp2: updated fifo command with to 16 (1 short fifo) | Josh Blum | 2012-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into next | Josh Blum | 2012-03-26 | 1 | -3/+17 |
|\| | | |||||
| * | | Merge branch 'maint' | 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: code reorganization and integer wrap-around arithmetic | Josh Blum | 2012-03-23 | 1 | -65/+90 |
| | | | |||||
* | | | 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 | 3 | -10/+9 |
| | | | |||||
* | | | fifo ctrl: ~usrp2_fifo_ctrl acks, usrp2 DCM workaround, bootloader no blinkie | Josh Blum | 2012-03-23 | 1 | -0/+8 |
| | | | |||||
* | | | fifo ctrl: spi core work and host implementation | Josh Blum | 2012-03-23 | 7 | -23/+88 |
| | | | |||||
* | | | spi: work on fw support for simple spi core | Josh Blum | 2012-03-23 | 1 | -2/+2 |
| | | | |||||
* | | | usrp2: permanent timeout increase for timed commands | Josh Blum | 2012-03-23 | 1 | -2/+6 |
| | | | |||||
* | | | usrp2: implementation of timed commands working | Josh Blum | 2012-03-23 | 3 | -3/+33 |
| | | | |||||
* | | | usrp2: integrated fifo ctrl into usrp2 modules, implemented window'd acking | Josh Blum | 2012-03-23 | 4 | -65/+76 |
| | | | |||||
* | | | usrp2: added vrt pack/unpacker to fifo ctrl | Josh Blum | 2012-03-23 | 1 | -33/+46 |
| | | | |||||
* | | | usrp2: host and fw implementation for fifo control | Josh Blum | 2012-03-23 | 6 | -3/+173 |
|/ / | |||||
* / | usrp2: work on alternative stream destination | Josh Blum | 2012-03-23 | 3 | -0/+67 |
|/ | |||||
* | 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. | ||||
* | n2x0: adjustment for phase delay over mimo cable | Josh Blum | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | usrp2: device locking tweaks | Josh Blum | 2012-02-29 | 1 | -9/+6 |
| | | | | | | | 1) use bottom bit for force lock condition, that way we never check the time after proper shutdown 2) dont allow lock condition under fpga compat mismatch | ||||
* | usrp: reset cordics on init after tick rate update | Josh Blum | 2012-02-28 | 1 | -0/+8 |
| | |||||
* | usrp2: some tweaks to the device locking logic | Josh Blum | 2012-02-20 | 1 | -6/+9 |
| | |||||
* | usrp2: added retry logic to control packets | Josh Blum | 2012-02-20 | 1 | -2/+32 |
| | |||||
* | 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 | 2 | -6/+10 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 4 | -14/+14 |
| | |||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 4 | -4/+4 |
| | |||||
* | dsp rework: account for no sid used in tx vita pkt | Josh Blum | 2012-02-01 | 1 | -1/+2 |
| | |||||
* | 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 | -1/+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. |