Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'uhd/no_default_strip' | Nicholas Corgan | 2013-12-13 | 1 | -3/+5 |
|\ | |||||
| * | cmake: removed binary-stripping from default GCC build behavior | Nicholas Corgan | 2013-12-09 | 1 | -3/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/mergeme/fix_237' | Ben Hilburn | 2013-12-12 | 1 | -4/+5 |
|\ \ | |||||
| * | | msg_task: Fixed build on Ubuntu 10.04 LTS. | Moritz Fischer | 2013-12-12 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Includes for 'uint32_t/uint8_t' were missing. Compilers that care don't like if we just use uint32_t like this. * For portability boost::uint32_t and boost::uint8_t should preferrably be used. Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | | | Merge remote-tracking branch 'origin/mergeme/win7_start_menu_docs' | Ben Hilburn | 2013-12-11 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | For Windows users, Doxygen and Manual documentation are available from Start ↵ | Nicholas Corgan | 2013-09-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Menu | ||||
* | | | | Merging mwest's improvements to B2xx utility. | Ben Hilburn | 2013-12-11 | 4 | -91/+182 |
| | | | | |||||
* | | | | Merging Philip Balister's work for ARM cross-compilation. | Ben Hilburn | 2013-12-11 | 3 | -1/+26 |
| | | | | |||||
* | | | | Merge of mwest's fix to the sse2_fc32_to_sc16 converter. | Ben Hilburn | 2013-12-11 | 3 | -21/+22 |
| |_|/ |/| | | |||||
* | | | network_relay: added #include necessary for older versions of Boost on Windows | Nicholas Corgan | 2013-12-05 | 1 | -1/+2 |
| | | | |||||
* | | | Updated UHD version and images downloader URL for 3.6.2 release candidate 1003_006_002_rc1 | Nicholas Corgan | 2013-12-04 | 2 | -3/+3 |
| | | | |||||
* | | | lib: fixed use of -> to . after switching parameter from pointer to reference | Nicholas Corgan | 2013-12-03 | 1 | -1/+1 |
| | | | |||||
* | | | Final merge of Balint's 'kitchen_sink' B200 fixes. | Ben Hilburn | 2013-11-27 | 3 | -83/+177 |
| | | | |||||
* | | | cmake: remove Git hash from version string when 'rc' is present | Nicholas Corgan | 2013-11-27 | 1 | -2/+2 |
| | | | |||||
* | | | cmake: fixed installation of README and LICENSE files after filename changes | Nicholas Corgan | 2013-11-27 | 1 | -3/+2 |
| | | | |||||
* | | | UHDPackage: fix references to README and LICENSE files after name changes | Nicholas Corgan | 2013-11-27 | 1 | -3/+2 |
| | | | |||||
* | | | Merge Corgan's branch 'origin/n2xx/net_burner_path_fix' | Ben Hilburn | 2013-11-27 | 1 | -2/+10 |
|\ \ \ | |||||
| * | | | usrp_n2xx_simple_net_burner: ~ now expands into user's home directory | Nicholas Corgan | 2013-11-25 | 1 | -2/+10 |
| | |/ | |/| | |||||
* | | | Merge remote-tracking branch 'origin/uhd/new_images_downloader' | Ben Hilburn | 2013-11-27 | 1 | -119/+316 |
|\ \ \ | |||||
| * | | | uhd: re-wrote uhd_images_downloader (OO, new options, hopefully much more ↵ | Balint Seeber | 2013-11-22 | 1 | -119/+316 |
| |/ / | | | | | | | | | | robust and user-friendly) | ||||
* | | | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 36 | -105/+214 |
| | | | |||||
* | | | Squashed commit uhd/cleanup. | Ben Hilburn | 2013-11-27 | 9 | -107/+3 |
|/ / | |||||
* | | b200: fix loopback transfer timeout when operating at USB2release_003_006_001 | Balint Seeber | 2013-11-20 | 1 | -1/+2 |
| | | |||||
* | | stall-bug: generalized message size handling | Johannes Demel | 2013-11-20 | 1 | -2/+1 |
| | | |||||
* | | stall-bug: fixed call by value instead of call by reference | Johannes Demel | 2013-11-20 | 1 | -8/+16 |
| | | |||||
* | | b200: check return value from control write of FPGA bitstream for short transferrelease_003_006_000 | Balint Seeber | 2013-11-19 | 1 | -0/+2 |
| | | |||||
* | | b200: extra check on loopback request to determine VREQ transfer size | Balint Seeber | 2013-11-19 | 1 | -0/+2 |
| | | |||||
* | | b200: auto-select VREQ xfer size regardless of FW version | Balint Seeber | 2013-11-19 | 1 | -5/+13 |
| | | |||||
* | | Updated UHD version to 3.6.0 | Nicholas Corgan | 2013-11-19 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-11-19 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt | ||||
| * | | Updated UHD version to 3.5.5release_003_005_005 | Nicholas Corgan | 2013-11-19 | 2 | -3/+3 |
| | | | |||||
* | | | Merge branch 'bug182' | Nicholas Corgan | 2013-11-19 | 8 | -590/+342 |
|\ \ \ | |||||
| * | | | b2xx_fx3_utils: more validation before trying to load | Nicholas Corgan | 2013-11-19 | 1 | -0/+10 |
| | | | | |||||
| * | | | More fixes for Win32 compatibility. | Michael West | 2013-11-19 | 1 | -4/+13 |
| | | | | |||||
| * | | | Added fixes for Win32 compatibility. | Michael West | 2013-11-19 | 1 | -27/+30 |
| | | | | |||||
| * | | | BUG #182: Merged with Corgan's fix for the Win32 error. | Michael West | 2013-11-19 | 1 | -9/+15 |
| |\ \ \ | |||||
| | * | | | b2xx_fx3_utils: catch error when WinUSB drivers aren't installed | Nicholas Corgan | 2013-11-18 | 1 | -9/+46 |
| | | | | | |||||
| * | | | | BUG #182: Addressed comments from code review. Re-factored to reduce ↵ | Michael West | 2013-11-19 | 1 | -247/+161 |
| | | | | | | | | | | | | | | | | | | | | repetitive code. | ||||
| * | | | | More cleanup for dynamic linking. | Michael West | 2013-11-18 | 2 | -3/+3 |
| |/ / / | |||||
| * | | | BUG #182: Cleaned up for proper dynamic linking of libuhd. | Michael West | 2013-11-18 | 4 | -15/+18 |
| | | | | |||||
| * | | | Merge branch 'master' into bug182 | Michael West | 2013-11-15 | 2 | -5/+9 |
| |\ \ \ | |||||
| * | | | | BUG #182: Refactored b2xx_fx3_utils to use files from UHD | Michael West | 2013-11-15 | 7 | -551/+358 |
| | | | | | |||||
* | | | | | b200: Reverted RX SPP 2044 -> 2000 (unresolved issue with one app, wait for ↵ | Balint Seeber | 2013-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | FPGA bump) | ||||
* | | | | | Merge remote-tracking branch 'origin/b200/dtor-master' into b200/kitchen_sink | Balint Seeber | 2013-11-19 | 11 | -58/+283 |
|\ \ \ \ \ | |||||
| * | | | | | b200/dtor-stall: final fixes for stall bug | Johannes Demel | 2013-11-19 | 2 | -6/+7 |
| | | | | | | |||||
| * | | | | | b200/dtor-stall: fixed bug that stalled b200 on shutdown. | Johannes Demel | 2013-11-19 | 11 | -57/+281 |
| | | | | | | |||||
* | | | | | | b200: increase FPGA VREQ transfer size to 512 if operating over USB3 | Balint Seeber | 2013-11-19 | 1 | -3/+17 |
| | | | | | | |||||
* | | | | | | Merge remote-tracking branch 'origin/b200/sc12-master' into b200/kitchen_sink | Balint Seeber | 2013-11-19 | 1 | -4/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sc12: fixed byte alignment issue | Johannes Demel | 2013-11-19 | 1 | -4/+57 |
| |/ / / / / | |||||
* | | | | | | Merge remote-tracking branch 'origin/usb_cpu_perf' into b200/kitchen_sink | Balint Seeber | 2013-11-19 | 3 | -55/+67 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |