index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
cores: Fixed typo in time_core_3000
Martin Braun
2016-08-12
1
-2
/
+2
*
Updated repository for 3.10.0.0 Release
Martin Braun
2016-08-11
4
-4
/
+28
*
Frontend corrections: Provide new function for RFNoC-based radio
Nicolas Cuervo
2016-08-11
4
-11
/
+74
*
WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default)
michael-west
2016-08-11
2
-11
/
+17
*
pkg-config: Added boost_system
Martin Braun
2016-08-11
1
-1
/
+1
*
multi_usrp: Fixed compiler warning on read_register
Martin Braun
2016-08-11
1
-2
/
+1
*
rfnoc: Radios now ignore stream commands when inactive
Martin Braun
2016-08-11
1
-0
/
+4
*
x300: Fixed typo in check_radio_config
Martin Braun
2016-08-11
1
-8
/
+6
*
examples: tx_waveforms was always checking lo_lock on channel 0, regardless o...
Martin Braun
2016-08-11
1
-5
/
+7
*
X300: Change so radio check so it only makes sure needed frontends are enable...
michael-west
2016-08-10
1
-6
/
+12
*
multi_usrp: Removed RFNoC-specific API call
Martin Braun
2016-08-10
1
-15
/
+0
*
rfnoc graph: Removed debugging verbage
Martin Braun
2016-08-10
1
-4
/
+4
*
cmake: Conditionally set UHD_RFNOC_FOUND depending on ENABLE_RFNOC
Martin Braun
2016-08-10
2
-1
/
+7
*
x300: Device propagates suggested TX MTU through the mtu property, not get_tx...
Martin Braun
2016-08-09
2
-4
/
+1
*
rfnoc: Legacy compat tracks TX and RX spp values separately
Martin Braun
2016-08-09
1
-17
/
+37
*
rfnoc: ctrl_iface error messages are now no longer the same as radio_ctrl_cor...
Martin Braun
2016-08-09
1
-5
/
+5
*
x3xx: Enable readback of fpga_version_hash
Moritz Fischer
2016-08-09
2
-2
/
+8
*
Fix minor spelling error
Derek Kozel
2016-08-09
1
-1
/
+1
*
Added frequency ranges to manual's daughterboard page
Derek Kozel
2016-08-09
1
-1
/
+13
*
Merging RFNoC support for X310
Martin Braun
2016-08-09
136
-1496
/
+17241
*
device_addr: change delimiters from std::string to const char*
Nicholas Corgan
2016-08-09
1
-4
/
+4
*
ad936x: Loopback check now takes peeker/poker functors instead of assuming an...
Martin Braun
2016-08-09
4
-17
/
+23
*
uhd: Added syntax error exception type
Martin Braun
2016-08-09
2
-0
/
+8
*
dboard manager: Allow deferring dboard initialization
Derek Kozel
2016-08-09
2
-12
/
+48
*
ad9361: Added option for safe SPI
Jonathon Pendlum
2016-08-09
5
-10
/
+68
*
cores: GPIO core gets explicit DDR setting
Jonathon Pendlum
2016-08-09
2
-0
/
+7
*
cores: Added shutdown option to SPI core
Jonathon Pendlum
2016-08-09
2
-3
/
+23
*
Improve LO APIs for daughterboards without configurable LOs
Derek Kozel
2016-08-09
2
-5
/
+18
*
Coerces dsp frequency to 0 if any channel uses an external LO
Derek Kozel
2016-08-09
1
-1
/
+19
*
cmake: Added chrono as a Boost dependency
Martin Braun
2016-08-05
1
-0
/
+1
*
Add sleep function to dboard_iface
Kevin Gilbert
2016-08-05
4
-4
/
+41
*
Merge branch 'maint'
Martin Braun
2016-08-04
1
-0
/
+4
|
\
|
*
Fix lib64 detection for cross builds.
Philip Balister
2016-08-04
1
-0
/
+4
*
|
Merge branch 'maint'
Martin Braun
2016-08-03
1
-9
/
+9
|
\
|
|
*
examples: test_dboard_coercion did not check the correct LO lock sensors for RX
Martin Braun
2016-08-03
1
-9
/
+9
*
|
examples: Remove default values for subdevs in benchmark_rate
Martin Braun
2016-08-03
1
-2
/
+2
*
|
examples: Added tx and rx subdev arguments to benchmark_rate
Derek Kozel
2016-08-03
1
-0
/
+12
*
|
examples: tx_bursts fixes
michael-west
2016-08-02
1
-11
/
+29
*
|
usb: usb_dummy made to match usb_control and usb_zero_copy
Martin Braun
2016-08-02
1
-2
/
+10
*
|
usb: tweak types for consistency between LIBUSB API calls and internal UHD us...
Michael Dickens
2016-08-01
2
-8
/
+8
*
|
update support for clang to include UHD_FORCE_INLINE
Michael Dickens
2016-08-01
1
-0
/
+1
*
|
usb: add virtual destructors where needed; make virtual destructors out-of-li...
Michael Dickens
2016-08-01
7
-21
/
+78
*
|
usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'...
Michael Dickens
2016-08-01
4
-16
/
+16
*
|
usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...
Michael Dickens
2016-08-01
3
-4
/
+4
*
|
usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer...
Michael Dickens
2016-08-01
2
-14
/
+14
*
|
add specific configuration support for clang
Michael Dickens
2016-08-01
2
-0
/
+14
*
|
Merge branch 'maint'
Martin Braun
2016-08-01
12
-52
/
+83
|
\
|
|
*
cmake: "make uninstall" now removes symlinks (CMake 2.8.1 and above)
Nicholas Corgan
2016-08-01
1
-0
/
+11
|
*
WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference clock...
michael-west
2016-08-01
2
-16
/
+22
|
*
usrp_e3x0.dox: Example cmake line should enable GPSD for E310. (#1170)
Philip Balister
2016-07-27
1
-1
/
+1
[next]