Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | images: include hash in the generated file name | Josh Blum | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | usrp2: allow backwards compat with previous fw | Josh Blum | 2011-09-28 | 1 | -1/+1 |
| | | | | | You only need the newer fw for uart streaming. This is needed only if you use an internal gpsdo. | ||||
* | Merge branch 'uhd_master' | Josh Blum | 2011-09-28 | 22 | -55/+889 |
|\ | |||||
| * | images: typo fix building B100.bin | Josh Blum | 2011-09-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'fpga_master' into uhd_master | Josh Blum | 2011-09-28 | 22 | -55/+889 |
| |\ | | | | | | | | | | | | | Conflicts: fpga/usrp1/toplevel/usrp_std/usrp_std.v | ||||
| | * | usrp1: copy regs files into common and fix include paths | Josh Blum | 2011-09-28 | 12 | -20/+393 |
| | | | |||||
| | * | E100: GPSDO serial port level conversion | Nick Foster | 2011-09-28 | 2 | -2/+9 |
| | | | |||||
| | * | B100: use gpif_misc on R2 hw, invert direction of gpif_misc pins | Nick Foster | 2011-09-19 | 1 | -2/+2 |
| | | | |||||
| | * | u1e,u1p: turn off debug pins, misc cleanups | Matt Ettus | 2011-09-08 | 2 | -26/+10 |
| | | | |||||
| | * | u1p: proper format in ucf file | Matt Ettus | 2011-09-08 | 5 | -4/+474 |
| | | | | | | | | | | | | u1p: build separate u1plus (prototypes) and B100 (release) | ||||
* | | | e100: tweak for codec params for slight improvement | Josh Blum | 2011-09-28 | 1 | -4/+12 |
| | | | |||||
* | | | e100: gps talking -> termios magic foo | Josh Blum | 2011-09-28 | 1 | -9/+7 |
| | | | |||||
* | | | e100: gps uart deal with cr and nl | Josh Blum | 2011-09-28 | 2 | -10/+5 |
| | | | |||||
* | | | e100: added support for internal gpsdo | Josh Blum | 2011-09-28 | 4 | -0/+107 |
| | | | |||||
* | | | gps: use absolute timeout for communication | Josh Blum | 2011-09-28 | 1 | -6/+6 |
| | | | |||||
* | | | usrp: add gps control to the API | Josh Blum | 2011-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 16 | -145/+254 |
| | | | |||||
* | | | ZPU/USRP2: first stab at UDP UART firmware | Nick Foster | 2011-09-28 | 4 | -2/+21 |
|/ / | |||||
* | | e100: added ref locked sensor for clock reference | Josh Blum | 2011-09-28 | 4 | -2/+22 |
| | | |||||
* | | e100: added support for r4 differential clocking | Josh Blum | 2011-09-28 | 3 | -13/+36 |
| | | |||||
* | | uhd: doc tweak for udp transport notes | Josh Blum | 2011-09-26 | 1 | -2/+2 |
| | | |||||
* | | B100: unshadow dboard clock rates so you can set master freq after init and ↵ | Nick Foster | 2011-09-23 | 3 | -7/+21 |
| | | | | | | | | still tune ok | ||||
* | | uhd: bumped version numbers for this new cycle | Josh Blum | 2011-09-23 | 1 | -2/+2 |
| | | |||||
* | | Updates to example apps | Jason Abele | 2011-09-21 | 5 | -7/+198 |
| | | | | | | | | | | | | Add --ref option to specify mboard clock reference source Add check for lock to mboard clock reference (where applicable) Add check of daughterboard LO lock detect (where applicable) | ||||
* | | Make unknown db complain usefully about antenna selection | Jason Abele | 2011-09-21 | 1 | -4/+4 |
| | | |||||
* | | usrp: super packet handler release in order | Josh Blum | 2011-09-21 | 1 | -0/+7 |
| | | | | | | | | Makes new usb implementation work where submissions must be in order. | ||||
* | | B100: LVDS clocking on db outputs | Nick Foster | 2011-09-20 | 1 | -8/+4 |
| | | |||||
* | | usrp1: disable pad to one for usrp1 (not needed) | Josh Blum | 2011-09-19 | 2 | -0/+4 |
| | | | | | | | | This was messing up the pad to 512 bytes logic for empty flushes. | ||||
* | | b100: order of deconstruction, kill marauder first | Josh Blum | 2011-09-19 | 1 | -0/+5 |
| | | |||||
* | | usb: added interface args to usb abstractions | Josh Blum | 2011-09-19 | 8 | -30/+38 |
| | | |||||
* | | uhd: separate_device_addr, copy globals across entire address | Josh Blum | 2011-09-15 | 1 | -2/+14 |
| | | |||||
* | | usrp: also use the new API to get the property tree in multi-usrp | Josh Blum | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | usrp: fix string mapping for PPS_NEG clock config | Josh Blum | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | uhd: updated to images documentation | Josh Blum | 2011-09-12 | 1 | -21/+8 |
| | | |||||
* | | usrp: remove wax::obj entry point (not used) | Josh Blum | 2011-09-08 | 4 | -12/+0 |
| | | |||||
* | | usrp: fix check for max stream_cmd.num_samps, upper 4 bits reserved | Josh Blum | 2011-09-08 | 1 | -1/+1 |
| | | |||||
* | | USRP2: don't populate GPS sensors if no GPSDO found. Fixes bug #614. | Nick Foster | 2011-09-08 | 1 | -4/+6 |
| | | |||||
* | | n-series: removed unused bootloader files in fw | Josh Blum | 2011-09-08 | 4 | -647/+0 |
| | | |||||
* | | wbx: fix bug in wbxv3 tx gain readback calculation | Josh Blum | 2011-09-08 | 1 | -1/+1 |
| | | |||||
* | | udp: added check_registry_for_fast_send_threshold to non-wsa transport | Josh Blum | 2011-09-08 | 1 | -0/+30 |
| | | |||||
* | | e100: fix FPGA filename lookup, and use model string for name | Josh Blum | 2011-09-03 | 1 | -2/+2 |
| | | |||||
* | | uhd: add mimo cable config option to rx_multi_samples | Josh Blum | 2011-09-06 | 1 | -2/+18 |
| | | |||||
* | | uhd: updated docs usb post-install, added uhd-usrp.rules | Josh Blum | 2011-09-05 | 6 | -51/+61 |
| | | |||||
* | | uhd: remove Boost_LIBRARIES from pc file libs.private | Josh Blum | 2011-09-03 | 1 | -4/+0 |
| | | | | | | | | | | To properly do this, the Boost_LIBRARIES needs to be sanitized. That will be saved for another commit... | ||||
* | | Merge branch 'e110_support' | Josh Blum | 2011-09-02 | 4 | -13/+130 |
|\ \ | |||||
| * | | Merge branch 'fpga_master' into e110_support | Josh Blum | 2011-09-02 | 1 | -10/+10 |
| |\| | |||||
| | * | u1e: relax GPMC constraints, eases P&R | Matt Ettus | 2011-09-02 | 1 | -10/+10 |
| | | | |||||
| * | | e110: added support to images Makefile | Josh Blum | 2011-09-01 | 1 | -2/+18 |
| | | | |||||
| * | | Merge branch 'fpga_master' | Josh Blum | 2011-09-01 | 2 | -1/+102 |
| |\| | |||||
| | * | u1e: separate build for E100 and E110, just a different FPGA | Matt Ettus | 2011-09-01 | 2 | -1/+102 |
| | | |